Shades of Royal Blue #2D71DC
Tints of Royal Blue #2D71DC
RGB
CMYK
RGB Variations
Color information
#2D71DC (or 0x2D71DC) is known color: Royal Blue. HEX triplet: 2D, 71 and DC. RGB value is (45,113,220). Sum of RGB (Red+Green+Blue) = 45+113+220=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D71DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D71DC is #D28E23. Grayscale: #686868. Windows color (decimal): -13798948 or 14446893. OLE color: 14446893.
HSL color Cylindrical-coordinate representation of color #2D71DC: hue angle of 216.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D71DC is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 113 | 220 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.14 |
| HSL | 216.69º | 0.71% | 0.52% | - |
| HSV(B) | 216.69º | 0.8% | 0.86% | - |
| XYZ | 19.91 | 17.54 | 70.05 | - |
| YUV | 104.87 | 192.97 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 220 | 0.80 | 0.49 | 0 | 0.14 | 216.69 | 0.71 | 0.52 |
| Hex | 2D | 71 | DC | 50 | 31 | 0 | E | D9 | 47 | 34 |
| Octal | 55 | 161 | 334 | 120 | 61 | 0 | 16 | 331 | 107 | 64 |
| Binary | 101101 | 1110001 | 11011100 | 1010000 | 110001 | 0 | 1110 | 11011001 | 1000111 | 110100 |
Color Harmonies of #2D71DC
Complementary color
Monochromatic Colors of #2D71DC
Black with #2D71DC
Text Example
Text Example
White with #2D71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D71DC; }
p { color: rgb(45,113,220); }
H1.HeaderClassName
{
color: #2D71DC;
}
.AnyTagClassName
{
color: #2D71DC;
}
</style>
background-color css
<style>
a { background-color: #2D71DC; }
a { background-color: rgb(45,113,220); }
div.DivClassName
{
background-color: #2D71DC;
}
.BgClassName
{
background-color: #2D71DC;
}
</style>
border-color css
<style>
span { border-color: #2D71DC; }
span { border-color: rgb(45,113,220); }
td.TdClassName
{
border-color: #2D71DC;
}
.TagClassName
{
border-color: #2D71DC;
}
</style>