Shades of Cornflower Blue #5982DE
Tints of Cornflower Blue #5982DE
RGB
CMYK
RGB Variations
Color information
#5982DE (or 0x5982DE) is known color: Cornflower Blue. HEX triplet: 59, 82 and DE. RGB value is (89,130,222). Sum of RGB (Red+Green+Blue) = 89+130+222=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #5982DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5982DE is #A67D21. Grayscale: #7F7F7F. Windows color (decimal): -10911010 or 14582361. OLE color: 14582361.
HSL color Cylindrical-coordinate representation of color #5982DE: hue angle of 221.5º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5982DE is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 130 | 222 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.13 |
| HSL | 221.5º | 0.67% | 0.61% | - |
| HSV(B) | 221.5º | 0.6% | 0.87% | - |
| XYZ | 25.29 | 23.36 | 72.28 | - |
| YUV | 128.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 222 | 0.60 | 0.41 | 0 | 0.13 | 221.5 | 0.67 | 0.61 |
| Hex | 59 | 82 | DE | 3C | 29 | 0 | D | DE | 43 | 3D |
| Octal | 131 | 202 | 336 | 74 | 51 | 0 | 15 | 336 | 103 | 75 |
| Binary | 1011001 | 10000010 | 11011110 | 111100 | 101001 | 0 | 1101 | 11011110 | 1000011 | 111101 |
Color Harmonies of #5982DE
Complementary color
Monochromatic Colors of #5982DE
Black with #5982DE
Text Example
Text Example
White with #5982DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5982DE; }
p { color: rgb(89,130,222); }
H1.HeaderClassName
{
color: #5982DE;
}
.AnyTagClassName
{
color: #5982DE;
}
</style>
background-color css
<style>
a { background-color: #5982DE; }
a { background-color: rgb(89,130,222); }
div.DivClassName
{
background-color: #5982DE;
}
.BgClassName
{
background-color: #5982DE;
}
</style>
border-color css
<style>
span { border-color: #5982DE; }
span { border-color: rgb(89,130,222); }
td.TdClassName
{
border-color: #5982DE;
}
.TagClassName
{
border-color: #5982DE;
}
</style>