Shades of Royal Blue #217ADC
Tints of Royal Blue #217ADC
RGB
CMYK
RGB Variations
Color information
#217ADC (or 0x217ADC) is known color: Royal Blue. HEX triplet: 21, 7A and DC. RGB value is (33,122,220). Sum of RGB (Red+Green+Blue) = 33+122+220=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #217ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ADC is #DE8523. Grayscale: #6A6A6A. Windows color (decimal): -14583076 or 14449185. OLE color: 14449185.
HSL color Cylindrical-coordinate representation of color #217ADC: hue angle of 211.44º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #217ADC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 122 | 220 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.14 |
| HSL | 211.44º | 0.74% | 0.5% | - |
| HSV(B) | 211.44º | 0.85% | 0.86% | - |
| XYZ | 20.51 | 19.41 | 70.38 | - |
| YUV | 106.56 | 192.01 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 220 | 0.85 | 0.45 | 0 | 0.14 | 211.44 | 0.74 | 0.5 |
| Hex | 21 | 7A | DC | 55 | 2D | 0 | E | D3 | 4A | 32 |
| Octal | 41 | 172 | 334 | 125 | 55 | 0 | 16 | 323 | 112 | 62 |
| Binary | 100001 | 1111010 | 11011100 | 1010101 | 101101 | 0 | 1110 | 11010011 | 1001010 | 110010 |
Color Harmonies of #217ADC
Complementary color
Monochromatic Colors of #217ADC
Black with #217ADC
Text Example
Text Example
White with #217ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217ADC; }
p { color: rgb(33,122,220); }
H1.HeaderClassName
{
color: #217ADC;
}
.AnyTagClassName
{
color: #217ADC;
}
</style>
background-color css
<style>
a { background-color: #217ADC; }
a { background-color: rgb(33,122,220); }
div.DivClassName
{
background-color: #217ADC;
}
.BgClassName
{
background-color: #217ADC;
}
</style>
border-color css
<style>
span { border-color: #217ADC; }
span { border-color: rgb(33,122,220); }
td.TdClassName
{
border-color: #217ADC;
}
.TagClassName
{
border-color: #217ADC;
}
</style>