Shades of Cornflower Blue #539CE7
Tints of Cornflower Blue #539CE7
RGB
CMYK
RGB Variations
Color information
#539CE7 (or 0x539CE7) is known color: Cornflower Blue. HEX triplet: 53, 9C and E7. RGB value is (83,156,231). Sum of RGB (Red+Green+Blue) = 83+156+231=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #539CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539CE7 is #AC6318. Grayscale: #8E8E8E. Windows color (decimal): -11297561 or 15178835. OLE color: 15178835.
HSL color Cylindrical-coordinate representation of color #539CE7: hue angle of 210.41º 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 #539CE7 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 156 | 231 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.09 |
| HSL | 210.41º | 0.76% | 0.62% | - |
| HSV(B) | 210.41º | 0.64% | 0.91% | - |
| XYZ | 29.88 | 31.39 | 80.08 | - |
| YUV | 142.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 231 | 0.64 | 0.32 | 0 | 0.09 | 210.41 | 0.76 | 0.62 |
| Hex | 53 | 9C | E7 | 40 | 20 | 0 | 9 | D2 | 4C | 3E |
| Octal | 123 | 234 | 347 | 100 | 40 | 0 | 11 | 322 | 114 | 76 |
| Binary | 1010011 | 10011100 | 11100111 | 1000000 | 100000 | 0 | 1001 | 11010010 | 1001100 | 111110 |
Color Harmonies of #539CE7
Complementary color
Monochromatic Colors of #539CE7
Black with #539CE7
Text Example
Text Example
White with #539CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CE7; }
p { color: rgb(83,156,231); }
H1.HeaderClassName
{
color: #539CE7;
}
.AnyTagClassName
{
color: #539CE7;
}
</style>
background-color css
<style>
a { background-color: #539CE7; }
a { background-color: rgb(83,156,231); }
div.DivClassName
{
background-color: #539CE7;
}
.BgClassName
{
background-color: #539CE7;
}
</style>
border-color css
<style>
span { border-color: #539CE7; }
span { border-color: rgb(83,156,231); }
td.TdClassName
{
border-color: #539CE7;
}
.TagClassName
{
border-color: #539CE7;
}
</style>