Shades of Royal Blue #2A70DF
Tints of Royal Blue #2A70DF
RGB
CMYK
RGB Variations
Color information
#2A70DF (or 0x2A70DF) is known color: Royal Blue. HEX triplet: 2A, 70 and DF. RGB value is (42,112,223). Sum of RGB (Red+Green+Blue) = 42+112+223=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A70DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A70DF is #D58F20. Grayscale: #676767. Windows color (decimal): -13995809 or 14643242. OLE color: 14643242.
HSL color Cylindrical-coordinate representation of color #2A70DF: hue angle of 216.8º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A70DF is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 112 | 223 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.13 |
| HSL | 216.8º | 0.74% | 0.52% | - |
| HSV(B) | 216.8º | 0.81% | 0.87% | - |
| XYZ | 20.07 | 17.41 | 72.11 | - |
| YUV | 103.72 | 195.31 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 223 | 0.81 | 0.50 | 0 | 0.13 | 216.8 | 0.74 | 0.52 |
| Hex | 2A | 70 | DF | 51 | 32 | 0 | D | D9 | 4A | 34 |
| Octal | 52 | 160 | 337 | 121 | 62 | 0 | 15 | 331 | 112 | 64 |
| Binary | 101010 | 1110000 | 11011111 | 1010001 | 110010 | 0 | 1101 | 11011001 | 1001010 | 110100 |
Color Harmonies of #2A70DF
Complementary color
Monochromatic Colors of #2A70DF
Black with #2A70DF
Text Example
Text Example
White with #2A70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A70DF; }
p { color: rgb(42,112,223); }
H1.HeaderClassName
{
color: #2A70DF;
}
.AnyTagClassName
{
color: #2A70DF;
}
</style>
background-color css
<style>
a { background-color: #2A70DF; }
a { background-color: rgb(42,112,223); }
div.DivClassName
{
background-color: #2A70DF;
}
.BgClassName
{
background-color: #2A70DF;
}
</style>
border-color css
<style>
span { border-color: #2A70DF; }
span { border-color: rgb(42,112,223); }
td.TdClassName
{
border-color: #2A70DF;
}
.TagClassName
{
border-color: #2A70DF;
}
</style>