Shades of Cornflower Blue #5F8ADE
Tints of Cornflower Blue #5F8ADE
RGB
CMYK
RGB Variations
Color information
#5F8ADE (or 0x5F8ADE) is known color: Cornflower Blue. HEX triplet: 5F, 8A and DE. RGB value is (95,138,222). Sum of RGB (Red+Green+Blue) = 95+138+222=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8ADE is #A07521. Grayscale: #868686. Windows color (decimal): -10515746 or 14584415. OLE color: 14584415.
HSL color Cylindrical-coordinate representation of color #5F8ADE: hue angle of 219.69º 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 #5F8ADE is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 138 | 222 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.13 |
| HSL | 219.69º | 0.66% | 0.62% | - |
| HSV(B) | 219.69º | 0.57% | 0.87% | - |
| XYZ | 26.99 | 25.88 | 72.68 | - |
| YUV | 134.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 222 | 0.57 | 0.38 | 0 | 0.13 | 219.69 | 0.66 | 0.62 |
| Hex | 5F | 8A | DE | 39 | 26 | 0 | D | DC | 42 | 3E |
| Octal | 137 | 212 | 336 | 71 | 46 | 0 | 15 | 334 | 102 | 76 |
| Binary | 1011111 | 10001010 | 11011110 | 111001 | 100110 | 0 | 1101 | 11011100 | 1000010 | 111110 |
Color Harmonies of #5F8ADE
Complementary color
Monochromatic Colors of #5F8ADE
Black with #5F8ADE
Text Example
Text Example
White with #5F8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8ADE; }
p { color: rgb(95,138,222); }
H1.HeaderClassName
{
color: #5F8ADE;
}
.AnyTagClassName
{
color: #5F8ADE;
}
</style>
background-color css
<style>
a { background-color: #5F8ADE; }
a { background-color: rgb(95,138,222); }
div.DivClassName
{
background-color: #5F8ADE;
}
.BgClassName
{
background-color: #5F8ADE;
}
</style>
border-color css
<style>
span { border-color: #5F8ADE; }
span { border-color: rgb(95,138,222); }
td.TdClassName
{
border-color: #5F8ADE;
}
.TagClassName
{
border-color: #5F8ADE;
}
</style>