#5F81DE

Color #5F81DE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5F81DE

Tints of Cornflower Blue #5F81DE

Color information

#5F81DE (or 0x5F81DE) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 81 and DE. RGB value is (95,129,222). Sum of RGB (Red+Green+Blue) = 95+129+222=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F81DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F81DE is #A07E21. Grayscale: #818181. Windows color (decimal): -10518050 or 14582111. OLE color: 14582111.

HSL color Cylindrical-coordinate representation of color #5F81DE: hue angle of 223.94º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F81DE is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95129222-
CMYK0.570.4200.13
HSL223.94º65.8%62.16%-
HSV(B)223.94º57.21%87.06%-
XYZ25.7523.4172.27-
YUV129.44180.24103.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 21.30%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 222 (87.11% from 255) = 49.78%
R=21.30%
G=28.92%
B=49.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951292220.570.4200.13223.9465.862.16
Hex5F81DE392A0De0423e
Octal137201336715201534010276
Binary1011111100000011101111011100110101001101111000001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F81DE; }

 p { color: rgb(95,129,222); }

 H1.HeaderClassName
 {
   color: #5F81DE;
 }
 .AnyTagClassName
 {
   color: #5F81DE;
 }
</style>
background-color css

<style>
 a { background-color: #5F81DE; }

 a { background-color: rgb(95,129,222); }

 div.DivClassName
 {
   background-color: #5F81DE;
 }
 .BgClassName
 {
   background-color: #5F81DE;
 }
</style>
border-color css

<style>
 span { border-color: #5F81DE; }

 span { border-color: rgb(95,129,222); }

 td.TdClassName
 {
   border-color: #5F81DE;
 }
 .TagClassName
 {
   border-color: #5F81DE;
 }
</style>