Shades of Cornflower Blue #5993F6
Tints of Cornflower Blue #5993F6
RGB
CMYK
RGB Variations
Color information
#5993F6 (or 0x5993F6) is known color: Cornflower Blue. HEX triplet: 59, 93 and F6. RGB value is (89,147,246). Sum of RGB (Red+Green+Blue) = 89+147+246=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #5993F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5993F6 is #A66C09. Grayscale: #8C8C8C. Windows color (decimal): -10906634 or 16159577. OLE color: 16159577.
HSL color Cylindrical-coordinate representation of color #5993F6: hue angle of 217.83º 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 #5993F6 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 147 | 246 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.04 |
| HSL | 217.83º | 0.9% | 0.66% | - |
| HSV(B) | 217.83º | 0.64% | 0.96% | - |
| XYZ | 31.19 | 29.65 | 91.27 | - |
| YUV | 140.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 246 | 0.64 | 0.40 | 0 | 0.04 | 217.83 | 0.9 | 0.66 |
| Hex | 59 | 93 | F6 | 40 | 28 | 0 | 4 | DA | 5A | 42 |
| Octal | 131 | 223 | 366 | 100 | 50 | 0 | 4 | 332 | 132 | 102 |
| Binary | 1011001 | 10010011 | 11110110 | 1000000 | 101000 | 0 | 100 | 11011010 | 1011010 | 1000010 |
Color Harmonies of #5993F6
Complementary color
Monochromatic Colors of #5993F6
Black with #5993F6
Text Example
Text Example
White with #5993F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993F6; }
p { color: rgb(89,147,246); }
H1.HeaderClassName
{
color: #5993F6;
}
.AnyTagClassName
{
color: #5993F6;
}
</style>
background-color css
<style>
a { background-color: #5993F6; }
a { background-color: rgb(89,147,246); }
div.DivClassName
{
background-color: #5993F6;
}
.BgClassName
{
background-color: #5993F6;
}
</style>
border-color css
<style>
span { border-color: #5993F6; }
span { border-color: rgb(89,147,246); }
td.TdClassName
{
border-color: #5993F6;
}
.TagClassName
{
border-color: #5993F6;
}
</style>