Shades of Cornflower Blue #538CEC
Tints of Cornflower Blue #538CEC
RGB
CMYK
RGB Variations
Color information
#538CEC (or 0x538CEC) is known color: Cornflower Blue. HEX triplet: 53, 8C and EC. RGB value is (83,140,236). Sum of RGB (Red+Green+Blue) = 83+140+236=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #538CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538CEC is #AC7313. Grayscale: #858585. Windows color (decimal): -11301652 or 15502419. OLE color: 15502419.
HSL color Cylindrical-coordinate representation of color #538CEC: hue angle of 217.65º 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 #538CEC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 140 | 236 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.07 |
| HSL | 217.65º | 0.8% | 0.63% | - |
| HSV(B) | 217.65º | 0.65% | 0.93% | - |
| XYZ | 28.09 | 26.65 | 83.02 | - |
| YUV | 133.9 | 185.62 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 236 | 0.65 | 0.41 | 0 | 0.07 | 217.65 | 0.8 | 0.63 |
| Hex | 53 | 8C | EC | 41 | 29 | 0 | 7 | DA | 50 | 3F |
| Octal | 123 | 214 | 354 | 101 | 51 | 0 | 7 | 332 | 120 | 77 |
| Binary | 1010011 | 10001100 | 11101100 | 1000001 | 101001 | 0 | 111 | 11011010 | 1010000 | 111111 |
Color Harmonies of #538CEC
Complementary color
Monochromatic Colors of #538CEC
Black with #538CEC
Text Example
Text Example
White with #538CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CEC; }
p { color: rgb(83,140,236); }
H1.HeaderClassName
{
color: #538CEC;
}
.AnyTagClassName
{
color: #538CEC;
}
</style>
background-color css
<style>
a { background-color: #538CEC; }
a { background-color: rgb(83,140,236); }
div.DivClassName
{
background-color: #538CEC;
}
.BgClassName
{
background-color: #538CEC;
}
</style>
border-color css
<style>
span { border-color: #538CEC; }
span { border-color: rgb(83,140,236); }
td.TdClassName
{
border-color: #538CEC;
}
.TagClassName
{
border-color: #538CEC;
}
</style>