Shades of Royal Blue #3F6DDD
Tints of Royal Blue #3F6DDD
RGB
CMYK
RGB Variations
Color information
#3F6DDD (or 0x3F6DDD) is known color: Royal Blue. HEX triplet: 3F, 6D and DD. RGB value is (63,109,221). Sum of RGB (Red+Green+Blue) = 63+109+221=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F6DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6DDD is #C09222. Grayscale: #6B6B6B. Windows color (decimal): -12620323 or 14511423. OLE color: 14511423.
HSL color Cylindrical-coordinate representation of color #3F6DDD: hue angle of 222.53º 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 #3F6DDD is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 109 | 221 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.13 |
| HSL | 222.53º | 0.7% | 0.56% | - |
| HSV(B) | 222.53º | 0.71% | 0.87% | - |
| XYZ | 20.57 | 17.21 | 70.65 | - |
| YUV | 108.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 221 | 0.71 | 0.51 | 0 | 0.13 | 222.53 | 0.7 | 0.56 |
| Hex | 3F | 6D | DD | 47 | 33 | 0 | D | DF | 46 | 38 |
| Octal | 77 | 155 | 335 | 107 | 63 | 0 | 15 | 337 | 106 | 70 |
| Binary | 111111 | 1101101 | 11011101 | 1000111 | 110011 | 0 | 1101 | 11011111 | 1000110 | 111000 |
Color Harmonies of #3F6DDD
Complementary color
Monochromatic Colors of #3F6DDD
Black with #3F6DDD
Text Example
Text Example
White with #3F6DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6DDD; }
p { color: rgb(63,109,221); }
H1.HeaderClassName
{
color: #3F6DDD;
}
.AnyTagClassName
{
color: #3F6DDD;
}
</style>
background-color css
<style>
a { background-color: #3F6DDD; }
a { background-color: rgb(63,109,221); }
div.DivClassName
{
background-color: #3F6DDD;
}
.BgClassName
{
background-color: #3F6DDD;
}
</style>
border-color css
<style>
span { border-color: #3F6DDD; }
span { border-color: rgb(63,109,221); }
td.TdClassName
{
border-color: #3F6DDD;
}
.TagClassName
{
border-color: #3F6DDD;
}
</style>