Shades of Cornflower Blue #539EFF
Tints of Cornflower Blue #539EFF
RGB
CMYK
RGB Variations
Color information
#539EFF (or 0x539EFF) is known color: Cornflower Blue. HEX triplet: 53, 9E and FF. RGB value is (83,158,255). Sum of RGB (Red+Green+Blue) = 83+158+255=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #539EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539EFF is #AC6100. Grayscale: #929292. Windows color (decimal): -11297025 or 16752211. OLE color: 16752211.
HSL color Cylindrical-coordinate representation of color #539EFF: hue angle of 213.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #539EFF is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 158 | 255 | - |
| CMYK | 0.67 | 0.38 | 0 | 0 |
| HSL | 213.84º | 1% | 0.66% | - |
| HSV(B) | 213.84º | 0.67% | 1% | - |
| XYZ | 33.84 | 33.51 | 99.29 | - |
| YUV | 146.63 | 189.15 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 255 | 0.67 | 0.38 | 0 | 0 | 213.84 | 1 | 0.66 |
| Hex | 53 | 9E | FF | 43 | 26 | 0 | 0 | D6 | 64 | 42 |
| Octal | 123 | 236 | 377 | 103 | 46 | 0 | 0 | 326 | 144 | 102 |
| Binary | 1010011 | 10011110 | 11111111 | 1000011 | 100110 | 0 | 0 | 11010110 | 1100100 | 1000010 |
Color Harmonies of #539EFF
Complementary color
Monochromatic Colors of #539EFF
Black with #539EFF
Text Example
Text Example
White with #539EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EFF; }
p { color: rgb(83,158,255); }
H1.HeaderClassName
{
color: #539EFF;
}
.AnyTagClassName
{
color: #539EFF;
}
</style>
background-color css
<style>
a { background-color: #539EFF; }
a { background-color: rgb(83,158,255); }
div.DivClassName
{
background-color: #539EFF;
}
.BgClassName
{
background-color: #539EFF;
}
</style>
border-color css
<style>
span { border-color: #539EFF; }
span { border-color: rgb(83,158,255); }
td.TdClassName
{
border-color: #539EFF;
}
.TagClassName
{
border-color: #539EFF;
}
</style>