Shades of Cornflower Blue #538ADE
Tints of Cornflower Blue #538ADE
RGB
CMYK
RGB Variations
Color information
#538ADE (or 0x538ADE) is known color: Cornflower Blue. HEX triplet: 53, 8A and DE. RGB value is (83,138,222). Sum of RGB (Red+Green+Blue) = 83+138+222=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #538ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ADE is #AC7521. Grayscale: #828282. Windows color (decimal): -11302178 or 14584403. OLE color: 14584403.
HSL color Cylindrical-coordinate representation of color #538ADE: hue angle of 216.26º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538ADE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 138 | 222 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.13 |
| HSL | 216.26º | 0.68% | 0.6% | - |
| HSV(B) | 216.26º | 0.63% | 0.87% | - |
| XYZ | 25.84 | 25.29 | 72.63 | - |
| YUV | 131.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 222 | 0.63 | 0.38 | 0 | 0.13 | 216.26 | 0.68 | 0.6 |
| Hex | 53 | 8A | DE | 3F | 26 | 0 | D | D8 | 44 | 3C |
| Octal | 123 | 212 | 336 | 77 | 46 | 0 | 15 | 330 | 104 | 74 |
| Binary | 1010011 | 10001010 | 11011110 | 111111 | 100110 | 0 | 1101 | 11011000 | 1000100 | 111100 |
Color Harmonies of #538ADE
Complementary color
Monochromatic Colors of #538ADE
Black with #538ADE
Text Example
Text Example
White with #538ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ADE; }
p { color: rgb(83,138,222); }
H1.HeaderClassName
{
color: #538ADE;
}
.AnyTagClassName
{
color: #538ADE;
}
</style>
background-color css
<style>
a { background-color: #538ADE; }
a { background-color: rgb(83,138,222); }
div.DivClassName
{
background-color: #538ADE;
}
.BgClassName
{
background-color: #538ADE;
}
</style>
border-color css
<style>
span { border-color: #538ADE; }
span { border-color: rgb(83,138,222); }
td.TdClassName
{
border-color: #538ADE;
}
.TagClassName
{
border-color: #538ADE;
}
</style>