Shades of Royal Blue #2A70FC
Tints of Royal Blue #2A70FC
RGB
CMYK
RGB Variations
Color information
#2A70FC (or 0x2A70FC) is known color: Royal Blue. HEX triplet: 2A, 70 and FC. RGB value is (42,112,252). Sum of RGB (Red+Green+Blue) = 42+112+252=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A70FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A70FC is #D58F03. Grayscale: #6A6A6A. Windows color (decimal): -13995780 or 16543786. OLE color: 16543786.
HSL color Cylindrical-coordinate representation of color #2A70FC: hue angle of 220º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A70FC is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 112 | 252 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.01 |
| HSL | 220º | 0.97% | 0.58% | - |
| HSV(B) | 220º | 0.83% | 0.99% | - |
| XYZ | 24.32 | 19.11 | 94.5 | - |
| YUV | 107.03 | 209.81 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 252 | 0.83 | 0.56 | 0 | 0.01 | 220 | 0.97 | 0.58 |
| Hex | 2A | 70 | FC | 53 | 38 | 0 | 1 | DC | 61 | 3A |
| Octal | 52 | 160 | 374 | 123 | 70 | 0 | 1 | 334 | 141 | 72 |
| Binary | 101010 | 1110000 | 11111100 | 1010011 | 111000 | 0 | 1 | 11011100 | 1100001 | 111010 |
Color Harmonies of #2A70FC
Complementary color
Monochromatic Colors of #2A70FC
Black with #2A70FC
Text Example
Text Example
White with #2A70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A70FC; }
p { color: rgb(42,112,252); }
H1.HeaderClassName
{
color: #2A70FC;
}
.AnyTagClassName
{
color: #2A70FC;
}
</style>
background-color css
<style>
a { background-color: #2A70FC; }
a { background-color: rgb(42,112,252); }
div.DivClassName
{
background-color: #2A70FC;
}
.BgClassName
{
background-color: #2A70FC;
}
</style>
border-color css
<style>
span { border-color: #2A70FC; }
span { border-color: rgb(42,112,252); }
td.TdClassName
{
border-color: #2A70FC;
}
.TagClassName
{
border-color: #2A70FC;
}
</style>