Shades of Cornflower Blue #539BED
Tints of Cornflower Blue #539BED
RGB
CMYK
RGB Variations
Color information
#539BED (or 0x539BED) is known color: Cornflower Blue. HEX triplet: 53, 9B and ED. RGB value is (83,155,237). Sum of RGB (Red+Green+Blue) = 83+155+237=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #539BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #539BED is #AC6412. Grayscale: #8E8E8E. Windows color (decimal): -11297811 or 15571795. OLE color: 15571795.
HSL color Cylindrical-coordinate representation of color #539BED: hue angle of 211.95º 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 #539BED is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 155 | 237 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.07 |
| HSL | 211.95º | 0.81% | 0.63% | - |
| HSV(B) | 211.95º | 0.65% | 0.93% | - |
| XYZ | 30.57 | 31.4 | 84.57 | - |
| YUV | 142.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 237 | 0.65 | 0.35 | 0 | 0.07 | 211.95 | 0.81 | 0.63 |
| Hex | 53 | 9B | ED | 41 | 23 | 0 | 7 | D4 | 51 | 3F |
| Octal | 123 | 233 | 355 | 101 | 43 | 0 | 7 | 324 | 121 | 77 |
| Binary | 1010011 | 10011011 | 11101101 | 1000001 | 100011 | 0 | 111 | 11010100 | 1010001 | 111111 |
Color Harmonies of #539BED
Complementary color
Monochromatic Colors of #539BED
Black with #539BED
Text Example
Text Example
White with #539BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BED; }
p { color: rgb(83,155,237); }
H1.HeaderClassName
{
color: #539BED;
}
.AnyTagClassName
{
color: #539BED;
}
</style>
background-color css
<style>
a { background-color: #539BED; }
a { background-color: rgb(83,155,237); }
div.DivClassName
{
background-color: #539BED;
}
.BgClassName
{
background-color: #539BED;
}
</style>
border-color css
<style>
span { border-color: #539BED; }
span { border-color: rgb(83,155,237); }
td.TdClassName
{
border-color: #539BED;
}
.TagClassName
{
border-color: #539BED;
}
</style>