Shades of Royal Blue #3F70DF
Tints of Royal Blue #3F70DF
RGB
CMYK
RGB Variations
Color information
#3F70DF (or 0x3F70DF) is known color: Royal Blue. HEX triplet: 3F, 70 and DF. RGB value is (63,112,223). Sum of RGB (Red+Green+Blue) = 63+112+223=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F70DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70DF is #C08F20. Grayscale: #6D6D6D. Windows color (decimal): -12619553 or 14643263. OLE color: 14643263.
HSL color Cylindrical-coordinate representation of color #3F70DF: hue angle of 221.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F70DF is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 112 | 223 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.13 |
| HSL | 221.63º | 0.71% | 0.56% | - |
| HSV(B) | 221.63º | 0.72% | 0.87% | - |
| XYZ | 21.16 | 17.97 | 72.17 | - |
| YUV | 110 | 191.77 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 223 | 0.72 | 0.50 | 0 | 0.13 | 221.63 | 0.71 | 0.56 |
| Hex | 3F | 70 | DF | 48 | 32 | 0 | D | DE | 47 | 38 |
| Octal | 77 | 160 | 337 | 110 | 62 | 0 | 15 | 336 | 107 | 70 |
| Binary | 111111 | 1110000 | 11011111 | 1001000 | 110010 | 0 | 1101 | 11011110 | 1000111 | 111000 |
Color Harmonies of #3F70DF
Complementary color
Monochromatic Colors of #3F70DF
Black with #3F70DF
Text Example
Text Example
White with #3F70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70DF; }
p { color: rgb(63,112,223); }
H1.HeaderClassName
{
color: #3F70DF;
}
.AnyTagClassName
{
color: #3F70DF;
}
</style>
background-color css
<style>
a { background-color: #3F70DF; }
a { background-color: rgb(63,112,223); }
div.DivClassName
{
background-color: #3F70DF;
}
.BgClassName
{
background-color: #3F70DF;
}
</style>
border-color css
<style>
span { border-color: #3F70DF; }
span { border-color: rgb(63,112,223); }
td.TdClassName
{
border-color: #3F70DF;
}
.TagClassName
{
border-color: #3F70DF;
}
</style>