Color Hex Logo

#309ffb Color Hex

#309FFB
(48,159,251)
0 Favorites   0 Comments

Color spaces of #309ffb

RGB 48159251
HSL0.580.960.59
HSV207°81°98°
CMYK 0.810.370.00   0.02
XYZ31.029632.389795.8832
Yxy32.38970.19480.2033
Hunter Lab56.9119-2.2739-60.0513
CIE-Lab63.66370.9054-54.3497

#309ffb color RGB value is (48,159,251).

#309ffb hex color red value is 48, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #309ffb hue: 0.58 , saturation: 0.96 and the lightness value of 309ffb is 0.59.

The process color (four color CMYK) of #309ffb color hex is 0.81, 0.37, 0.00, 0.02. Web safe color of #309ffb is #3399ff. Color #309ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011111 11111011
Octal 60 237 373
Decimal 48 159 251
Hex 30 9F FB

RGB Percentages of Color #309ffb

%10.48
%34.72
%54.80

CMYK Percentages of Color #309ffb

%81
%37
%0
%2

Triadic Colors of #309ffb

#309ffb #fb309f #9ffb30

Analogous Colors of #309ffb

#309ffb #303afb #30fbf2

Monochromatic Colors of #309ffb

#309ffb

Complementary Color

#309ffb #fb8c30

#309ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ffb Color CSS Codes

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

#309ffb Text Font Color

<p style="color:#309ffb">Text here</p>

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


#309ffb Background Color

<div style="background-color:#309ffb">
Div content here</div>

This div background color is #309ffb


#309ffb Border Color

<div style="border:3px solid #309ffb">
Div here</div>

This div border color is #309ffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,159,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309ffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309ffb;
  -webkit-box-shadow: 1px 1px 3px 2px #309ffb;
  box-shadow:         1px 1px 3px 2px #309ffb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ffb


Comments

No comments written yet.

Please login to write comment.