Shades of Cornflower Blue #5E92EA
Tints of Cornflower Blue #5E92EA
RGB
CMYK
RGB Variations
Color information
#5E92EA (or 0x5E92EA) is known color: Cornflower Blue. HEX triplet: 5E, 92 and EA. RGB value is (94,146,234). Sum of RGB (Red+Green+Blue) = 94+146+234=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E92EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E92EA is #A16D15. Grayscale: #8C8C8C. Windows color (decimal): -10579222 or 15372894. OLE color: 15372894.
HSL color Cylindrical-coordinate representation of color #5E92EA: hue angle of 217.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E92EA is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 146 | 234 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.08 |
| HSL | 217.71º | 0.77% | 0.64% | - |
| HSV(B) | 217.71º | 0.6% | 0.92% | - |
| XYZ | 29.75 | 28.88 | 81.85 | - |
| YUV | 140.48 | 180.77 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 234 | 0.60 | 0.38 | 0 | 0.08 | 217.71 | 0.77 | 0.64 |
| Hex | 5E | 92 | EA | 3C | 26 | 0 | 8 | DA | 4D | 40 |
| Octal | 136 | 222 | 352 | 74 | 46 | 0 | 10 | 332 | 115 | 100 |
| Binary | 1011110 | 10010010 | 11101010 | 111100 | 100110 | 0 | 1000 | 11011010 | 1001101 | 1000000 |
Color Harmonies of #5E92EA
Complementary color
Monochromatic Colors of #5E92EA
Black with #5E92EA
Text Example
Text Example
White with #5E92EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E92EA; }
p { color: rgb(94,146,234); }
H1.HeaderClassName
{
color: #5E92EA;
}
.AnyTagClassName
{
color: #5E92EA;
}
</style>
background-color css
<style>
a { background-color: #5E92EA; }
a { background-color: rgb(94,146,234); }
div.DivClassName
{
background-color: #5E92EA;
}
.BgClassName
{
background-color: #5E92EA;
}
</style>
border-color css
<style>
span { border-color: #5E92EA; }
span { border-color: rgb(94,146,234); }
td.TdClassName
{
border-color: #5E92EA;
}
.TagClassName
{
border-color: #5E92EA;
}
</style>