Shades of Cornflower Blue #539CED
Tints of Cornflower Blue #539CED
RGB
CMYK
RGB Variations
Color information
#539CED (or 0x539CED) is known color: Cornflower Blue. HEX triplet: 53, 9C and ED. RGB value is (83,156,237). Sum of RGB (Red+Green+Blue) = 83+156+237=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #539CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539CED is #AC6312. Grayscale: #8F8F8F. Windows color (decimal): -11297555 or 15572051. OLE color: 15572051.
HSL color Cylindrical-coordinate representation of color #539CED: hue angle of 211.56º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #539CED is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 156 | 237 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.07 |
| HSL | 211.56º | 0.81% | 0.63% | - |
| HSV(B) | 211.56º | 0.65% | 0.93% | - |
| XYZ | 30.74 | 31.73 | 84.63 | - |
| YUV | 143.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 237 | 0.65 | 0.34 | 0 | 0.07 | 211.56 | 0.81 | 0.63 |
| Hex | 53 | 9C | ED | 41 | 22 | 0 | 7 | D4 | 51 | 3F |
| Octal | 123 | 234 | 355 | 101 | 42 | 0 | 7 | 324 | 121 | 77 |
| Binary | 1010011 | 10011100 | 11101101 | 1000001 | 100010 | 0 | 111 | 11010100 | 1010001 | 111111 |
Color Harmonies of #539CED
Complementary color
Monochromatic Colors of #539CED
Black with #539CED
Text Example
Text Example
White with #539CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539CED; }
p { color: rgb(83,156,237); }
H1.HeaderClassName
{
color: #539CED;
}
.AnyTagClassName
{
color: #539CED;
}
</style>
background-color css
<style>
a { background-color: #539CED; }
a { background-color: rgb(83,156,237); }
div.DivClassName
{
background-color: #539CED;
}
.BgClassName
{
background-color: #539CED;
}
</style>
border-color css
<style>
span { border-color: #539CED; }
span { border-color: rgb(83,156,237); }
td.TdClassName
{
border-color: #539CED;
}
.TagClassName
{
border-color: #539CED;
}
</style>