Color Hex Logo

#469ffb Color Hex

#469FFB
(70,159,251)
0 Favorites   0 Comments

Color spaces of #469ffb

RGB 70159251
HSL0.580.960.63
HSV210°72°98°
CMYK 0.720.370.00   0.02
XYZ32.336533.063495.9443
Yxy33.06340.20040.2049
Hunter Lab57.5008-0.2440-58.6792
CIE-Lab64.21223.3082-53.4447

#469ffb color RGB value is (70,159,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 11111011
Octal 106 237 373
Decimal 70 159 251
Hex 46 9F FB

RGB Percentages of Color #469ffb

%14.58
%33.13
%52.29

CMYK Percentages of Color #469ffb

%72
%37
%0
%2

Triadic Colors of #469ffb

#469ffb #fb469f #9ffb46

Analogous Colors of #469ffb

#469ffb #4746fb #46fafb

Monochromatic Colors of #469ffb

#469ffb

Complementary Color

#469ffb #fba246

#469ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ffb Color CSS Codes

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

#469ffb Text Font Color

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

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


#469ffb Background Color

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

This div background color is #469ffb


#469ffb Border Color

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

This div border color is #469ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #469ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ffb


Comments

No comments written yet.

Please login to write comment.