Shades of Cornflower Blue #538BE2
Tints of Cornflower Blue #538BE2
RGB
CMYK
RGB Variations
Color information
#538BE2 (or 0x538BE2) is known color: Cornflower Blue. HEX triplet: 53, 8B and E2. RGB value is (83,139,226). Sum of RGB (Red+Green+Blue) = 83+139+226=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #538BE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BE2 is #AC741D. Grayscale: #838383. Windows color (decimal): -11301918 or 14846803. OLE color: 14846803.
HSL color Cylindrical-coordinate representation of color #538BE2: hue angle of 216.5º degrees, saturation: 0.71, 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 #538BE2 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 139 | 226 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.11 |
| HSL | 216.5º | 0.71% | 0.61% | - |
| HSV(B) | 216.5º | 0.63% | 0.89% | - |
| XYZ | 26.53 | 25.8 | 75.53 | - |
| YUV | 132.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 226 | 0.63 | 0.38 | 0 | 0.11 | 216.5 | 0.71 | 0.61 |
| Hex | 53 | 8B | E2 | 3F | 26 | 0 | B | D9 | 47 | 3D |
| Octal | 123 | 213 | 342 | 77 | 46 | 0 | 13 | 331 | 107 | 75 |
| Binary | 1010011 | 10001011 | 11100010 | 111111 | 100110 | 0 | 1011 | 11011001 | 1000111 | 111101 |
Color Harmonies of #538BE2
Complementary color
Monochromatic Colors of #538BE2
Black with #538BE2
Text Example
Text Example
White with #538BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BE2; }
p { color: rgb(83,139,226); }
H1.HeaderClassName
{
color: #538BE2;
}
.AnyTagClassName
{
color: #538BE2;
}
</style>
background-color css
<style>
a { background-color: #538BE2; }
a { background-color: rgb(83,139,226); }
div.DivClassName
{
background-color: #538BE2;
}
.BgClassName
{
background-color: #538BE2;
}
</style>
border-color css
<style>
span { border-color: #538BE2; }
span { border-color: rgb(83,139,226); }
td.TdClassName
{
border-color: #538BE2;
}
.TagClassName
{
border-color: #538BE2;
}
</style>