Shades of Cornflower Blue #5F9ADE
Tints of Cornflower Blue #5F9ADE
RGB
CMYK
RGB Variations
Color information
#5F9ADE (or 0x5F9ADE) is known color: Cornflower Blue. HEX triplet: 5F, 9A and DE. RGB value is (95,154,222). Sum of RGB (Red+Green+Blue) = 95+154+222=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F9ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9ADE is #A06521. Grayscale: #8F8F8F. Windows color (decimal): -10511650 or 14588511. OLE color: 14588511.
HSL color Cylindrical-coordinate representation of color #5F9ADE: hue angle of 212.13º 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 #5F9ADE is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 154 | 222 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.13 |
| HSL | 212.13º | 0.66% | 0.62% | - |
| HSV(B) | 212.13º | 0.57% | 0.87% | - |
| XYZ | 29.46 | 30.82 | 73.5 | - |
| YUV | 144.11 | 171.95 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 154 | 222 | 0.57 | 0.31 | 0 | 0.13 | 212.13 | 0.66 | 0.62 |
| Hex | 5F | 9A | DE | 39 | 1F | 0 | D | D4 | 42 | 3E |
| Octal | 137 | 232 | 336 | 71 | 37 | 0 | 15 | 324 | 102 | 76 |
| Binary | 1011111 | 10011010 | 11011110 | 111001 | 11111 | 0 | 1101 | 11010100 | 1000010 | 111110 |
Color Harmonies of #5F9ADE
Complementary color
Monochromatic Colors of #5F9ADE
Black with #5F9ADE
Text Example
Text Example
White with #5F9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9ADE; }
p { color: rgb(95,154,222); }
H1.HeaderClassName
{
color: #5F9ADE;
}
.AnyTagClassName
{
color: #5F9ADE;
}
</style>
background-color css
<style>
a { background-color: #5F9ADE; }
a { background-color: rgb(95,154,222); }
div.DivClassName
{
background-color: #5F9ADE;
}
.BgClassName
{
background-color: #5F9ADE;
}
</style>
border-color css
<style>
span { border-color: #5F9ADE; }
span { border-color: rgb(95,154,222); }
td.TdClassName
{
border-color: #5F9ADE;
}
.TagClassName
{
border-color: #5F9ADE;
}
</style>