Shades of Cornflower Blue #539EEF
Tints of Cornflower Blue #539EEF
RGB
CMYK
RGB Variations
Color information
#539EEF (or 0x539EEF) is known color: Cornflower Blue. HEX triplet: 53, 9E and EF. RGB value is (83,158,239). Sum of RGB (Red+Green+Blue) = 83+158+239=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #539EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539EEF is #AC6110. Grayscale: #909090. Windows color (decimal): -11297041 or 15703635. OLE color: 15703635.
HSL color Cylindrical-coordinate representation of color #539EEF: hue angle of 211.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #539EEF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 158 | 239 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.06 |
| HSL | 211.15º | 0.83% | 0.63% | - |
| HSV(B) | 211.15º | 0.65% | 0.94% | - |
| XYZ | 31.37 | 32.52 | 86.29 | - |
| YUV | 144.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 239 | 0.65 | 0.34 | 0 | 0.06 | 211.15 | 0.83 | 0.63 |
| Hex | 53 | 9E | EF | 41 | 22 | 0 | 6 | D3 | 53 | 3F |
| Octal | 123 | 236 | 357 | 101 | 42 | 0 | 6 | 323 | 123 | 77 |
| Binary | 1010011 | 10011110 | 11101111 | 1000001 | 100010 | 0 | 110 | 11010011 | 1010011 | 111111 |
Color Harmonies of #539EEF
Complementary color
Monochromatic Colors of #539EEF
Black with #539EEF
Text Example
Text Example
White with #539EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539EEF; }
p { color: rgb(83,158,239); }
H1.HeaderClassName
{
color: #539EEF;
}
.AnyTagClassName
{
color: #539EEF;
}
</style>
background-color css
<style>
a { background-color: #539EEF; }
a { background-color: rgb(83,158,239); }
div.DivClassName
{
background-color: #539EEF;
}
.BgClassName
{
background-color: #539EEF;
}
</style>
border-color css
<style>
span { border-color: #539EEF; }
span { border-color: rgb(83,158,239); }
td.TdClassName
{
border-color: #539EEF;
}
.TagClassName
{
border-color: #539EEF;
}
</style>