Shades of Cornflower Blue #5F8FDC
Tints of Cornflower Blue #5F8FDC
RGB
CMYK
RGB Variations
Color information
#5F8FDC (or 0x5F8FDC) is known color: Cornflower Blue. HEX triplet: 5F, 8F and DC. RGB value is (95,143,220). Sum of RGB (Red+Green+Blue) = 95+143+220=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8FDC is #A07023. Grayscale: #898989. Windows color (decimal): -10514468 or 14454623. OLE color: 14454623.
HSL color Cylindrical-coordinate representation of color #5F8FDC: hue angle of 216.96º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F8FDC is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 143 | 220 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.14 |
| HSL | 216.96º | 0.64% | 0.62% | - |
| HSV(B) | 216.96º | 0.57% | 0.86% | - |
| XYZ | 27.46 | 27.25 | 71.52 | - |
| YUV | 137.43 | 174.6 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 220 | 0.57 | 0.35 | 0 | 0.14 | 216.96 | 0.64 | 0.62 |
| Hex | 5F | 8F | DC | 39 | 23 | 0 | E | D9 | 40 | 3E |
| Octal | 137 | 217 | 334 | 71 | 43 | 0 | 16 | 331 | 100 | 76 |
| Binary | 1011111 | 10001111 | 11011100 | 111001 | 100011 | 0 | 1110 | 11011001 | 1000000 | 111110 |
Color Harmonies of #5F8FDC
Complementary color
Monochromatic Colors of #5F8FDC
Black with #5F8FDC
Text Example
Text Example
White with #5F8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8FDC; }
p { color: rgb(95,143,220); }
H1.HeaderClassName
{
color: #5F8FDC;
}
.AnyTagClassName
{
color: #5F8FDC;
}
</style>
background-color css
<style>
a { background-color: #5F8FDC; }
a { background-color: rgb(95,143,220); }
div.DivClassName
{
background-color: #5F8FDC;
}
.BgClassName
{
background-color: #5F8FDC;
}
</style>
border-color css
<style>
span { border-color: #5F8FDC; }
span { border-color: rgb(95,143,220); }
td.TdClassName
{
border-color: #5F8FDC;
}
.TagClassName
{
border-color: #5F8FDC;
}
</style>