Shades of Royal Blue #3A70FA
Tints of Royal Blue #3A70FA
RGB
CMYK
RGB Variations
Color information
#3A70FA (or 0x3A70FA) is known color: Royal Blue. HEX triplet: 3A, 70 and FA. RGB value is (58,112,250). Sum of RGB (Red+Green+Blue) = 58+112+250=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A70FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A70FA is #C58F05. Grayscale: #6E6E6E. Windows color (decimal): -12947206 or 16412730. OLE color: 16412730.
HSL color Cylindrical-coordinate representation of color #3A70FA: hue angle of 223.12º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A70FA is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 112 | 250 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.02 |
| HSL | 223.13º | 0.95% | 0.6% | - |
| HSV(B) | 223.13º | 0.77% | 0.98% | - |
| XYZ | 24.79 | 19.39 | 92.88 | - |
| YUV | 111.59 | 206.11 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 250 | 0.77 | 0.55 | 0 | 0.02 | 223.13 | 0.95 | 0.6 |
| Hex | 3A | 70 | FA | 4D | 37 | 0 | 2 | DF | 5F | 3C |
| Octal | 72 | 160 | 372 | 115 | 67 | 0 | 2 | 337 | 137 | 74 |
| Binary | 111010 | 1110000 | 11111010 | 1001101 | 110111 | 0 | 10 | 11011111 | 1011111 | 111100 |
Color Harmonies of #3A70FA
Complementary color
Monochromatic Colors of #3A70FA
Black with #3A70FA
Text Example
Text Example
White with #3A70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A70FA; }
p { color: rgb(58,112,250); }
H1.HeaderClassName
{
color: #3A70FA;
}
.AnyTagClassName
{
color: #3A70FA;
}
</style>
background-color css
<style>
a { background-color: #3A70FA; }
a { background-color: rgb(58,112,250); }
div.DivClassName
{
background-color: #3A70FA;
}
.BgClassName
{
background-color: #3A70FA;
}
</style>
border-color css
<style>
span { border-color: #3A70FA; }
span { border-color: rgb(58,112,250); }
td.TdClassName
{
border-color: #3A70FA;
}
.TagClassName
{
border-color: #3A70FA;
}
</style>