Shades of Cornflower Blue #5EAAFA
Tints of Cornflower Blue #5EAAFA
RGB
CMYK
RGB Variations
Color information
#5EAAFA (or 0x5EAAFA) is known color: Cornflower Blue. HEX triplet: 5E, AA and FA. RGB value is (94,170,250). Sum of RGB (Red+Green+Blue) = 94+170+250=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #5EAAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAAFA is #A15505. Grayscale: #9C9C9C. Windows color (decimal): -10573062 or 16427614. OLE color: 16427614.
HSL color Cylindrical-coordinate representation of color #5EAAFA: hue angle of 210.77º degrees, saturation: 0.94, 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 #5EAAFA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 170 | 250 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.02 |
| HSL | 210.77º | 0.94% | 0.67% | - |
| HSV(B) | 210.77º | 0.62% | 0.98% | - |
| XYZ | 36.25 | 38.03 | 95.87 | - |
| YUV | 156.4 | 180.82 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 250 | 0.62 | 0.32 | 0 | 0.02 | 210.77 | 0.94 | 0.67 |
| Hex | 5E | AA | FA | 3E | 20 | 0 | 2 | D3 | 5E | 43 |
| Octal | 136 | 252 | 372 | 76 | 40 | 0 | 2 | 323 | 136 | 103 |
| Binary | 1011110 | 10101010 | 11111010 | 111110 | 100000 | 0 | 10 | 11010011 | 1011110 | 1000011 |
Color Harmonies of #5EAAFA
Complementary color
Monochromatic Colors of #5EAAFA
Black with #5EAAFA
Text Example
Text Example
White with #5EAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAAFA; }
p { color: rgb(94,170,250); }
H1.HeaderClassName
{
color: #5EAAFA;
}
.AnyTagClassName
{
color: #5EAAFA;
}
</style>
background-color css
<style>
a { background-color: #5EAAFA; }
a { background-color: rgb(94,170,250); }
div.DivClassName
{
background-color: #5EAAFA;
}
.BgClassName
{
background-color: #5EAAFA;
}
</style>
border-color css
<style>
span { border-color: #5EAAFA; }
span { border-color: rgb(94,170,250); }
td.TdClassName
{
border-color: #5EAAFA;
}
.TagClassName
{
border-color: #5EAAFA;
}
</style>