Shades of Royal Blue #3F71DC
Tints of Royal Blue #3F71DC
RGB
CMYK
RGB Variations
Color information
#3F71DC (or 0x3F71DC) is known color: Royal Blue. HEX triplet: 3F, 71 and DC. RGB value is (63,113,220). Sum of RGB (Red+Green+Blue) = 63+113+220=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F71DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F71DC is #C08E23. Grayscale: #6D6D6D. Windows color (decimal): -12619300 or 14446911. OLE color: 14446911.
HSL color Cylindrical-coordinate representation of color #3F71DC: hue angle of 220.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F71DC is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 113 | 220 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.14 |
| HSL | 220.89º | 0.69% | 0.55% | - |
| HSV(B) | 220.89º | 0.71% | 0.86% | - |
| XYZ | 20.87 | 18.03 | 70.09 | - |
| YUV | 110.25 | 189.94 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 220 | 0.71 | 0.49 | 0 | 0.14 | 220.89 | 0.69 | 0.55 |
| Hex | 3F | 71 | DC | 47 | 31 | 0 | E | DD | 45 | 37 |
| Octal | 77 | 161 | 334 | 107 | 61 | 0 | 16 | 335 | 105 | 67 |
| Binary | 111111 | 1110001 | 11011100 | 1000111 | 110001 | 0 | 1110 | 11011101 | 1000101 | 110111 |
Color Harmonies of #3F71DC
Complementary color
Monochromatic Colors of #3F71DC
Black with #3F71DC
Text Example
Text Example
White with #3F71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F71DC; }
p { color: rgb(63,113,220); }
H1.HeaderClassName
{
color: #3F71DC;
}
.AnyTagClassName
{
color: #3F71DC;
}
</style>
background-color css
<style>
a { background-color: #3F71DC; }
a { background-color: rgb(63,113,220); }
div.DivClassName
{
background-color: #3F71DC;
}
.BgClassName
{
background-color: #3F71DC;
}
</style>
border-color css
<style>
span { border-color: #3F71DC; }
span { border-color: rgb(63,113,220); }
td.TdClassName
{
border-color: #3F71DC;
}
.TagClassName
{
border-color: #3F71DC;
}
</style>