Shades of Cornflower Blue #5E9AF9
Tints of Cornflower Blue #5E9AF9
RGB
CMYK
RGB Variations
Color information
#5E9AF9 (or 0x5E9AF9) is known color: Cornflower Blue. HEX triplet: 5E, 9A and F9. RGB value is (94,154,249). Sum of RGB (Red+Green+Blue) = 94+154+249=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E9AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9AF9 is #A16506. Grayscale: #929292. Windows color (decimal): -10577159 or 16357982. OLE color: 16357982.
HSL color Cylindrical-coordinate representation of color #5E9AF9: hue angle of 216.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E9AF9 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 154 | 249 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.02 |
| HSL | 216.77º | 0.93% | 0.67% | - |
| HSV(B) | 216.77º | 0.62% | 0.98% | - |
| XYZ | 33.27 | 32.33 | 94.11 | - |
| YUV | 146.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 249 | 0.62 | 0.38 | 0 | 0.02 | 216.77 | 0.93 | 0.67 |
| Hex | 5E | 9A | F9 | 3E | 26 | 0 | 2 | D9 | 5D | 43 |
| Octal | 136 | 232 | 371 | 76 | 46 | 0 | 2 | 331 | 135 | 103 |
| Binary | 1011110 | 10011010 | 11111001 | 111110 | 100110 | 0 | 10 | 11011001 | 1011101 | 1000011 |
Color Harmonies of #5E9AF9
Complementary color
Monochromatic Colors of #5E9AF9
Black with #5E9AF9
Text Example
Text Example
White with #5E9AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9AF9; }
p { color: rgb(94,154,249); }
H1.HeaderClassName
{
color: #5E9AF9;
}
.AnyTagClassName
{
color: #5E9AF9;
}
</style>
background-color css
<style>
a { background-color: #5E9AF9; }
a { background-color: rgb(94,154,249); }
div.DivClassName
{
background-color: #5E9AF9;
}
.BgClassName
{
background-color: #5E9AF9;
}
</style>
border-color css
<style>
span { border-color: #5E9AF9; }
span { border-color: rgb(94,154,249); }
td.TdClassName
{
border-color: #5E9AF9;
}
.TagClassName
{
border-color: #5E9AF9;
}
</style>