Shades of Cornflower Blue #5982FF
Tints of Cornflower Blue #5982FF
RGB
CMYK
RGB Variations
Color information
#5982FF (or 0x5982FF) is known color: Cornflower Blue. HEX triplet: 59, 82 and FF. RGB value is (89,130,255). Sum of RGB (Red+Green+Blue) = 89+130+255=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #5982FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5982FF is #A67D00. Grayscale: #838383. Windows color (decimal): -10910977 or 16745049. OLE color: 16745049.
HSL color Cylindrical-coordinate representation of color #5982FF: hue angle of 225.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5982FF is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 130 | 255 | - |
| CMYK | 0.65 | 0.49 | 0 | 0 |
| HSL | 225.18º | 1% | 0.67% | - |
| HSV(B) | 225.18º | 0.65% | 1% | - |
| XYZ | 30.15 | 25.31 | 97.9 | - |
| YUV | 131.99 | 197.42 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 255 | 0.65 | 0.49 | 0 | 0 | 225.18 | 1 | 0.67 |
| Hex | 59 | 82 | FF | 41 | 31 | 0 | 0 | E1 | 64 | 43 |
| Octal | 131 | 202 | 377 | 101 | 61 | 0 | 0 | 341 | 144 | 103 |
| Binary | 1011001 | 10000010 | 11111111 | 1000001 | 110001 | 0 | 0 | 11100001 | 1100100 | 1000011 |
Color Harmonies of #5982FF
Complementary color
Monochromatic Colors of #5982FF
Black with #5982FF
Text Example
Text Example
White with #5982FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5982FF; }
p { color: rgb(89,130,255); }
H1.HeaderClassName
{
color: #5982FF;
}
.AnyTagClassName
{
color: #5982FF;
}
</style>
background-color css
<style>
a { background-color: #5982FF; }
a { background-color: rgb(89,130,255); }
div.DivClassName
{
background-color: #5982FF;
}
.BgClassName
{
background-color: #5982FF;
}
</style>
border-color css
<style>
span { border-color: #5982FF; }
span { border-color: rgb(89,130,255); }
td.TdClassName
{
border-color: #5982FF;
}
.TagClassName
{
border-color: #5982FF;
}
</style>