#5F95DF

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

Shades of Cornflower Blue #5F95DF

Tints of Cornflower Blue #5F95DF

Color information

#5F95DF (or 0x5F95DF) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 95 and DF. RGB value is (95,149,223). Sum of RGB (Red+Green+Blue) = 95+149+223=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F95DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F95DF is #A06A20. Grayscale: #8C8C8C. Windows color (decimal): -10512929 or 14652767. OLE color: 14652767.

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

Color convert

RGB95149223-
CMYK0.570.3300.13
HSL214.69º66.67%62.35%-
HSV(B)214.69º57.4%87.45%-
XYZ28.7929.2673.94-
YUV141.29174.1194.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.34%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=20.34%
G=31.91%
B=47.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951492230.570.3300.13214.6966.6762.35
Hex5F95DF39210Dd7433e
Octal137225337714101532710376
Binary1011111100101011101111111100110000101101110101111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F95DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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