Shades of Cornflower Blue #5A99F1
Tints of Cornflower Blue #5A99F1
RGB
CMYK
RGB Variations
Color information
#5A99F1 (or 0x5A99F1) is known color: Cornflower Blue. HEX triplet: 5A, 99 and F1. RGB value is (90,153,241). Sum of RGB (Red+Green+Blue) = 90+153+241=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A99F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A99F1 is #A5660E. Grayscale: #8F8F8F. Windows color (decimal): -10839567 or 15833434. OLE color: 15833434.
HSL color Cylindrical-coordinate representation of color #5A99F1: hue angle of 214.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A99F1 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 153 | 241 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.05 |
| HSL | 214.97º | 0.84% | 0.65% | - |
| HSV(B) | 214.97º | 0.63% | 0.95% | - |
| XYZ | 31.48 | 31.31 | 87.6 | - |
| YUV | 144.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 241 | 0.63 | 0.37 | 0 | 0.05 | 214.97 | 0.84 | 0.65 |
| Hex | 5A | 99 | F1 | 3F | 25 | 0 | 5 | D7 | 54 | 41 |
| Octal | 132 | 231 | 361 | 77 | 45 | 0 | 5 | 327 | 124 | 101 |
| Binary | 1011010 | 10011001 | 11110001 | 111111 | 100101 | 0 | 101 | 11010111 | 1010100 | 1000001 |
Color Harmonies of #5A99F1
Complementary color
Monochromatic Colors of #5A99F1
Black with #5A99F1
Text Example
Text Example
White with #5A99F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A99F1; }
p { color: rgb(90,153,241); }
H1.HeaderClassName
{
color: #5A99F1;
}
.AnyTagClassName
{
color: #5A99F1;
}
</style>
background-color css
<style>
a { background-color: #5A99F1; }
a { background-color: rgb(90,153,241); }
div.DivClassName
{
background-color: #5A99F1;
}
.BgClassName
{
background-color: #5A99F1;
}
</style>
border-color css
<style>
span { border-color: #5A99F1; }
span { border-color: rgb(90,153,241); }
td.TdClassName
{
border-color: #5A99F1;
}
.TagClassName
{
border-color: #5A99F1;
}
</style>