Shades of Royal Blue #2870DB
Tints of Royal Blue #2870DB
RGB
CMYK
RGB Variations
Color information
#2870DB (or 0x2870DB) is known color: Royal Blue. HEX triplet: 28, 70 and DB. RGB value is (40,112,219). Sum of RGB (Red+Green+Blue) = 40+112+219=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2870DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870DB is #D78F24. Grayscale: #666666. Windows color (decimal): -14126885 or 14381096. OLE color: 14381096.
HSL color Cylindrical-coordinate representation of color #2870DB: hue angle of 215.87º degrees, saturation: 0.71, 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 #2870DB is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 112 | 219 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.14 |
| HSL | 215.87º | 0.71% | 0.51% | - |
| HSV(B) | 215.87º | 0.82% | 0.86% | - |
| XYZ | 19.46 | 17.15 | 69.3 | - |
| YUV | 102.67 | 193.65 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 219 | 0.82 | 0.49 | 0 | 0.14 | 215.87 | 0.71 | 0.51 |
| Hex | 28 | 70 | DB | 52 | 31 | 0 | E | D8 | 47 | 33 |
| Octal | 50 | 160 | 333 | 122 | 61 | 0 | 16 | 330 | 107 | 63 |
| Binary | 101000 | 1110000 | 11011011 | 1010010 | 110001 | 0 | 1110 | 11011000 | 1000111 | 110011 |
Color Harmonies of #2870DB
Complementary color
Monochromatic Colors of #2870DB
Black with #2870DB
Text Example
Text Example
White with #2870DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870DB; }
p { color: rgb(40,112,219); }
H1.HeaderClassName
{
color: #2870DB;
}
.AnyTagClassName
{
color: #2870DB;
}
</style>
background-color css
<style>
a { background-color: #2870DB; }
a { background-color: rgb(40,112,219); }
div.DivClassName
{
background-color: #2870DB;
}
.BgClassName
{
background-color: #2870DB;
}
</style>
border-color css
<style>
span { border-color: #2870DB; }
span { border-color: rgb(40,112,219); }
td.TdClassName
{
border-color: #2870DB;
}
.TagClassName
{
border-color: #2870DB;
}
</style>