Shades of Cornflower Blue #5F8EDA
Tints of Cornflower Blue #5F8EDA
RGB
CMYK
RGB Variations
Color information
#5F8EDA (or 0x5F8EDA) is known color: Cornflower Blue. HEX triplet: 5F, 8E and DA. RGB value is (95,142,218). Sum of RGB (Red+Green+Blue) = 95+142+218=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F8EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8EDA is #A07125. Grayscale: #888888. Windows color (decimal): -10514726 or 14323295. OLE color: 14323295.
HSL color Cylindrical-coordinate representation of color #5F8EDA: hue angle of 217.07º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F8EDA is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 142 | 218 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.15 |
| HSL | 217.07º | 0.62% | 0.61% | - |
| HSV(B) | 217.07º | 0.56% | 0.85% | - |
| XYZ | 27.05 | 26.84 | 70.08 | - |
| YUV | 136.61 | 173.93 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 142 | 218 | 0.56 | 0.35 | 0 | 0.15 | 217.07 | 0.62 | 0.61 |
| Hex | 5F | 8E | DA | 38 | 23 | 0 | F | D9 | 3E | 3D |
| Octal | 137 | 216 | 332 | 70 | 43 | 0 | 17 | 331 | 76 | 75 |
| Binary | 1011111 | 10001110 | 11011010 | 111000 | 100011 | 0 | 1111 | 11011001 | 111110 | 111101 |
Color Harmonies of #5F8EDA
Complementary color
Monochromatic Colors of #5F8EDA
Black with #5F8EDA
Text Example
Text Example
White with #5F8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8EDA; }
p { color: rgb(95,142,218); }
H1.HeaderClassName
{
color: #5F8EDA;
}
.AnyTagClassName
{
color: #5F8EDA;
}
</style>
background-color css
<style>
a { background-color: #5F8EDA; }
a { background-color: rgb(95,142,218); }
div.DivClassName
{
background-color: #5F8EDA;
}
.BgClassName
{
background-color: #5F8EDA;
}
</style>
border-color css
<style>
span { border-color: #5F8EDA; }
span { border-color: rgb(95,142,218); }
td.TdClassName
{
border-color: #5F8EDA;
}
.TagClassName
{
border-color: #5F8EDA;
}
</style>