Shades of Cornflower Blue #538FE2
Tints of Cornflower Blue #538FE2
RGB
CMYK
RGB Variations
Color information
#538FE2 (or 0x538FE2) is known color: Cornflower Blue. HEX triplet: 53, 8F and E2. RGB value is (83,143,226). Sum of RGB (Red+Green+Blue) = 83+143+226=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #538FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FE2 is #AC701D. Grayscale: #868686. Windows color (decimal): -11300894 or 14847827. OLE color: 14847827.
HSL color Cylindrical-coordinate representation of color #538FE2: hue angle of 214.83º 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 #538FE2 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 143 | 226 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.11 |
| HSL | 214.83º | 0.71% | 0.61% | - |
| HSV(B) | 214.83º | 0.63% | 0.89% | - |
| XYZ | 27.12 | 26.97 | 75.73 | - |
| YUV | 134.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 226 | 0.63 | 0.37 | 0 | 0.11 | 214.83 | 0.71 | 0.61 |
| Hex | 53 | 8F | E2 | 3F | 25 | 0 | B | D7 | 47 | 3D |
| Octal | 123 | 217 | 342 | 77 | 45 | 0 | 13 | 327 | 107 | 75 |
| Binary | 1010011 | 10001111 | 11100010 | 111111 | 100101 | 0 | 1011 | 11010111 | 1000111 | 111101 |
Color Harmonies of #538FE2
Complementary color
Monochromatic Colors of #538FE2
Black with #538FE2
Text Example
Text Example
White with #538FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FE2; }
p { color: rgb(83,143,226); }
H1.HeaderClassName
{
color: #538FE2;
}
.AnyTagClassName
{
color: #538FE2;
}
</style>
background-color css
<style>
a { background-color: #538FE2; }
a { background-color: rgb(83,143,226); }
div.DivClassName
{
background-color: #538FE2;
}
.BgClassName
{
background-color: #538FE2;
}
</style>
border-color css
<style>
span { border-color: #538FE2; }
span { border-color: rgb(83,143,226); }
td.TdClassName
{
border-color: #538FE2;
}
.TagClassName
{
border-color: #538FE2;
}
</style>