Shades of Royal Blue #2A70D7
Tints of Royal Blue #2A70D7
RGB
CMYK
RGB Variations
Color information
#2A70D7 (or 0x2A70D7) is known color: Royal Blue. HEX triplet: 2A, 70 and D7. RGB value is (42,112,215). Sum of RGB (Red+Green+Blue) = 42+112+215=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 215 (84.38% from 255 or 58.27% from 369); Max value from RGB is 215 - color contains mainly: blue. Hex color #2A70D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A70D7 is #D58F28. Grayscale: #666666. Windows color (decimal): -13995817 or 14118954. OLE color: 14118954.
HSL color Cylindrical-coordinate representation of color #2A70D7: hue angle of 215.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A70D7 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 112 | 215 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.16 |
| HSL | 215.72º | 0.68% | 0.5% | - |
| HSV(B) | 215.72º | 0.8% | 0.84% | - |
| XYZ | 19.01 | 16.99 | 66.57 | - |
| YUV | 102.81 | 191.31 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 215 | 0.80 | 0.48 | 0 | 0.16 | 215.72 | 0.68 | 0.5 |
| Hex | 2A | 70 | D7 | 50 | 30 | 0 | 10 | D8 | 44 | 32 |
| Octal | 52 | 160 | 327 | 120 | 60 | 0 | 20 | 330 | 104 | 62 |
| Binary | 101010 | 1110000 | 11010111 | 1010000 | 110000 | 0 | 10000 | 11011000 | 1000100 | 110010 |
Color Harmonies of #2A70D7
Complementary color
Monochromatic Colors of #2A70D7
Black with #2A70D7
Text Example
Text Example
White with #2A70D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A70D7; }
p { color: rgb(42,112,215); }
H1.HeaderClassName
{
color: #2A70D7;
}
.AnyTagClassName
{
color: #2A70D7;
}
</style>
background-color css
<style>
a { background-color: #2A70D7; }
a { background-color: rgb(42,112,215); }
div.DivClassName
{
background-color: #2A70D7;
}
.BgClassName
{
background-color: #2A70D7;
}
</style>
border-color css
<style>
span { border-color: #2A70D7; }
span { border-color: rgb(42,112,215); }
td.TdClassName
{
border-color: #2A70D7;
}
.TagClassName
{
border-color: #2A70D7;
}
</style>