Shades of Cornflower Blue #538EE0
Tints of Cornflower Blue #538EE0
RGB
CMYK
RGB Variations
Color information
#538EE0 (or 0x538EE0) is known color: Cornflower Blue. HEX triplet: 53, 8E and E0. RGB value is (83,142,224). Sum of RGB (Red+Green+Blue) = 83+142+224=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #538EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EE0 is #AC711F. Grayscale: #858585. Windows color (decimal): -11301152 or 14716499. OLE color: 14716499.
HSL color Cylindrical-coordinate representation of color #538EE0: hue angle of 214.89º 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 #538EE0 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 142 | 224 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.12 |
| HSL | 214.89º | 0.69% | 0.6% | - |
| HSV(B) | 214.89º | 0.63% | 0.88% | - |
| XYZ | 26.69 | 26.57 | 74.24 | - |
| YUV | 133.71 | 178.95 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 224 | 0.63 | 0.37 | 0 | 0.12 | 214.89 | 0.69 | 0.6 |
| Hex | 53 | 8E | E0 | 3F | 25 | 0 | C | D7 | 45 | 3C |
| Octal | 123 | 216 | 340 | 77 | 45 | 0 | 14 | 327 | 105 | 74 |
| Binary | 1010011 | 10001110 | 11100000 | 111111 | 100101 | 0 | 1100 | 11010111 | 1000101 | 111100 |
Color Harmonies of #538EE0
Complementary color
Monochromatic Colors of #538EE0
Black with #538EE0
Text Example
Text Example
White with #538EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EE0; }
p { color: rgb(83,142,224); }
H1.HeaderClassName
{
color: #538EE0;
}
.AnyTagClassName
{
color: #538EE0;
}
</style>
background-color css
<style>
a { background-color: #538EE0; }
a { background-color: rgb(83,142,224); }
div.DivClassName
{
background-color: #538EE0;
}
.BgClassName
{
background-color: #538EE0;
}
</style>
border-color css
<style>
span { border-color: #538EE0; }
span { border-color: rgb(83,142,224); }
td.TdClassName
{
border-color: #538EE0;
}
.TagClassName
{
border-color: #538EE0;
}
</style>