Shades of Royal Blue #2D71DA
Tints of Royal Blue #2D71DA
RGB
CMYK
RGB Variations
Color information
#2D71DA (or 0x2D71DA) is known color: Royal Blue. HEX triplet: 2D, 71 and DA. RGB value is (45,113,218). Sum of RGB (Red+Green+Blue) = 45+113+218=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D71DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D71DA is #D28E25. Grayscale: #686868. Windows color (decimal): -13798950 or 14315821. OLE color: 14315821.
HSL color Cylindrical-coordinate representation of color #2D71DA: hue angle of 216.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D71DA is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 113 | 218 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.15 |
| HSL | 216.42º | 0.7% | 0.52% | - |
| HSV(B) | 216.42º | 0.79% | 0.85% | - |
| XYZ | 19.64 | 17.43 | 68.66 | - |
| YUV | 104.64 | 191.97 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 218 | 0.79 | 0.48 | 0 | 0.15 | 216.42 | 0.7 | 0.52 |
| Hex | 2D | 71 | DA | 4F | 30 | 0 | F | D8 | 46 | 34 |
| Octal | 55 | 161 | 332 | 117 | 60 | 0 | 17 | 330 | 106 | 64 |
| Binary | 101101 | 1110001 | 11011010 | 1001111 | 110000 | 0 | 1111 | 11011000 | 1000110 | 110100 |
Color Harmonies of #2D71DA
Complementary color
Monochromatic Colors of #2D71DA
Black with #2D71DA
Text Example
Text Example
White with #2D71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D71DA; }
p { color: rgb(45,113,218); }
H1.HeaderClassName
{
color: #2D71DA;
}
.AnyTagClassName
{
color: #2D71DA;
}
</style>
background-color css
<style>
a { background-color: #2D71DA; }
a { background-color: rgb(45,113,218); }
div.DivClassName
{
background-color: #2D71DA;
}
.BgClassName
{
background-color: #2D71DA;
}
</style>
border-color css
<style>
span { border-color: #2D71DA; }
span { border-color: rgb(45,113,218); }
td.TdClassName
{
border-color: #2D71DA;
}
.TagClassName
{
border-color: #2D71DA;
}
</style>