#5F88DF

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

Shades of Cornflower Blue #5F88DF

Tints of Cornflower Blue #5F88DF

Color information

#5F88DF (or 0x5F88DF) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 88 and DF. RGB value is (95,136,223). Sum of RGB (Red+Green+Blue) = 95+136+223=454 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.93% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F88DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F88DF is #A07720. Grayscale: #858585. Windows color (decimal): -10516257 or 14649439. OLE color: 14649439.

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

Color convert

RGB95136223-
CMYK0.570.3900.13
HSL220.78º66.67%62.35%-
HSV(B)220.78º57.4%87.45%-
XYZ26.8425.3773.29-
YUV133.66178.42100.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.93%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 223 (87.5% from 255) = 49.12%
R=20.93%
G=29.96%
B=49.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951362230.570.3900.13220.7866.6762.35
Hex5F88DF39270Ddd433e
Octal137210337714701533510376
Binary1011111100010001101111111100110011101101110111011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,136,223); }

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

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

 a { background-color: rgb(95,136,223); }

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

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

 span { border-color: rgb(95,136,223); }

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