Color Hex Logo

#307bde Color Hex

#307BDE
(48,123,222)
0 Favorites   0 Comments

Color spaces of #307bde

RGB 48123222
HSL0.590.730.53
HSV214°78°87°
CMYK 0.780.450.00   0.13
XYZ21.486720.068271.8483
Yxy20.06820.18950.1770
Hunter Lab44.79757.2201-63.7337
CIE-Lab51.914211.8549-57.0266

#307bde color RGB value is (48,123,222).

#307bde hex color red value is 48, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #307bde hue: 0.59 , saturation: 0.73 and the lightness value of 307bde is 0.53.

The process color (four color CMYK) of #307bde color hex is 0.78, 0.45, 0.00, 0.13. Web safe color of #307bde is #3366cc. Color #307bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 11011110
Octal 60 173 336
Decimal 48 123 222
Hex 30 7B DE

RGB Percentages of Color #307bde

%12.21
%31.30
%56.49

CMYK Percentages of Color #307bde

%78
%45
%0
%13

Triadic Colors of #307bde

#307bde #de307b #7bde30

Analogous Colors of #307bde

#307bde #3c30de #30d2de

Monochromatic Colors of #307bde

#307bde

Complementary Color

#307bde #de9330

#307bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bde Color CSS Codes

.mybgcolor {background-color:#307bde; } 
.myforecolor {color:#307bde; }
.mybordercolor {border:3px solid #307bde; }

#307bde Text Font Color

<p style="color:#307bde">Text here</p>

This sample text font color is #307bde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#307bde Background Color

<div style="background-color:#307bde">
Div content here</div>

This div background color is #307bde


#307bde Border Color

<div style="border:3px solid #307bde">
Div here</div>

This div border color is #307bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,123,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307bde;
  -webkit-box-shadow: 1px 1px 3px 2px #307bde;
  box-shadow:         1px 1px 3px 2px #307bde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,123,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #307bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #307bde;
  -webkit-box-shadow: 1px 1px 3px 2px #307bde;
  box-shadow:         1px 1px 3px 2px #307bde;">
Div content here</div>

This div box has shadow with color #307bde


Comments

No comments written yet.

Please login to write comment.