Color Hex Logo

#309afb Color Hex

#309AFB
(48,154,251)
0 Favorites   0 Comments

Color spaces of #309afb

RGB 48154251
HSL0.580.960.59
HSV209°81°98°
CMYK 0.810.390.00   0.02
XYZ30.187130.704695.6023
Yxy30.70460.19290.1962
Hunter Lab55.41170.2724-63.5053
CIE-Lab62.25753.8220-56.5868

#309afb color RGB value is (48,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11111011
Octal 60 232 373
Decimal 48 154 251
Hex 30 9A FB

RGB Percentages of Color #309afb

%10.60
%34.00
%55.41

CMYK Percentages of Color #309afb

%81
%39
%0
%2

Triadic Colors of #309afb

#309afb #fb309a #9afb30

Analogous Colors of #309afb

#309afb #3035fb #30fbf7

Monochromatic Colors of #309afb

#309afb

Complementary Color

#309afb #fb9130

#309afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#309afb Color CSS Codes

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

#309afb Text Font Color

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

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


#309afb Background Color

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

This div background color is #309afb


#309afb Border Color

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

This div border color is #309afb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,154,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 #309afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309afb


Comments

No comments written yet.

Please login to write comment.