Shades of Royal Blue #2870DA
Tints of Royal Blue #2870DA
RGB
CMYK
RGB Variations
Color information
#2870DA (or 0x2870DA) is known color: Royal Blue. HEX triplet: 28, 70 and DA. RGB value is (40,112,218). Sum of RGB (Red+Green+Blue) = 40+112+218=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #2870DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2870DA is #D78F25. Grayscale: #666666. Windows color (decimal): -14126886 or 14315560. OLE color: 14315560.
HSL color Cylindrical-coordinate representation of color #2870DA: hue angle of 215.73º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2870DA is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 112 | 218 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.15 |
| HSL | 215.73º | 0.71% | 0.51% | - |
| HSV(B) | 215.73º | 0.82% | 0.85% | - |
| XYZ | 19.32 | 17.1 | 68.61 | - |
| YUV | 102.56 | 193.15 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 218 | 0.82 | 0.49 | 0 | 0.15 | 215.73 | 0.71 | 0.51 |
| Hex | 28 | 70 | DA | 52 | 31 | 0 | F | D8 | 47 | 33 |
| Octal | 50 | 160 | 332 | 122 | 61 | 0 | 17 | 330 | 107 | 63 |
| Binary | 101000 | 1110000 | 11011010 | 1010010 | 110001 | 0 | 1111 | 11011000 | 1000111 | 110011 |
Color Harmonies of #2870DA
Complementary color
Monochromatic Colors of #2870DA
Black with #2870DA
Text Example
Text Example
White with #2870DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870DA; }
p { color: rgb(40,112,218); }
H1.HeaderClassName
{
color: #2870DA;
}
.AnyTagClassName
{
color: #2870DA;
}
</style>
background-color css
<style>
a { background-color: #2870DA; }
a { background-color: rgb(40,112,218); }
div.DivClassName
{
background-color: #2870DA;
}
.BgClassName
{
background-color: #2870DA;
}
</style>
border-color css
<style>
span { border-color: #2870DA; }
span { border-color: rgb(40,112,218); }
td.TdClassName
{
border-color: #2870DA;
}
.TagClassName
{
border-color: #2870DA;
}
</style>