Shades of Royal Blue #3F6DDC
Tints of Royal Blue #3F6DDC
RGB
CMYK
RGB Variations
Color information
#3F6DDC (or 0x3F6DDC) is known color: Royal Blue. HEX triplet: 3F, 6D and DC. RGB value is (63,109,220). Sum of RGB (Red+Green+Blue) = 63+109+220=392 (51% of max value = 765). Red value is 63 (25% from 255 or 16.07% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F6DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F6DDC is #C09223. Grayscale: #6B6B6B. Windows color (decimal): -12620324 or 14445887. OLE color: 14445887.
HSL color Cylindrical-coordinate representation of color #3F6DDC: hue angle of 222.42º 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 #3F6DDC is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 109 | 220 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.14 |
| HSL | 222.42º | 0.69% | 0.55% | - |
| HSV(B) | 222.42º | 0.71% | 0.86% | - |
| XYZ | 20.44 | 17.16 | 69.95 | - |
| YUV | 107.9 | 191.26 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 220 | 0.71 | 0.50 | 0 | 0.14 | 222.42 | 0.69 | 0.55 |
| Hex | 3F | 6D | DC | 47 | 32 | 0 | E | DE | 45 | 37 |
| Octal | 77 | 155 | 334 | 107 | 62 | 0 | 16 | 336 | 105 | 67 |
| Binary | 111111 | 1101101 | 11011100 | 1000111 | 110010 | 0 | 1110 | 11011110 | 1000101 | 110111 |
Color Harmonies of #3F6DDC
Complementary color
Monochromatic Colors of #3F6DDC
Black with #3F6DDC
Text Example
Text Example
White with #3F6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6DDC; }
p { color: rgb(63,109,220); }
H1.HeaderClassName
{
color: #3F6DDC;
}
.AnyTagClassName
{
color: #3F6DDC;
}
</style>
background-color css
<style>
a { background-color: #3F6DDC; }
a { background-color: rgb(63,109,220); }
div.DivClassName
{
background-color: #3F6DDC;
}
.BgClassName
{
background-color: #3F6DDC;
}
</style>
border-color css
<style>
span { border-color: #3F6DDC; }
span { border-color: rgb(63,109,220); }
td.TdClassName
{
border-color: #3F6DDC;
}
.TagClassName
{
border-color: #3F6DDC;
}
</style>