Shades of Cornflower Blue #5982FC
Tints of Cornflower Blue #5982FC
RGB
CMYK
RGB Variations
Color information
#5982FC (or 0x5982FC) is known color: Cornflower Blue. HEX triplet: 59, 82 and FC. RGB value is (89,130,252). Sum of RGB (Red+Green+Blue) = 89+130+252=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #5982FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5982FC is #A67D03. Grayscale: #838383. Windows color (decimal): -10910980 or 16548441. OLE color: 16548441.
HSL color Cylindrical-coordinate representation of color #5982FC: hue angle of 224.91º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5982FC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 130 | 252 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.01 |
| HSL | 224.91º | 0.96% | 0.67% | - |
| HSV(B) | 224.91º | 0.65% | 0.99% | - |
| XYZ | 29.67 | 25.12 | 95.38 | - |
| YUV | 131.65 | 195.92 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 252 | 0.65 | 0.48 | 0 | 0.01 | 224.91 | 0.96 | 0.67 |
| Hex | 59 | 82 | FC | 41 | 30 | 0 | 1 | E1 | 60 | 43 |
| Octal | 131 | 202 | 374 | 101 | 60 | 0 | 1 | 341 | 140 | 103 |
| Binary | 1011001 | 10000010 | 11111100 | 1000001 | 110000 | 0 | 1 | 11100001 | 1100000 | 1000011 |
Color Harmonies of #5982FC
Complementary color
Monochromatic Colors of #5982FC
Black with #5982FC
Text Example
Text Example
White with #5982FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5982FC; }
p { color: rgb(89,130,252); }
H1.HeaderClassName
{
color: #5982FC;
}
.AnyTagClassName
{
color: #5982FC;
}
</style>
background-color css
<style>
a { background-color: #5982FC; }
a { background-color: rgb(89,130,252); }
div.DivClassName
{
background-color: #5982FC;
}
.BgClassName
{
background-color: #5982FC;
}
</style>
border-color css
<style>
span { border-color: #5982FC; }
span { border-color: rgb(89,130,252); }
td.TdClassName
{
border-color: #5982FC;
}
.TagClassName
{
border-color: #5982FC;
}
</style>