Shades of Cornflower Blue #538CE1
Tints of Cornflower Blue #538CE1
RGB
CMYK
RGB Variations
Color information
#538CE1 (or 0x538CE1) is known color: Cornflower Blue. HEX triplet: 53, 8C and E1. RGB value is (83,140,225). Sum of RGB (Red+Green+Blue) = 83+140+225=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #538CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CE1 is #AC731E. Grayscale: #848484. Windows color (decimal): -11301663 or 14781523. OLE color: 14781523.
HSL color Cylindrical-coordinate representation of color #538CE1: hue angle of 215.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538CE1 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 140 | 225 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.12 |
| HSL | 215.92º | 0.7% | 0.6% | - |
| HSV(B) | 215.92º | 0.63% | 0.88% | - |
| XYZ | 26.54 | 26.03 | 74.86 | - |
| YUV | 132.65 | 180.12 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 225 | 0.63 | 0.38 | 0 | 0.12 | 215.92 | 0.7 | 0.6 |
| Hex | 53 | 8C | E1 | 3F | 26 | 0 | C | D8 | 46 | 3C |
| Octal | 123 | 214 | 341 | 77 | 46 | 0 | 14 | 330 | 106 | 74 |
| Binary | 1010011 | 10001100 | 11100001 | 111111 | 100110 | 0 | 1100 | 11011000 | 1000110 | 111100 |
Color Harmonies of #538CE1
Complementary color
Monochromatic Colors of #538CE1
Black with #538CE1
Text Example
Text Example
White with #538CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CE1; }
p { color: rgb(83,140,225); }
H1.HeaderClassName
{
color: #538CE1;
}
.AnyTagClassName
{
color: #538CE1;
}
</style>
background-color css
<style>
a { background-color: #538CE1; }
a { background-color: rgb(83,140,225); }
div.DivClassName
{
background-color: #538CE1;
}
.BgClassName
{
background-color: #538CE1;
}
</style>
border-color css
<style>
span { border-color: #538CE1; }
span { border-color: rgb(83,140,225); }
td.TdClassName
{
border-color: #538CE1;
}
.TagClassName
{
border-color: #538CE1;
}
</style>