Shades of Cornflower Blue #5994FA
Tints of Cornflower Blue #5994FA
RGB
CMYK
RGB Variations
Color information
#5994FA (or 0x5994FA) is known color: Cornflower Blue. HEX triplet: 59, 94 and FA. RGB value is (89,148,250). Sum of RGB (Red+Green+Blue) = 89+148+250=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #5994FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5994FA is #A66B05. Grayscale: #8D8D8D. Windows color (decimal): -10906374 or 16421977. OLE color: 16421977.
HSL color Cylindrical-coordinate representation of color #5994FA: hue angle of 218.01º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5994FA is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 148 | 250 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.02 |
| HSL | 218.01º | 0.94% | 0.66% | - |
| HSV(B) | 218.01º | 0.64% | 0.98% | - |
| XYZ | 31.97 | 30.21 | 94.59 | - |
| YUV | 141.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 250 | 0.64 | 0.41 | 0 | 0.02 | 218.01 | 0.94 | 0.66 |
| Hex | 59 | 94 | FA | 40 | 29 | 0 | 2 | DA | 5E | 42 |
| Octal | 131 | 224 | 372 | 100 | 51 | 0 | 2 | 332 | 136 | 102 |
| Binary | 1011001 | 10010100 | 11111010 | 1000000 | 101001 | 0 | 10 | 11011010 | 1011110 | 1000010 |
Color Harmonies of #5994FA
Complementary color
Monochromatic Colors of #5994FA
Black with #5994FA
Text Example
Text Example
White with #5994FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5994FA; }
p { color: rgb(89,148,250); }
H1.HeaderClassName
{
color: #5994FA;
}
.AnyTagClassName
{
color: #5994FA;
}
</style>
background-color css
<style>
a { background-color: #5994FA; }
a { background-color: rgb(89,148,250); }
div.DivClassName
{
background-color: #5994FA;
}
.BgClassName
{
background-color: #5994FA;
}
</style>
border-color css
<style>
span { border-color: #5994FA; }
span { border-color: rgb(89,148,250); }
td.TdClassName
{
border-color: #5994FA;
}
.TagClassName
{
border-color: #5994FA;
}
</style>