Shades of Cornflower Blue #539EE8
Tints of Cornflower Blue #539EE8
RGB
CMYK
RGB Variations
Color information
#539EE8 (or 0x539EE8) is known color: Cornflower Blue. HEX triplet: 53, 9E and E8. RGB value is (83,158,232). Sum of RGB (Red+Green+Blue) = 83+158+232=473 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.55% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #539EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539EE8 is #AC6117. Grayscale: #8F8F8F. Windows color (decimal): -11297048 or 15244883. OLE color: 15244883.
HSL color Cylindrical-coordinate representation of color #539EE8: hue angle of 209.8º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #539EE8 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 158 | 232 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.09 |
| HSL | 209.8º | 0.76% | 0.62% | - |
| HSV(B) | 209.8º | 0.64% | 0.91% | - |
| XYZ | 30.36 | 32.12 | 80.94 | - |
| YUV | 144.01 | 177.65 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 232 | 0.64 | 0.32 | 0 | 0.09 | 209.8 | 0.76 | 0.62 |
| Hex | 53 | 9E | E8 | 40 | 20 | 0 | 9 | D2 | 4C | 3E |
| Octal | 123 | 236 | 350 | 100 | 40 | 0 | 11 | 322 | 114 | 76 |
| Binary | 1010011 | 10011110 | 11101000 | 1000000 | 100000 | 0 | 1001 | 11010010 | 1001100 | 111110 |
Color Harmonies of #539EE8
Complementary color
Monochromatic Colors of #539EE8
Black with #539EE8
Text Example
Text Example
White with #539EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EE8; }
p { color: rgb(83,158,232); }
H1.HeaderClassName
{
color: #539EE8;
}
.AnyTagClassName
{
color: #539EE8;
}
</style>
background-color css
<style>
a { background-color: #539EE8; }
a { background-color: rgb(83,158,232); }
div.DivClassName
{
background-color: #539EE8;
}
.BgClassName
{
background-color: #539EE8;
}
</style>
border-color css
<style>
span { border-color: #539EE8; }
span { border-color: rgb(83,158,232); }
td.TdClassName
{
border-color: #539EE8;
}
.TagClassName
{
border-color: #539EE8;
}
</style>