Shades of Cornflower Blue #538BE3
Tints of Cornflower Blue #538BE3
RGB
CMYK
RGB Variations
Color information
#538BE3 (or 0x538BE3) is known color: Cornflower Blue. HEX triplet: 53, 8B and E3. RGB value is (83,139,227). Sum of RGB (Red+Green+Blue) = 83+139+227=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #538BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BE3 is #AC741C. Grayscale: #838383. Windows color (decimal): -11301917 or 14912339. OLE color: 14912339.
HSL color Cylindrical-coordinate representation of color #538BE3: hue angle of 216.67º 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 #538BE3 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 139 | 227 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.11 |
| HSL | 216.67º | 0.72% | 0.61% | - |
| HSV(B) | 216.67º | 0.63% | 0.89% | - |
| XYZ | 26.67 | 25.85 | 76.26 | - |
| YUV | 132.29 | 181.45 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 227 | 0.63 | 0.39 | 0 | 0.11 | 216.67 | 0.72 | 0.61 |
| Hex | 53 | 8B | E3 | 3F | 27 | 0 | B | D9 | 48 | 3D |
| Octal | 123 | 213 | 343 | 77 | 47 | 0 | 13 | 331 | 110 | 75 |
| Binary | 1010011 | 10001011 | 11100011 | 111111 | 100111 | 0 | 1011 | 11011001 | 1001000 | 111101 |
Color Harmonies of #538BE3
Complementary color
Monochromatic Colors of #538BE3
Black with #538BE3
Text Example
Text Example
White with #538BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BE3; }
p { color: rgb(83,139,227); }
H1.HeaderClassName
{
color: #538BE3;
}
.AnyTagClassName
{
color: #538BE3;
}
</style>
background-color css
<style>
a { background-color: #538BE3; }
a { background-color: rgb(83,139,227); }
div.DivClassName
{
background-color: #538BE3;
}
.BgClassName
{
background-color: #538BE3;
}
</style>
border-color css
<style>
span { border-color: #538BE3; }
span { border-color: rgb(83,139,227); }
td.TdClassName
{
border-color: #538BE3;
}
.TagClassName
{
border-color: #538BE3;
}
</style>