Shades of Cornflower Blue #538BEC
Tints of Cornflower Blue #538BEC
RGB
CMYK
RGB Variations
Color information
#538BEC (or 0x538BEC) is known color: Cornflower Blue. HEX triplet: 53, 8B and EC. RGB value is (83,139,236). Sum of RGB (Red+Green+Blue) = 83+139+236=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #538BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #538BEC is #AC7413. Grayscale: #848484. Windows color (decimal): -11301908 or 15502163. OLE color: 15502163.
HSL color Cylindrical-coordinate representation of color #538BEC: hue angle of 218.04º 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 #538BEC is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 139 | 236 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.07 |
| HSL | 218.04º | 0.8% | 0.63% | - |
| HSV(B) | 218.04º | 0.65% | 0.93% | - |
| XYZ | 27.94 | 26.36 | 82.97 | - |
| YUV | 133.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 139 | 236 | 0.65 | 0.41 | 0 | 0.07 | 218.04 | 0.8 | 0.63 |
| Hex | 53 | 8B | EC | 41 | 29 | 0 | 7 | DA | 50 | 3F |
| Octal | 123 | 213 | 354 | 101 | 51 | 0 | 7 | 332 | 120 | 77 |
| Binary | 1010011 | 10001011 | 11101100 | 1000001 | 101001 | 0 | 111 | 11011010 | 1010000 | 111111 |
Color Harmonies of #538BEC
Complementary color
Monochromatic Colors of #538BEC
Black with #538BEC
Text Example
Text Example
White with #538BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538BEC; }
p { color: rgb(83,139,236); }
H1.HeaderClassName
{
color: #538BEC;
}
.AnyTagClassName
{
color: #538BEC;
}
</style>
background-color css
<style>
a { background-color: #538BEC; }
a { background-color: rgb(83,139,236); }
div.DivClassName
{
background-color: #538BEC;
}
.BgClassName
{
background-color: #538BEC;
}
</style>
border-color css
<style>
span { border-color: #538BEC; }
span { border-color: rgb(83,139,236); }
td.TdClassName
{
border-color: #538BEC;
}
.TagClassName
{
border-color: #538BEC;
}
</style>