Shades of Cornflower Blue #539EE7
Tints of Cornflower Blue #539EE7
RGB
CMYK
RGB Variations
Color information
#539EE7 (or 0x539EE7) is known color: Cornflower Blue. HEX triplet: 53, 9E and E7. RGB value is (83,158,231). Sum of RGB (Red+Green+Blue) = 83+158+231=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #539EE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539EE7 is #AC6118. Grayscale: #8F8F8F. Windows color (decimal): -11297049 or 15179347. OLE color: 15179347.
HSL color Cylindrical-coordinate representation of color #539EE7: hue angle of 209.59º 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 #539EE7 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 158 | 231 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.09 |
| HSL | 209.59º | 0.76% | 0.62% | - |
| HSV(B) | 209.59º | 0.64% | 0.91% | - |
| XYZ | 30.22 | 32.06 | 80.2 | - |
| YUV | 143.9 | 177.15 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 231 | 0.64 | 0.32 | 0 | 0.09 | 209.59 | 0.76 | 0.62 |
| Hex | 53 | 9E | E7 | 40 | 20 | 0 | 9 | D2 | 4C | 3E |
| Octal | 123 | 236 | 347 | 100 | 40 | 0 | 11 | 322 | 114 | 76 |
| Binary | 1010011 | 10011110 | 11100111 | 1000000 | 100000 | 0 | 1001 | 11010010 | 1001100 | 111110 |
Color Harmonies of #539EE7
Complementary color
Monochromatic Colors of #539EE7
Black with #539EE7
Text Example
Text Example
White with #539EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EE7; }
p { color: rgb(83,158,231); }
H1.HeaderClassName
{
color: #539EE7;
}
.AnyTagClassName
{
color: #539EE7;
}
</style>
background-color css
<style>
a { background-color: #539EE7; }
a { background-color: rgb(83,158,231); }
div.DivClassName
{
background-color: #539EE7;
}
.BgClassName
{
background-color: #539EE7;
}
</style>
border-color css
<style>
span { border-color: #539EE7; }
span { border-color: rgb(83,158,231); }
td.TdClassName
{
border-color: #539EE7;
}
.TagClassName
{
border-color: #539EE7;
}
</style>