Shades of Royal Blue #3A70FF
Tints of Royal Blue #3A70FF
RGB
CMYK
RGB Variations
Color information
#3A70FF (or 0x3A70FF) is known color: Royal Blue. HEX triplet: 3A, 70 and FF. RGB value is (58,112,255). Sum of RGB (Red+Green+Blue) = 58+112+255=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #3A70FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A70FF is #C58F00. Grayscale: #6F6F6F. Windows color (decimal): -12947201 or 16740410. OLE color: 16740410.
HSL color Cylindrical-coordinate representation of color #3A70FF: hue angle of 223.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A70FF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 112 | 255 | - |
| CMYK | 0.77 | 0.56 | 0 | 0 |
| HSL | 223.55º | 1% | 0.61% | - |
| HSV(B) | 223.55º | 0.77% | 1% | - |
| XYZ | 25.59 | 19.71 | 97.06 | - |
| YUV | 112.16 | 208.61 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 255 | 0.77 | 0.56 | 0 | 0 | 223.55 | 1 | 0.61 |
| Hex | 3A | 70 | FF | 4D | 38 | 0 | 0 | E0 | 64 | 3D |
| Octal | 72 | 160 | 377 | 115 | 70 | 0 | 0 | 340 | 144 | 75 |
| Binary | 111010 | 1110000 | 11111111 | 1001101 | 111000 | 0 | 0 | 11100000 | 1100100 | 111101 |
Color Harmonies of #3A70FF
Complementary color
Monochromatic Colors of #3A70FF
Black with #3A70FF
Text Example
Text Example
White with #3A70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A70FF; }
p { color: rgb(58,112,255); }
H1.HeaderClassName
{
color: #3A70FF;
}
.AnyTagClassName
{
color: #3A70FF;
}
</style>
background-color css
<style>
a { background-color: #3A70FF; }
a { background-color: rgb(58,112,255); }
div.DivClassName
{
background-color: #3A70FF;
}
.BgClassName
{
background-color: #3A70FF;
}
</style>
border-color css
<style>
span { border-color: #3A70FF; }
span { border-color: rgb(58,112,255); }
td.TdClassName
{
border-color: #3A70FF;
}
.TagClassName
{
border-color: #3A70FF;
}
</style>