Shades of Royal Blue #3F70DD
Tints of Royal Blue #3F70DD
RGB
CMYK
RGB Variations
Color information
#3F70DD (or 0x3F70DD) is known color: Royal Blue. HEX triplet: 3F, 70 and DD. RGB value is (63,112,221). Sum of RGB (Red+Green+Blue) = 63+112+221=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F70DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F70DD is #C08F22. Grayscale: #6D6D6D. Windows color (decimal): -12619555 or 14512191. OLE color: 14512191.
HSL color Cylindrical-coordinate representation of color #3F70DD: hue angle of 221.39º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F70DD is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 112 | 221 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.13 |
| HSL | 221.39º | 0.7% | 0.56% | - |
| HSV(B) | 221.39º | 0.71% | 0.87% | - |
| XYZ | 20.9 | 17.87 | 70.75 | - |
| YUV | 109.78 | 190.77 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 221 | 0.71 | 0.49 | 0 | 0.13 | 221.39 | 0.7 | 0.56 |
| Hex | 3F | 70 | DD | 47 | 31 | 0 | D | DD | 46 | 38 |
| Octal | 77 | 160 | 335 | 107 | 61 | 0 | 15 | 335 | 106 | 70 |
| Binary | 111111 | 1110000 | 11011101 | 1000111 | 110001 | 0 | 1101 | 11011101 | 1000110 | 111000 |
Color Harmonies of #3F70DD
Complementary color
Monochromatic Colors of #3F70DD
Black with #3F70DD
Text Example
Text Example
White with #3F70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F70DD; }
p { color: rgb(63,112,221); }
H1.HeaderClassName
{
color: #3F70DD;
}
.AnyTagClassName
{
color: #3F70DD;
}
</style>
background-color css
<style>
a { background-color: #3F70DD; }
a { background-color: rgb(63,112,221); }
div.DivClassName
{
background-color: #3F70DD;
}
.BgClassName
{
background-color: #3F70DD;
}
</style>
border-color css
<style>
span { border-color: #3F70DD; }
span { border-color: rgb(63,112,221); }
td.TdClassName
{
border-color: #3F70DD;
}
.TagClassName
{
border-color: #3F70DD;
}
</style>