Shades of Cornflower Blue #5392EF
Tints of Cornflower Blue #5392EF
RGB
CMYK
RGB Variations
Color information
#5392EF (or 0x5392EF) is known color: Cornflower Blue. HEX triplet: 53, 92 and EF. RGB value is (83,146,239). Sum of RGB (Red+Green+Blue) = 83+146+239=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #5392EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5392EF is #AC6D10. Grayscale: #898989. Windows color (decimal): -11300113 or 15700563. OLE color: 15700563.
HSL color Cylindrical-coordinate representation of color #5392EF: hue angle of 215.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5392EF is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 146 | 239 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.06 |
| HSL | 215.77º | 0.83% | 0.63% | - |
| HSV(B) | 215.77º | 0.65% | 0.94% | - |
| XYZ | 29.43 | 28.63 | 85.64 | - |
| YUV | 137.77 | 185.13 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 239 | 0.65 | 0.39 | 0 | 0.06 | 215.77 | 0.83 | 0.63 |
| Hex | 53 | 92 | EF | 41 | 27 | 0 | 6 | D8 | 53 | 3F |
| Octal | 123 | 222 | 357 | 101 | 47 | 0 | 6 | 330 | 123 | 77 |
| Binary | 1010011 | 10010010 | 11101111 | 1000001 | 100111 | 0 | 110 | 11011000 | 1010011 | 111111 |
Color Harmonies of #5392EF
Complementary color
Monochromatic Colors of #5392EF
Black with #5392EF
Text Example
Text Example
White with #5392EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392EF; }
p { color: rgb(83,146,239); }
H1.HeaderClassName
{
color: #5392EF;
}
.AnyTagClassName
{
color: #5392EF;
}
</style>
background-color css
<style>
a { background-color: #5392EF; }
a { background-color: rgb(83,146,239); }
div.DivClassName
{
background-color: #5392EF;
}
.BgClassName
{
background-color: #5392EF;
}
</style>
border-color css
<style>
span { border-color: #5392EF; }
span { border-color: rgb(83,146,239); }
td.TdClassName
{
border-color: #5392EF;
}
.TagClassName
{
border-color: #5392EF;
}
</style>