Shades of Royal Blue #2A70FA
Tints of Royal Blue #2A70FA
RGB
CMYK
RGB Variations
Color information
#2A70FA (or 0x2A70FA) is known color: Royal Blue. HEX triplet: 2A, 70 and FA. RGB value is (42,112,250). Sum of RGB (Red+Green+Blue) = 42+112+250=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A70FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A70FA is #D58F05. Grayscale: #6A6A6A. Windows color (decimal): -13995782 or 16412714. OLE color: 16412714.
HSL color Cylindrical-coordinate representation of color #2A70FA: hue angle of 219.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A70FA is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 112 | 250 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.02 |
| HSL | 219.81º | 0.95% | 0.57% | - |
| HSV(B) | 219.81º | 0.83% | 0.98% | - |
| XYZ | 24 | 18.98 | 92.84 | - |
| YUV | 106.8 | 208.81 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 112 | 250 | 0.83 | 0.55 | 0 | 0.02 | 219.81 | 0.95 | 0.57 |
| Hex | 2A | 70 | FA | 53 | 37 | 0 | 2 | DC | 5F | 39 |
| Octal | 52 | 160 | 372 | 123 | 67 | 0 | 2 | 334 | 137 | 71 |
| Binary | 101010 | 1110000 | 11111010 | 1010011 | 110111 | 0 | 10 | 11011100 | 1011111 | 111001 |
Color Harmonies of #2A70FA
Complementary color
Monochromatic Colors of #2A70FA
Black with #2A70FA
Text Example
Text Example
White with #2A70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A70FA; }
p { color: rgb(42,112,250); }
H1.HeaderClassName
{
color: #2A70FA;
}
.AnyTagClassName
{
color: #2A70FA;
}
</style>
background-color css
<style>
a { background-color: #2A70FA; }
a { background-color: rgb(42,112,250); }
div.DivClassName
{
background-color: #2A70FA;
}
.BgClassName
{
background-color: #2A70FA;
}
</style>
border-color css
<style>
span { border-color: #2A70FA; }
span { border-color: rgb(42,112,250); }
td.TdClassName
{
border-color: #2A70FA;
}
.TagClassName
{
border-color: #2A70FA;
}
</style>