Shades of Royal Blue #2471DD
Tints of Royal Blue #2471DD
RGB
CMYK
RGB Variations
Color information
#2471DD (or 0x2471DD) is known color: Royal Blue. HEX triplet: 24, 71 and DD. RGB value is (36,113,221). Sum of RGB (Red+Green+Blue) = 36+113+221=370 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.73% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #2471DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2471DD is #DB8E22. Grayscale: #656565. Windows color (decimal): -14388771 or 14512420. OLE color: 14512420.
HSL color Cylindrical-coordinate representation of color #2471DD: hue angle of 215.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2471DD is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 113 | 221 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.13 |
| HSL | 215.03º | 0.73% | 0.5% | - |
| HSV(B) | 215.03º | 0.84% | 0.87% | - |
| XYZ | 19.68 | 17.41 | 70.73 | - |
| YUV | 102.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 221 | 0.84 | 0.49 | 0 | 0.13 | 215.03 | 0.73 | 0.5 |
| Hex | 24 | 71 | DD | 54 | 31 | 0 | D | D7 | 49 | 32 |
| Octal | 44 | 161 | 335 | 124 | 61 | 0 | 15 | 327 | 111 | 62 |
| Binary | 100100 | 1110001 | 11011101 | 1010100 | 110001 | 0 | 1101 | 11010111 | 1001001 | 110010 |
Color Harmonies of #2471DD
Complementary color
Monochromatic Colors of #2471DD
Black with #2471DD
Text Example
Text Example
White with #2471DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2471DD; }
p { color: rgb(36,113,221); }
H1.HeaderClassName
{
color: #2471DD;
}
.AnyTagClassName
{
color: #2471DD;
}
</style>
background-color css
<style>
a { background-color: #2471DD; }
a { background-color: rgb(36,113,221); }
div.DivClassName
{
background-color: #2471DD;
}
.BgClassName
{
background-color: #2471DD;
}
</style>
border-color css
<style>
span { border-color: #2471DD; }
span { border-color: rgb(36,113,221); }
td.TdClassName
{
border-color: #2471DD;
}
.TagClassName
{
border-color: #2471DD;
}
</style>