Shades of Royal Blue #3F6EDD
Tints of Royal Blue #3F6EDD
RGB
CMYK
RGB Variations
Color information
#3F6EDD (or 0x3F6EDD) is known color: Royal Blue. HEX triplet: 3F, 6E and DD. RGB value is (63,110,221). Sum of RGB (Red+Green+Blue) = 63+110+221=394 (52% of max value = 765). Red value is 63 (25% from 255 or 15.99% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #3F6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6EDD is #C09122. Grayscale: #6C6C6C. Windows color (decimal): -12620067 or 14511679. OLE color: 14511679.
HSL color Cylindrical-coordinate representation of color #3F6EDD: hue angle of 222.15º 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 #3F6EDD is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 110 | 221 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.13 |
| HSL | 222.15º | 0.7% | 0.56% | - |
| HSV(B) | 222.15º | 0.71% | 0.87% | - |
| XYZ | 20.68 | 17.43 | 70.68 | - |
| YUV | 108.6 | 191.43 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 110 | 221 | 0.71 | 0.50 | 0 | 0.13 | 222.15 | 0.7 | 0.56 |
| Hex | 3F | 6E | DD | 47 | 32 | 0 | D | DE | 46 | 38 |
| Octal | 77 | 156 | 335 | 107 | 62 | 0 | 15 | 336 | 106 | 70 |
| Binary | 111111 | 1101110 | 11011101 | 1000111 | 110010 | 0 | 1101 | 11011110 | 1000110 | 111000 |
Color Harmonies of #3F6EDD
Complementary color
Monochromatic Colors of #3F6EDD
Black with #3F6EDD
Text Example
Text Example
White with #3F6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6EDD; }
p { color: rgb(63,110,221); }
H1.HeaderClassName
{
color: #3F6EDD;
}
.AnyTagClassName
{
color: #3F6EDD;
}
</style>
background-color css
<style>
a { background-color: #3F6EDD; }
a { background-color: rgb(63,110,221); }
div.DivClassName
{
background-color: #3F6EDD;
}
.BgClassName
{
background-color: #3F6EDD;
}
</style>
border-color css
<style>
span { border-color: #3F6EDD; }
span { border-color: rgb(63,110,221); }
td.TdClassName
{
border-color: #3F6EDD;
}
.TagClassName
{
border-color: #3F6EDD;
}
</style>