Shades of Royal Blue #2174DC
Tints of Royal Blue #2174DC
RGB
CMYK
RGB Variations
Color information
#2174DC (or 0x2174DC) is known color: Royal Blue. HEX triplet: 21, 74 and DC. RGB value is (33,116,220). Sum of RGB (Red+Green+Blue) = 33+116+220=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #2174DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2174DC is #DE8B23. Grayscale: #666666. Windows color (decimal): -14584612 or 14447649. OLE color: 14447649.
HSL color Cylindrical-coordinate representation of color #2174DC: hue angle of 213.37º 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 #2174DC is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 116 | 220 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.14 |
| HSL | 213.37º | 0.74% | 0.5% | - |
| HSV(B) | 213.37º | 0.85% | 0.86% | - |
| XYZ | 19.79 | 17.98 | 70.14 | - |
| YUV | 103.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 116 | 220 | 0.85 | 0.47 | 0 | 0.14 | 213.37 | 0.74 | 0.5 |
| Hex | 21 | 74 | DC | 55 | 2F | 0 | E | D5 | 4A | 32 |
| Octal | 41 | 164 | 334 | 125 | 57 | 0 | 16 | 325 | 112 | 62 |
| Binary | 100001 | 1110100 | 11011100 | 1010101 | 101111 | 0 | 1110 | 11010101 | 1001010 | 110010 |
Color Harmonies of #2174DC
Complementary color
Monochromatic Colors of #2174DC
Black with #2174DC
Text Example
Text Example
White with #2174DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2174DC; }
p { color: rgb(33,116,220); }
H1.HeaderClassName
{
color: #2174DC;
}
.AnyTagClassName
{
color: #2174DC;
}
</style>
background-color css
<style>
a { background-color: #2174DC; }
a { background-color: rgb(33,116,220); }
div.DivClassName
{
background-color: #2174DC;
}
.BgClassName
{
background-color: #2174DC;
}
</style>
border-color css
<style>
span { border-color: #2174DC; }
span { border-color: rgb(33,116,220); }
td.TdClassName
{
border-color: #2174DC;
}
.TagClassName
{
border-color: #2174DC;
}
</style>