Color Hex Logo

#307bee Color Hex

#307BEE
(48,123,238)
0 Favorites   0 Comments

Color spaces of #307bee

RGB 48123238
HSL0.600.850.56
HSV216°80°93°
CMYK 0.800.480.00   0.07
XYZ23.734520.967383.6851
Yxy20.96730.18490.1633
Hunter Lab45.790112.3898-76.3043
CIE-Lab52.913717.8181-64.3835

#307bee color RGB value is (48,123,238).

#307bee hex color red value is 48, green value is 123 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #307bee hue: 0.60 , saturation: 0.85 and the lightness value of 307bee is 0.56.

The process color (four color CMYK) of #307bee color hex is 0.80, 0.48, 0.00, 0.07. Web safe color of #307bee is #3366ff. Color #307bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111011 11101110
Octal 60 173 356
Decimal 48 123 238
Hex 30 7B EE

RGB Percentages of Color #307bee

%11.74
%30.07
%58.19

CMYK Percentages of Color #307bee

%80
%48
%0
%7

Triadic Colors of #307bee

#307bee #ee307b #7bee30

Analogous Colors of #307bee

#307bee #4430ee #30daee

Monochromatic Colors of #307bee

#307bee

Complementary Color

#307bee #eea330

#307bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#307bee Color CSS Codes

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

#307bee Text Font Color

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

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


#307bee Background Color

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

This div background color is #307bee


#307bee Border Color

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

This div border color is #307bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307bee


Comments

No comments written yet.

Please login to write comment.