Shades of Cornflower Blue #539CEF
Tints of Cornflower Blue #539CEF
RGB
CMYK
RGB Variations
Color information
#539CEF (or 0x539CEF) is known color: Cornflower Blue. HEX triplet: 53, 9C and EF. RGB value is (83,156,239). Sum of RGB (Red+Green+Blue) = 83+156+239=478 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.36% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #539CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539CEF is #AC6310. Grayscale: #8F8F8F. Windows color (decimal): -11297553 or 15703123. OLE color: 15703123.
HSL color Cylindrical-coordinate representation of color #539CEF: hue angle of 211.92º 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 #539CEF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 156 | 239 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.06 |
| HSL | 211.92º | 0.83% | 0.63% | - |
| HSV(B) | 211.92º | 0.65% | 0.94% | - |
| XYZ | 31.04 | 31.85 | 86.17 | - |
| YUV | 143.64 | 181.82 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 239 | 0.65 | 0.35 | 0 | 0.06 | 211.92 | 0.83 | 0.63 |
| Hex | 53 | 9C | EF | 41 | 23 | 0 | 6 | D4 | 53 | 3F |
| Octal | 123 | 234 | 357 | 101 | 43 | 0 | 6 | 324 | 123 | 77 |
| Binary | 1010011 | 10011100 | 11101111 | 1000001 | 100011 | 0 | 110 | 11010100 | 1010011 | 111111 |
Color Harmonies of #539CEF
Complementary color
Monochromatic Colors of #539CEF
Black with #539CEF
Text Example
Text Example
White with #539CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CEF; }
p { color: rgb(83,156,239); }
H1.HeaderClassName
{
color: #539CEF;
}
.AnyTagClassName
{
color: #539CEF;
}
</style>
background-color css
<style>
a { background-color: #539CEF; }
a { background-color: rgb(83,156,239); }
div.DivClassName
{
background-color: #539CEF;
}
.BgClassName
{
background-color: #539CEF;
}
</style>
border-color css
<style>
span { border-color: #539CEF; }
span { border-color: rgb(83,156,239); }
td.TdClassName
{
border-color: #539CEF;
}
.TagClassName
{
border-color: #539CEF;
}
</style>