Shades of Cornflower Blue #538DEC
Tints of Cornflower Blue #538DEC
RGB
CMYK
RGB Variations
Color information
#538DEC (or 0x538DEC) is known color: Cornflower Blue. HEX triplet: 53, 8D and EC. RGB value is (83,141,236). Sum of RGB (Red+Green+Blue) = 83+141+236=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #538DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538DEC is #AC7213. Grayscale: #868686. Windows color (decimal): -11301396 or 15502675. OLE color: 15502675.
HSL color Cylindrical-coordinate representation of color #538DEC: hue angle of 217.25º degrees, saturation: 0.8, 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 #538DEC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 141 | 236 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.07 |
| HSL | 217.25º | 0.8% | 0.63% | - |
| HSV(B) | 217.25º | 0.65% | 0.93% | - |
| XYZ | 28.23 | 26.94 | 83.07 | - |
| YUV | 134.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 236 | 0.65 | 0.40 | 0 | 0.07 | 217.25 | 0.8 | 0.63 |
| Hex | 53 | 8D | EC | 41 | 28 | 0 | 7 | D9 | 50 | 3F |
| Octal | 123 | 215 | 354 | 101 | 50 | 0 | 7 | 331 | 120 | 77 |
| Binary | 1010011 | 10001101 | 11101100 | 1000001 | 101000 | 0 | 111 | 11011001 | 1010000 | 111111 |
Color Harmonies of #538DEC
Complementary color
Monochromatic Colors of #538DEC
Black with #538DEC
Text Example
Text Example
White with #538DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DEC; }
p { color: rgb(83,141,236); }
H1.HeaderClassName
{
color: #538DEC;
}
.AnyTagClassName
{
color: #538DEC;
}
</style>
background-color css
<style>
a { background-color: #538DEC; }
a { background-color: rgb(83,141,236); }
div.DivClassName
{
background-color: #538DEC;
}
.BgClassName
{
background-color: #538DEC;
}
</style>
border-color css
<style>
span { border-color: #538DEC; }
span { border-color: rgb(83,141,236); }
td.TdClassName
{
border-color: #538DEC;
}
.TagClassName
{
border-color: #538DEC;
}
</style>