Shades of Royal Blue #2870DC
Tints of Royal Blue #2870DC
RGB
CMYK
RGB Variations
Color information
#2870DC (or 0x2870DC) is known color: Royal Blue. HEX triplet: 28, 70 and DC. RGB value is (40,112,220). Sum of RGB (Red+Green+Blue) = 40+112+220=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #2870DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870DC is #D78F23. Grayscale: #666666. Windows color (decimal): -14126884 or 14446632. OLE color: 14446632.
HSL color Cylindrical-coordinate representation of color #2870DC: hue angle of 216º 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 #2870DC is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 112 | 220 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.14 |
| HSL | 216º | 0.72% | 0.51% | - |
| HSV(B) | 216º | 0.82% | 0.86% | - |
| XYZ | 19.59 | 17.21 | 70 | - |
| YUV | 102.78 | 194.15 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 220 | 0.82 | 0.49 | 0 | 0.14 | 216 | 0.72 | 0.51 |
| Hex | 28 | 70 | DC | 52 | 31 | 0 | E | D8 | 48 | 33 |
| Octal | 50 | 160 | 334 | 122 | 61 | 0 | 16 | 330 | 110 | 63 |
| Binary | 101000 | 1110000 | 11011100 | 1010010 | 110001 | 0 | 1110 | 11011000 | 1001000 | 110011 |
Color Harmonies of #2870DC
Complementary color
Monochromatic Colors of #2870DC
Black with #2870DC
Text Example
Text Example
White with #2870DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870DC; }
p { color: rgb(40,112,220); }
H1.HeaderClassName
{
color: #2870DC;
}
.AnyTagClassName
{
color: #2870DC;
}
</style>
background-color css
<style>
a { background-color: #2870DC; }
a { background-color: rgb(40,112,220); }
div.DivClassName
{
background-color: #2870DC;
}
.BgClassName
{
background-color: #2870DC;
}
</style>
border-color css
<style>
span { border-color: #2870DC; }
span { border-color: rgb(40,112,220); }
td.TdClassName
{
border-color: #2870DC;
}
.TagClassName
{
border-color: #2870DC;
}
</style>