Shades of Cornflower Blue #5392EA
Tints of Cornflower Blue #5392EA
RGB
CMYK
RGB Variations
Color information
#5392EA (or 0x5392EA) is known color: Cornflower Blue. HEX triplet: 53, 92 and EA. RGB value is (83,146,234). Sum of RGB (Red+Green+Blue) = 83+146+234=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #5392EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5392EA is #AC6D15. Grayscale: #888888. Windows color (decimal): -11300118 or 15372883. OLE color: 15372883.
HSL color Cylindrical-coordinate representation of color #5392EA: hue angle of 214.97º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5392EA is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 146 | 234 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.08 |
| HSL | 214.97º | 0.78% | 0.62% | - |
| HSV(B) | 214.97º | 0.65% | 0.92% | - |
| XYZ | 28.7 | 28.34 | 81.8 | - |
| YUV | 137.2 | 182.63 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 234 | 0.65 | 0.38 | 0 | 0.08 | 214.97 | 0.78 | 0.62 |
| Hex | 53 | 92 | EA | 41 | 26 | 0 | 8 | D7 | 4E | 3E |
| Octal | 123 | 222 | 352 | 101 | 46 | 0 | 10 | 327 | 116 | 76 |
| Binary | 1010011 | 10010010 | 11101010 | 1000001 | 100110 | 0 | 1000 | 11010111 | 1001110 | 111110 |
Color Harmonies of #5392EA
Complementary color
Monochromatic Colors of #5392EA
Black with #5392EA
Text Example
Text Example
White with #5392EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392EA; }
p { color: rgb(83,146,234); }
H1.HeaderClassName
{
color: #5392EA;
}
.AnyTagClassName
{
color: #5392EA;
}
</style>
background-color css
<style>
a { background-color: #5392EA; }
a { background-color: rgb(83,146,234); }
div.DivClassName
{
background-color: #5392EA;
}
.BgClassName
{
background-color: #5392EA;
}
</style>
border-color css
<style>
span { border-color: #5392EA; }
span { border-color: rgb(83,146,234); }
td.TdClassName
{
border-color: #5392EA;
}
.TagClassName
{
border-color: #5392EA;
}
</style>