Shades of Cornflower Blue #538ADC
Tints of Cornflower Blue #538ADC
RGB
CMYK
RGB Variations
Color information
#538ADC (or 0x538ADC) is known color: Cornflower Blue. HEX triplet: 53, 8A and DC. RGB value is (83,138,220). Sum of RGB (Red+Green+Blue) = 83+138+220=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #538ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ADC is #AC7523. Grayscale: #828282. Windows color (decimal): -11302180 or 14453331. OLE color: 14453331.
HSL color Cylindrical-coordinate representation of color #538ADC: hue angle of 215.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #538ADC is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 138 | 220 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.14 |
| HSL | 215.91º | 0.66% | 0.59% | - |
| HSV(B) | 215.91º | 0.62% | 0.86% | - |
| XYZ | 25.57 | 25.18 | 71.22 | - |
| YUV | 130.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 220 | 0.62 | 0.37 | 0 | 0.14 | 215.91 | 0.66 | 0.59 |
| Hex | 53 | 8A | DC | 3E | 25 | 0 | E | D8 | 42 | 3B |
| Octal | 123 | 212 | 334 | 76 | 45 | 0 | 16 | 330 | 102 | 73 |
| Binary | 1010011 | 10001010 | 11011100 | 111110 | 100101 | 0 | 1110 | 11011000 | 1000010 | 111011 |
Color Harmonies of #538ADC
Complementary color
Monochromatic Colors of #538ADC
Black with #538ADC
Text Example
Text Example
White with #538ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ADC; }
p { color: rgb(83,138,220); }
H1.HeaderClassName
{
color: #538ADC;
}
.AnyTagClassName
{
color: #538ADC;
}
</style>
background-color css
<style>
a { background-color: #538ADC; }
a { background-color: rgb(83,138,220); }
div.DivClassName
{
background-color: #538ADC;
}
.BgClassName
{
background-color: #538ADC;
}
</style>
border-color css
<style>
span { border-color: #538ADC; }
span { border-color: rgb(83,138,220); }
td.TdClassName
{
border-color: #538ADC;
}
.TagClassName
{
border-color: #538ADC;
}
</style>