Shades of Cornflower Blue #5392EE
Tints of Cornflower Blue #5392EE
RGB
CMYK
RGB Variations
Color information
#5392EE (or 0x5392EE) is known color: Cornflower Blue. HEX triplet: 53, 92 and EE. RGB value is (83,146,238). Sum of RGB (Red+Green+Blue) = 83+146+238=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #5392EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5392EE is #AC6D11. Grayscale: #898989. Windows color (decimal): -11300114 or 15635027. OLE color: 15635027.
HSL color Cylindrical-coordinate representation of color #5392EE: hue angle of 215.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5392EE is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 146 | 238 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.07 |
| HSL | 215.61º | 0.82% | 0.63% | - |
| HSV(B) | 215.61º | 0.65% | 0.93% | - |
| XYZ | 29.28 | 28.57 | 84.86 | - |
| YUV | 137.65 | 184.63 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 238 | 0.65 | 0.39 | 0 | 0.07 | 215.61 | 0.82 | 0.63 |
| Hex | 53 | 92 | EE | 41 | 27 | 0 | 7 | D8 | 52 | 3F |
| Octal | 123 | 222 | 356 | 101 | 47 | 0 | 7 | 330 | 122 | 77 |
| Binary | 1010011 | 10010010 | 11101110 | 1000001 | 100111 | 0 | 111 | 11011000 | 1010010 | 111111 |
Color Harmonies of #5392EE
Complementary color
Monochromatic Colors of #5392EE
Black with #5392EE
Text Example
Text Example
White with #5392EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392EE; }
p { color: rgb(83,146,238); }
H1.HeaderClassName
{
color: #5392EE;
}
.AnyTagClassName
{
color: #5392EE;
}
</style>
background-color css
<style>
a { background-color: #5392EE; }
a { background-color: rgb(83,146,238); }
div.DivClassName
{
background-color: #5392EE;
}
.BgClassName
{
background-color: #5392EE;
}
</style>
border-color css
<style>
span { border-color: #5392EE; }
span { border-color: rgb(83,146,238); }
td.TdClassName
{
border-color: #5392EE;
}
.TagClassName
{
border-color: #5392EE;
}
</style>