Shades of Cornflower Blue #5E92ED
Tints of Cornflower Blue #5E92ED
RGB
CMYK
RGB Variations
Color information
#5E92ED (or 0x5E92ED) is known color: Cornflower Blue. HEX triplet: 5E, 92 and ED. RGB value is (94,146,237). Sum of RGB (Red+Green+Blue) = 94+146+237=477 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.71% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E92ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E92ED is #A16D12. Grayscale: #8C8C8C. Windows color (decimal): -10579219 or 15569502. OLE color: 15569502.
HSL color Cylindrical-coordinate representation of color #5E92ED: hue angle of 218.18º 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 #5E92ED is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 146 | 237 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.07 |
| HSL | 218.18º | 0.8% | 0.65% | - |
| HSV(B) | 218.18º | 0.6% | 0.93% | - |
| XYZ | 30.18 | 29.05 | 84.14 | - |
| YUV | 140.83 | 182.27 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 237 | 0.60 | 0.38 | 0 | 0.07 | 218.18 | 0.8 | 0.65 |
| Hex | 5E | 92 | ED | 3C | 26 | 0 | 7 | DA | 50 | 41 |
| Octal | 136 | 222 | 355 | 74 | 46 | 0 | 7 | 332 | 120 | 101 |
| Binary | 1011110 | 10010010 | 11101101 | 111100 | 100110 | 0 | 111 | 11011010 | 1010000 | 1000001 |
Color Harmonies of #5E92ED
Complementary color
Monochromatic Colors of #5E92ED
Black with #5E92ED
Text Example
Text Example
White with #5E92ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E92ED; }
p { color: rgb(94,146,237); }
H1.HeaderClassName
{
color: #5E92ED;
}
.AnyTagClassName
{
color: #5E92ED;
}
</style>
background-color css
<style>
a { background-color: #5E92ED; }
a { background-color: rgb(94,146,237); }
div.DivClassName
{
background-color: #5E92ED;
}
.BgClassName
{
background-color: #5E92ED;
}
</style>
border-color css
<style>
span { border-color: #5E92ED; }
span { border-color: rgb(94,146,237); }
td.TdClassName
{
border-color: #5E92ED;
}
.TagClassName
{
border-color: #5E92ED;
}
</style>