#5F84DE

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

Shades of Cornflower Blue #5F84DE

Tints of Cornflower Blue #5F84DE

Color information

#5F84DE (or 0x5F84DE) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 84 and DE. RGB value is (95,132,222). Sum of RGB (Red+Green+Blue) = 95+132+222=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F84DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F84DE is #A07B21. Grayscale: #828282. Windows color (decimal): -10517282 or 14582879. OLE color: 14582879.

HSL color Cylindrical-coordinate representation of color #5F84DE: hue angle of 222.52º 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 #5F84DE is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95132222-
CMYK0.570.4100.13
HSL222.52º65.8%62.16%-
HSV(B)222.52º57.21%87.06%-
XYZ26.1624.2172.4-
YUV131.2179.24102.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.16%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 222 (87.11% from 255) = 49.44%
R=21.16%
G=29.40%
B=49.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951322220.570.4100.13222.5265.862.16
Hex5F84DE39290Ddf423e
Octal137204336715101533710276
Binary1011111100001001101111011100110100101101110111111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F84DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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