Shades of Cornflower Blue #5E9AED
Tints of Cornflower Blue #5E9AED
RGB
CMYK
RGB Variations
Color information
#5E9AED (or 0x5E9AED) is known color: Cornflower Blue. HEX triplet: 5E, 9A and ED. RGB value is (94,154,237). Sum of RGB (Red+Green+Blue) = 94+154+237=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 154 (60.55% from 255 or 31.75% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E9AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9AED is #A16512. Grayscale: #919191. Windows color (decimal): -10577171 or 15571550. OLE color: 15571550.
HSL color Cylindrical-coordinate representation of color #5E9AED: hue angle of 214.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9AED is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 154 | 237 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.07 |
| HSL | 214.83º | 0.8% | 0.65% | - |
| HSV(B) | 214.83º | 0.6% | 0.93% | - |
| XYZ | 31.46 | 31.61 | 84.56 | - |
| YUV | 145.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 237 | 0.60 | 0.35 | 0 | 0.07 | 214.83 | 0.8 | 0.65 |
| Hex | 5E | 9A | ED | 3C | 23 | 0 | 7 | D7 | 50 | 41 |
| Octal | 136 | 232 | 355 | 74 | 43 | 0 | 7 | 327 | 120 | 101 |
| Binary | 1011110 | 10011010 | 11101101 | 111100 | 100011 | 0 | 111 | 11010111 | 1010000 | 1000001 |
Color Harmonies of #5E9AED
Complementary color
Monochromatic Colors of #5E9AED
Black with #5E9AED
Text Example
Text Example
White with #5E9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9AED; }
p { color: rgb(94,154,237); }
H1.HeaderClassName
{
color: #5E9AED;
}
.AnyTagClassName
{
color: #5E9AED;
}
</style>
background-color css
<style>
a { background-color: #5E9AED; }
a { background-color: rgb(94,154,237); }
div.DivClassName
{
background-color: #5E9AED;
}
.BgClassName
{
background-color: #5E9AED;
}
</style>
border-color css
<style>
span { border-color: #5E9AED; }
span { border-color: rgb(94,154,237); }
td.TdClassName
{
border-color: #5E9AED;
}
.TagClassName
{
border-color: #5E9AED;
}
</style>