Shades of Cornflower Blue #538FDD
Tints of Cornflower Blue #538FDD
RGB
CMYK
RGB Variations
Color information
#538FDD (or 0x538FDD) is known color: Cornflower Blue. HEX triplet: 53, 8F and DD. RGB value is (83,143,221). Sum of RGB (Red+Green+Blue) = 83+143+221=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #538FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FDD is #AC7022. Grayscale: #858585. Windows color (decimal): -11300899 or 14520147. OLE color: 14520147.
HSL color Cylindrical-coordinate representation of color #538FDD: hue angle of 213.91º 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 #538FDD is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 143 | 221 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.13 |
| HSL | 213.91º | 0.67% | 0.6% | - |
| HSV(B) | 213.91º | 0.62% | 0.87% | - |
| XYZ | 26.44 | 26.7 | 72.17 | - |
| YUV | 133.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 221 | 0.62 | 0.35 | 0 | 0.13 | 213.91 | 0.67 | 0.6 |
| Hex | 53 | 8F | DD | 3E | 23 | 0 | D | D6 | 43 | 3C |
| Octal | 123 | 217 | 335 | 76 | 43 | 0 | 15 | 326 | 103 | 74 |
| Binary | 1010011 | 10001111 | 11011101 | 111110 | 100011 | 0 | 1101 | 11010110 | 1000011 | 111100 |
Color Harmonies of #538FDD
Complementary color
Monochromatic Colors of #538FDD
Black with #538FDD
Text Example
Text Example
White with #538FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538FDD; }
p { color: rgb(83,143,221); }
H1.HeaderClassName
{
color: #538FDD;
}
.AnyTagClassName
{
color: #538FDD;
}
</style>
background-color css
<style>
a { background-color: #538FDD; }
a { background-color: rgb(83,143,221); }
div.DivClassName
{
background-color: #538FDD;
}
.BgClassName
{
background-color: #538FDD;
}
</style>
border-color css
<style>
span { border-color: #538FDD; }
span { border-color: rgb(83,143,221); }
td.TdClassName
{
border-color: #538FDD;
}
.TagClassName
{
border-color: #538FDD;
}
</style>