Shades of Cornflower Blue #5A9EFF
Tints of Cornflower Blue #5A9EFF
RGB
CMYK
RGB Variations
Color information
#5A9EFF (or 0x5A9EFF) is known color: Cornflower Blue. HEX triplet: 5A, 9E and FF. RGB value is (90,158,255). Sum of RGB (Red+Green+Blue) = 90+158+255=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9EFF is #A56100. Grayscale: #949494. Windows color (decimal): -10838273 or 16752218. OLE color: 16752218.
HSL color Cylindrical-coordinate representation of color #5A9EFF: hue angle of 215.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A9EFF is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 158 | 255 | - |
| CMYK | 0.65 | 0.38 | 0 | 0 |
| HSL | 215.27º | 1% | 0.68% | - |
| HSV(B) | 215.27º | 0.65% | 1% | - |
| XYZ | 34.49 | 33.85 | 99.32 | - |
| YUV | 148.73 | 187.97 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 255 | 0.65 | 0.38 | 0 | 0 | 215.27 | 1 | 0.68 |
| Hex | 5A | 9E | FF | 41 | 26 | 0 | 0 | D7 | 64 | 44 |
| Octal | 132 | 236 | 377 | 101 | 46 | 0 | 0 | 327 | 144 | 104 |
| Binary | 1011010 | 10011110 | 11111111 | 1000001 | 100110 | 0 | 0 | 11010111 | 1100100 | 1000100 |
Color Harmonies of #5A9EFF
Complementary color
Monochromatic Colors of #5A9EFF
Black with #5A9EFF
Text Example
Text Example
White with #5A9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9EFF; }
p { color: rgb(90,158,255); }
H1.HeaderClassName
{
color: #5A9EFF;
}
.AnyTagClassName
{
color: #5A9EFF;
}
</style>
background-color css
<style>
a { background-color: #5A9EFF; }
a { background-color: rgb(90,158,255); }
div.DivClassName
{
background-color: #5A9EFF;
}
.BgClassName
{
background-color: #5A9EFF;
}
</style>
border-color css
<style>
span { border-color: #5A9EFF; }
span { border-color: rgb(90,158,255); }
td.TdClassName
{
border-color: #5A9EFF;
}
.TagClassName
{
border-color: #5A9EFF;
}
</style>