Shades of Royal Blue #2872DD
Tints of Royal Blue #2872DD
RGB
CMYK
RGB Variations
Color information
#2872DD (or 0x2872DD) is known color: Royal Blue. HEX triplet: 28, 72 and DD. RGB value is (40,114,221). Sum of RGB (Red+Green+Blue) = 40+114+221=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2872DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2872DD is #D78D22. Grayscale: #676767. Windows color (decimal): -14126371 or 14512680. OLE color: 14512680.
HSL color Cylindrical-coordinate representation of color #2872DD: hue angle of 215.47º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2872DD is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 114 | 221 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.13 |
| HSL | 215.47º | 0.73% | 0.51% | - |
| HSV(B) | 215.47º | 0.82% | 0.87% | - |
| XYZ | 19.94 | 17.71 | 70.77 | - |
| YUV | 104.07 | 193.98 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 221 | 0.82 | 0.48 | 0 | 0.13 | 215.47 | 0.73 | 0.51 |
| Hex | 28 | 72 | DD | 52 | 30 | 0 | D | D7 | 49 | 33 |
| Octal | 50 | 162 | 335 | 122 | 60 | 0 | 15 | 327 | 111 | 63 |
| Binary | 101000 | 1110010 | 11011101 | 1010010 | 110000 | 0 | 1101 | 11010111 | 1001001 | 110011 |
Color Harmonies of #2872DD
Complementary color
Monochromatic Colors of #2872DD
Black with #2872DD
Text Example
Text Example
White with #2872DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872DD; }
p { color: rgb(40,114,221); }
H1.HeaderClassName
{
color: #2872DD;
}
.AnyTagClassName
{
color: #2872DD;
}
</style>
background-color css
<style>
a { background-color: #2872DD; }
a { background-color: rgb(40,114,221); }
div.DivClassName
{
background-color: #2872DD;
}
.BgClassName
{
background-color: #2872DD;
}
</style>
border-color css
<style>
span { border-color: #2872DD; }
span { border-color: rgb(40,114,221); }
td.TdClassName
{
border-color: #2872DD;
}
.TagClassName
{
border-color: #2872DD;
}
</style>