Shades of Cornflower Blue #5392E0
Tints of Cornflower Blue #5392E0
RGB
CMYK
RGB Variations
Color information
#5392E0 (or 0x5392E0) is known color: Cornflower Blue. HEX triplet: 53, 92 and E0. RGB value is (83,146,224). Sum of RGB (Red+Green+Blue) = 83+146+224=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #5392E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5392E0 is #AC6D1F. Grayscale: #878787. Windows color (decimal): -11300128 or 14717523. OLE color: 14717523.
HSL color Cylindrical-coordinate representation of color #5392E0: hue angle of 213.19º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5392E0 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 146 | 224 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.12 |
| HSL | 213.19º | 0.69% | 0.6% | - |
| HSV(B) | 213.19º | 0.63% | 0.88% | - |
| XYZ | 27.3 | 27.78 | 74.44 | - |
| YUV | 136.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 224 | 0.63 | 0.35 | 0 | 0.12 | 213.19 | 0.69 | 0.6 |
| Hex | 53 | 92 | E0 | 3F | 23 | 0 | C | D5 | 45 | 3C |
| Octal | 123 | 222 | 340 | 77 | 43 | 0 | 14 | 325 | 105 | 74 |
| Binary | 1010011 | 10010010 | 11100000 | 111111 | 100011 | 0 | 1100 | 11010101 | 1000101 | 111100 |
Color Harmonies of #5392E0
Complementary color
Monochromatic Colors of #5392E0
Black with #5392E0
Text Example
Text Example
White with #5392E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392E0; }
p { color: rgb(83,146,224); }
H1.HeaderClassName
{
color: #5392E0;
}
.AnyTagClassName
{
color: #5392E0;
}
</style>
background-color css
<style>
a { background-color: #5392E0; }
a { background-color: rgb(83,146,224); }
div.DivClassName
{
background-color: #5392E0;
}
.BgClassName
{
background-color: #5392E0;
}
</style>
border-color css
<style>
span { border-color: #5392E0; }
span { border-color: rgb(83,146,224); }
td.TdClassName
{
border-color: #5392E0;
}
.TagClassName
{
border-color: #5392E0;
}
</style>