Shades of Royal Blue #3F70FA
Tints of Royal Blue #3F70FA
RGB
CMYK
RGB Variations
Color information
#3F70FA (or 0x3F70FA) is known color: Royal Blue. HEX triplet: 3F, 70 and FA. RGB value is (63,112,250). Sum of RGB (Red+Green+Blue) = 63+112+250=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F70FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F70FA is #C08F05. Grayscale: #707070. Windows color (decimal): -12619526 or 16412735. OLE color: 16412735.
HSL color Cylindrical-coordinate representation of color #3F70FA: hue angle of 224.28º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F70FA is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 112 | 250 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.02 |
| HSL | 224.28º | 0.95% | 0.61% | - |
| HSV(B) | 224.28º | 0.75% | 0.98% | - |
| XYZ | 25.1 | 19.55 | 92.89 | - |
| YUV | 113.08 | 205.27 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 250 | 0.75 | 0.55 | 0 | 0.02 | 224.28 | 0.95 | 0.61 |
| Hex | 3F | 70 | FA | 4B | 37 | 0 | 2 | E0 | 5F | 3D |
| Octal | 77 | 160 | 372 | 113 | 67 | 0 | 2 | 340 | 137 | 75 |
| Binary | 111111 | 1110000 | 11111010 | 1001011 | 110111 | 0 | 10 | 11100000 | 1011111 | 111101 |
Color Harmonies of #3F70FA
Complementary color
Monochromatic Colors of #3F70FA
Black with #3F70FA
Text Example
Text Example
White with #3F70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70FA; }
p { color: rgb(63,112,250); }
H1.HeaderClassName
{
color: #3F70FA;
}
.AnyTagClassName
{
color: #3F70FA;
}
</style>
background-color css
<style>
a { background-color: #3F70FA; }
a { background-color: rgb(63,112,250); }
div.DivClassName
{
background-color: #3F70FA;
}
.BgClassName
{
background-color: #3F70FA;
}
</style>
border-color css
<style>
span { border-color: #3F70FA; }
span { border-color: rgb(63,112,250); }
td.TdClassName
{
border-color: #3F70FA;
}
.TagClassName
{
border-color: #3F70FA;
}
</style>