Shades of Royal Blue #2872DC
Tints of Royal Blue #2872DC
RGB
CMYK
RGB Variations
Color information
#2872DC (or 0x2872DC) is known color: Royal Blue. HEX triplet: 28, 72 and DC. RGB value is (40,114,220). Sum of RGB (Red+Green+Blue) = 40+114+220=374 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.70% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #2872DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2872DC is #D78D23. Grayscale: #676767. Windows color (decimal): -14126372 or 14447144. OLE color: 14447144.
HSL color Cylindrical-coordinate representation of color #2872DC: hue angle of 215.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2872DC is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 114 | 220 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.14 |
| HSL | 215.33º | 0.72% | 0.51% | - |
| HSV(B) | 215.33º | 0.82% | 0.86% | - |
| XYZ | 19.81 | 17.65 | 70.07 | - |
| YUV | 103.96 | 193.48 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 220 | 0.82 | 0.48 | 0 | 0.14 | 215.33 | 0.72 | 0.51 |
| Hex | 28 | 72 | DC | 52 | 30 | 0 | E | D7 | 48 | 33 |
| Octal | 50 | 162 | 334 | 122 | 60 | 0 | 16 | 327 | 110 | 63 |
| Binary | 101000 | 1110010 | 11011100 | 1010010 | 110000 | 0 | 1110 | 11010111 | 1001000 | 110011 |
Color Harmonies of #2872DC
Complementary color
Monochromatic Colors of #2872DC
Black with #2872DC
Text Example
Text Example
White with #2872DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872DC; }
p { color: rgb(40,114,220); }
H1.HeaderClassName
{
color: #2872DC;
}
.AnyTagClassName
{
color: #2872DC;
}
</style>
background-color css
<style>
a { background-color: #2872DC; }
a { background-color: rgb(40,114,220); }
div.DivClassName
{
background-color: #2872DC;
}
.BgClassName
{
background-color: #2872DC;
}
</style>
border-color css
<style>
span { border-color: #2872DC; }
span { border-color: rgb(40,114,220); }
td.TdClassName
{
border-color: #2872DC;
}
.TagClassName
{
border-color: #2872DC;
}
</style>