Shades of Cornflower Blue #538DDD
Tints of Cornflower Blue #538DDD
RGB
CMYK
RGB Variations
Color information
#538DDD (or 0x538DDD) is known color: Cornflower Blue. HEX triplet: 53, 8D and DD. RGB value is (83,141,221). Sum of RGB (Red+Green+Blue) = 83+141+221=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #538DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DDD is #AC7222. Grayscale: #848484. Windows color (decimal): -11301411 or 14519635. OLE color: 14519635.
HSL color Cylindrical-coordinate representation of color #538DDD: hue angle of 214.78º 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 #538DDD is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 141 | 221 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.13 |
| HSL | 214.78º | 0.67% | 0.6% | - |
| HSV(B) | 214.78º | 0.62% | 0.87% | - |
| XYZ | 26.14 | 26.11 | 72.07 | - |
| YUV | 132.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 221 | 0.62 | 0.36 | 0 | 0.13 | 214.78 | 0.67 | 0.6 |
| Hex | 53 | 8D | DD | 3E | 24 | 0 | D | D7 | 43 | 3C |
| Octal | 123 | 215 | 335 | 76 | 44 | 0 | 15 | 327 | 103 | 74 |
| Binary | 1010011 | 10001101 | 11011101 | 111110 | 100100 | 0 | 1101 | 11010111 | 1000011 | 111100 |
Color Harmonies of #538DDD
Complementary color
Monochromatic Colors of #538DDD
Black with #538DDD
Text Example
Text Example
White with #538DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DDD; }
p { color: rgb(83,141,221); }
H1.HeaderClassName
{
color: #538DDD;
}
.AnyTagClassName
{
color: #538DDD;
}
</style>
background-color css
<style>
a { background-color: #538DDD; }
a { background-color: rgb(83,141,221); }
div.DivClassName
{
background-color: #538DDD;
}
.BgClassName
{
background-color: #538DDD;
}
</style>
border-color css
<style>
span { border-color: #538DDD; }
span { border-color: rgb(83,141,221); }
td.TdClassName
{
border-color: #538DDD;
}
.TagClassName
{
border-color: #538DDD;
}
</style>