Shades of Cornflower Blue #538ADD
Tints of Cornflower Blue #538ADD
RGB
CMYK
RGB Variations
Color information
#538ADD (or 0x538ADD) is known color: Cornflower Blue. HEX triplet: 53, 8A and DD. RGB value is (83,138,221). Sum of RGB (Red+Green+Blue) = 83+138+221=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #538ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ADD is #AC7522. Grayscale: #828282. Windows color (decimal): -11302179 or 14518867. OLE color: 14518867.
HSL color Cylindrical-coordinate representation of color #538ADD: hue angle of 216.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538ADD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 138 | 221 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.13 |
| HSL | 216.09º | 0.67% | 0.6% | - |
| HSV(B) | 216.09º | 0.62% | 0.87% | - |
| XYZ | 25.71 | 25.24 | 71.92 | - |
| YUV | 131.02 | 178.78 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 221 | 0.62 | 0.38 | 0 | 0.13 | 216.09 | 0.67 | 0.6 |
| Hex | 53 | 8A | DD | 3E | 26 | 0 | D | D8 | 43 | 3C |
| Octal | 123 | 212 | 335 | 76 | 46 | 0 | 15 | 330 | 103 | 74 |
| Binary | 1010011 | 10001010 | 11011101 | 111110 | 100110 | 0 | 1101 | 11011000 | 1000011 | 111100 |
Color Harmonies of #538ADD
Complementary color
Monochromatic Colors of #538ADD
Black with #538ADD
Text Example
Text Example
White with #538ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ADD; }
p { color: rgb(83,138,221); }
H1.HeaderClassName
{
color: #538ADD;
}
.AnyTagClassName
{
color: #538ADD;
}
</style>
background-color css
<style>
a { background-color: #538ADD; }
a { background-color: rgb(83,138,221); }
div.DivClassName
{
background-color: #538ADD;
}
.BgClassName
{
background-color: #538ADD;
}
</style>
border-color css
<style>
span { border-color: #538ADD; }
span { border-color: rgb(83,138,221); }
td.TdClassName
{
border-color: #538ADD;
}
.TagClassName
{
border-color: #538ADD;
}
</style>