Shades of Cornflower Blue #5982F6
Tints of Cornflower Blue #5982F6
RGB
CMYK
RGB Variations
Color information
#5982F6 (or 0x5982F6) is known color: Cornflower Blue. HEX triplet: 59, 82 and F6. RGB value is (89,130,246). Sum of RGB (Red+Green+Blue) = 89+130+246=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #5982F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5982F6 is #A67D09. Grayscale: #828282. Windows color (decimal): -10910986 or 16155225. OLE color: 16155225.
HSL color Cylindrical-coordinate representation of color #5982F6: hue angle of 224.33º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5982F6 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 130 | 246 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.04 |
| HSL | 224.33º | 0.9% | 0.66% | - |
| HSV(B) | 224.33º | 0.64% | 0.96% | - |
| XYZ | 28.74 | 24.74 | 90.45 | - |
| YUV | 130.97 | 192.92 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 130 | 246 | 0.64 | 0.47 | 0 | 0.04 | 224.33 | 0.9 | 0.66 |
| Hex | 59 | 82 | F6 | 40 | 2F | 0 | 4 | E0 | 5A | 42 |
| Octal | 131 | 202 | 366 | 100 | 57 | 0 | 4 | 340 | 132 | 102 |
| Binary | 1011001 | 10000010 | 11110110 | 1000000 | 101111 | 0 | 100 | 11100000 | 1011010 | 1000010 |
Color Harmonies of #5982F6
Complementary color
Monochromatic Colors of #5982F6
Black with #5982F6
Text Example
Text Example
White with #5982F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5982F6; }
p { color: rgb(89,130,246); }
H1.HeaderClassName
{
color: #5982F6;
}
.AnyTagClassName
{
color: #5982F6;
}
</style>
background-color css
<style>
a { background-color: #5982F6; }
a { background-color: rgb(89,130,246); }
div.DivClassName
{
background-color: #5982F6;
}
.BgClassName
{
background-color: #5982F6;
}
</style>
border-color css
<style>
span { border-color: #5982F6; }
span { border-color: rgb(89,130,246); }
td.TdClassName
{
border-color: #5982F6;
}
.TagClassName
{
border-color: #5982F6;
}
</style>