Shades of Cornflower Blue #5A99E0
Tints of Cornflower Blue #5A99E0
RGB
CMYK
RGB Variations
Color information
#5A99E0 (or 0x5A99E0) is known color: Cornflower Blue. HEX triplet: 5A, 99 and E0. RGB value is (90,153,224). Sum of RGB (Red+Green+Blue) = 90+153+224=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A99E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A99E0 is #A5661F. Grayscale: #8D8D8D. Windows color (decimal): -10839584 or 14719322. OLE color: 14719322.
HSL color Cylindrical-coordinate representation of color #5A99E0: hue angle of 211.79º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A99E0 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 153 | 224 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.12 |
| HSL | 211.79º | 0.68% | 0.62% | - |
| HSV(B) | 211.79º | 0.6% | 0.88% | - |
| XYZ | 29.06 | 30.34 | 74.85 | - |
| YUV | 142.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 224 | 0.60 | 0.32 | 0 | 0.12 | 211.79 | 0.68 | 0.62 |
| Hex | 5A | 99 | E0 | 3C | 20 | 0 | C | D4 | 44 | 3E |
| Octal | 132 | 231 | 340 | 74 | 40 | 0 | 14 | 324 | 104 | 76 |
| Binary | 1011010 | 10011001 | 11100000 | 111100 | 100000 | 0 | 1100 | 11010100 | 1000100 | 111110 |
Color Harmonies of #5A99E0
Complementary color
Monochromatic Colors of #5A99E0
Black with #5A99E0
Text Example
Text Example
White with #5A99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A99E0; }
p { color: rgb(90,153,224); }
H1.HeaderClassName
{
color: #5A99E0;
}
.AnyTagClassName
{
color: #5A99E0;
}
</style>
background-color css
<style>
a { background-color: #5A99E0; }
a { background-color: rgb(90,153,224); }
div.DivClassName
{
background-color: #5A99E0;
}
.BgClassName
{
background-color: #5A99E0;
}
</style>
border-color css
<style>
span { border-color: #5A99E0; }
span { border-color: rgb(90,153,224); }
td.TdClassName
{
border-color: #5A99E0;
}
.TagClassName
{
border-color: #5A99E0;
}
</style>