Shades of Royal Blue #3F86DD
Tints of Royal Blue #3F86DD
RGB
CMYK
RGB Variations
Color information
#3F86DD (or 0x3F86DD) is known color: Royal Blue. HEX triplet: 3F, 86 and DD. RGB value is (63,134,221). Sum of RGB (Red+Green+Blue) = 63+134+221=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F86DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F86DD is #C07922. Grayscale: #7A7A7A. Windows color (decimal): -12613923 or 14517823. OLE color: 14517823.
HSL color Cylindrical-coordinate representation of color #3F86DD: hue angle of 213.04º 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 #3F86DD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 134 | 221 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.13 |
| HSL | 213.04º | 0.7% | 0.56% | - |
| HSV(B) | 213.04º | 0.71% | 0.87% | - |
| XYZ | 23.63 | 23.33 | 71.66 | - |
| YUV | 122.69 | 183.48 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 134 | 221 | 0.71 | 0.39 | 0 | 0.13 | 213.04 | 0.7 | 0.56 |
| Hex | 3F | 86 | DD | 47 | 27 | 0 | D | D5 | 46 | 38 |
| Octal | 77 | 206 | 335 | 107 | 47 | 0 | 15 | 325 | 106 | 70 |
| Binary | 111111 | 10000110 | 11011101 | 1000111 | 100111 | 0 | 1101 | 11010101 | 1000110 | 111000 |
Color Harmonies of #3F86DD
Complementary color
Monochromatic Colors of #3F86DD
Black with #3F86DD
Text Example
Text Example
White with #3F86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F86DD; }
p { color: rgb(63,134,221); }
H1.HeaderClassName
{
color: #3F86DD;
}
.AnyTagClassName
{
color: #3F86DD;
}
</style>
background-color css
<style>
a { background-color: #3F86DD; }
a { background-color: rgb(63,134,221); }
div.DivClassName
{
background-color: #3F86DD;
}
.BgClassName
{
background-color: #3F86DD;
}
</style>
border-color css
<style>
span { border-color: #3F86DD; }
span { border-color: rgb(63,134,221); }
td.TdClassName
{
border-color: #3F86DD;
}
.TagClassName
{
border-color: #3F86DD;
}
</style>