Shades of Cornflower Blue #5982EE
Tints of Cornflower Blue #5982EE
RGB
CMYK
RGB Variations
Color information
#5982EE (or 0x5982EE) is known color: Cornflower Blue. HEX triplet: 59, 82 and EE. RGB value is (89,130,238). Sum of RGB (Red+Green+Blue) = 89+130+238=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #5982EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5982EE is #A67D11. Grayscale: #818181. Windows color (decimal): -10910994 or 15630937. OLE color: 15630937.
HSL color Cylindrical-coordinate representation of color #5982EE: hue angle of 223.49º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5982EE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 130 | 238 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.07 |
| HSL | 223.49º | 0.81% | 0.64% | - |
| HSV(B) | 223.49º | 0.63% | 0.93% | - |
| XYZ | 27.54 | 24.26 | 84.12 | - |
| YUV | 130.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 238 | 0.63 | 0.45 | 0 | 0.07 | 223.49 | 0.81 | 0.64 |
| Hex | 59 | 82 | EE | 3F | 2D | 0 | 7 | DF | 51 | 40 |
| Octal | 131 | 202 | 356 | 77 | 55 | 0 | 7 | 337 | 121 | 100 |
| Binary | 1011001 | 10000010 | 11101110 | 111111 | 101101 | 0 | 111 | 11011111 | 1010001 | 1000000 |
Color Harmonies of #5982EE
Complementary color
Monochromatic Colors of #5982EE
Black with #5982EE
Text Example
Text Example
White with #5982EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5982EE; }
p { color: rgb(89,130,238); }
H1.HeaderClassName
{
color: #5982EE;
}
.AnyTagClassName
{
color: #5982EE;
}
</style>
background-color css
<style>
a { background-color: #5982EE; }
a { background-color: rgb(89,130,238); }
div.DivClassName
{
background-color: #5982EE;
}
.BgClassName
{
background-color: #5982EE;
}
</style>
border-color css
<style>
span { border-color: #5982EE; }
span { border-color: rgb(89,130,238); }
td.TdClassName
{
border-color: #5982EE;
}
.TagClassName
{
border-color: #5982EE;
}
</style>