Shades of Cornflower Blue #538EE3
Tints of Cornflower Blue #538EE3
RGB
CMYK
RGB Variations
Color information
#538EE3 (or 0x538EE3) is known color: Cornflower Blue. HEX triplet: 53, 8E and E3. RGB value is (83,142,227). Sum of RGB (Red+Green+Blue) = 83+142+227=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 227 (89.06% from 255 or 50.22% from 452); Max value from RGB is 227 - color contains mainly: blue. Hex color #538EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EE3 is #AC711C. Grayscale: #858585. Windows color (decimal): -11301149 or 14913107. OLE color: 14913107.
HSL color Cylindrical-coordinate representation of color #538EE3: hue angle of 215.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538EE3 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 142 | 227 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.11 |
| HSL | 215.42º | 0.72% | 0.61% | - |
| HSV(B) | 215.42º | 0.63% | 0.89% | - |
| XYZ | 27.11 | 26.73 | 76.4 | - |
| YUV | 134.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 227 | 0.63 | 0.37 | 0 | 0.11 | 215.42 | 0.72 | 0.61 |
| Hex | 53 | 8E | E3 | 3F | 25 | 0 | B | D7 | 48 | 3D |
| Octal | 123 | 216 | 343 | 77 | 45 | 0 | 13 | 327 | 110 | 75 |
| Binary | 1010011 | 10001110 | 11100011 | 111111 | 100101 | 0 | 1011 | 11010111 | 1001000 | 111101 |
Color Harmonies of #538EE3
Complementary color
Monochromatic Colors of #538EE3
Black with #538EE3
Text Example
Text Example
White with #538EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EE3; }
p { color: rgb(83,142,227); }
H1.HeaderClassName
{
color: #538EE3;
}
.AnyTagClassName
{
color: #538EE3;
}
</style>
background-color css
<style>
a { background-color: #538EE3; }
a { background-color: rgb(83,142,227); }
div.DivClassName
{
background-color: #538EE3;
}
.BgClassName
{
background-color: #538EE3;
}
</style>
border-color css
<style>
span { border-color: #538EE3; }
span { border-color: rgb(83,142,227); }
td.TdClassName
{
border-color: #538EE3;
}
.TagClassName
{
border-color: #538EE3;
}
</style>