Color Hex Logo

#306bef Color Hex

#306BEF
(48,107,239)
0 Favorites   0 Comments

Color spaces of #306bef

RGB 48107239
HSL0.620.860.56
HSV221°80°94°
CMYK 0.800.550.00   0.06
XYZ22.056617.375883.8527
Yxy17.37580.17890.1409
Hunter Lab41.684321.5030-90.0896
CIE-Lab48.730128.2491-71.7188

#306bef color RGB value is (48,107,239).

#306bef hex color red value is 48, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #306bef hue: 0.62 , saturation: 0.86 and the lightness value of 306bef is 0.56.

The process color (four color CMYK) of #306bef color hex is 0.80, 0.55, 0.00, 0.06. Web safe color of #306bef is #3366ff. Color #306bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101011 11101111
Octal 60 153 357
Decimal 48 107 239
Hex 30 6B EF

RGB Percentages of Color #306bef

%12.18
%27.16
%60.66

CMYK Percentages of Color #306bef

%80
%55
%0
%6

Triadic Colors of #306bef

#306bef #ef306b #6bef30

Analogous Colors of #306bef

#306bef #5530ef #30cbef

Monochromatic Colors of #306bef

#306bef

Complementary Color

#306bef #efb430

#306bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#306bef Color CSS Codes

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

#306bef Text Font Color

<p style="color:#306bef">Text here</p>

This sample text font color is #306bef
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.


#306bef Background Color

<div style="background-color:#306bef">
Div content here</div>

This div background color is #306bef


#306bef Border Color

<div style="border:3px solid #306bef">
Div here</div>

This div border color is #306bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,107,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306bef;
  -webkit-box-shadow: 1px 1px 3px 2px #306bef;
  box-shadow:         1px 1px 3px 2px #306bef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306bef


Comments

No comments written yet.

Please login to write comment.