Shades of Cornflower Blue #539EEE
Tints of Cornflower Blue #539EEE
RGB
CMYK
RGB Variations
Color information
#539EEE (or 0x539EEE) is known color: Cornflower Blue. HEX triplet: 53, 9E and EE. RGB value is (83,158,238). Sum of RGB (Red+Green+Blue) = 83+158+238=479 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.33% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #539EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539EEE is #AC6111. Grayscale: #909090. Windows color (decimal): -11297042 or 15638099. OLE color: 15638099.
HSL color Cylindrical-coordinate representation of color #539EEE: hue angle of 210.97º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #539EEE is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 158 | 238 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.07 |
| HSL | 210.97º | 0.82% | 0.63% | - |
| HSV(B) | 210.97º | 0.65% | 0.93% | - |
| XYZ | 31.23 | 32.47 | 85.51 | - |
| YUV | 144.7 | 180.65 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 238 | 0.65 | 0.34 | 0 | 0.07 | 210.97 | 0.82 | 0.63 |
| Hex | 53 | 9E | EE | 41 | 22 | 0 | 7 | D3 | 52 | 3F |
| Octal | 123 | 236 | 356 | 101 | 42 | 0 | 7 | 323 | 122 | 77 |
| Binary | 1010011 | 10011110 | 11101110 | 1000001 | 100010 | 0 | 111 | 11010011 | 1010010 | 111111 |
Color Harmonies of #539EEE
Complementary color
Monochromatic Colors of #539EEE
Black with #539EEE
Text Example
Text Example
White with #539EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EEE; }
p { color: rgb(83,158,238); }
H1.HeaderClassName
{
color: #539EEE;
}
.AnyTagClassName
{
color: #539EEE;
}
</style>
background-color css
<style>
a { background-color: #539EEE; }
a { background-color: rgb(83,158,238); }
div.DivClassName
{
background-color: #539EEE;
}
.BgClassName
{
background-color: #539EEE;
}
</style>
border-color css
<style>
span { border-color: #539EEE; }
span { border-color: rgb(83,158,238); }
td.TdClassName
{
border-color: #539EEE;
}
.TagClassName
{
border-color: #539EEE;
}
</style>