Shades of Royal Blue #3F7CDB
Tints of Royal Blue #3F7CDB
RGB
CMYK
RGB Variations
Color information
#3F7CDB (or 0x3F7CDB) is known color: Royal Blue. HEX triplet: 3F, 7C and DB. RGB value is (63,124,219). Sum of RGB (Red+Green+Blue) = 63+124+219=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7CDB is #C08324. Grayscale: #747474. Windows color (decimal): -12616485 or 14384191. OLE color: 14384191.
HSL color Cylindrical-coordinate representation of color #3F7CDB: hue angle of 216.54º degrees, saturation: 0.68, 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 #3F7CDB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 124 | 219 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.14 |
| HSL | 216.54º | 0.68% | 0.55% | - |
| HSV(B) | 216.54º | 0.71% | 0.86% | - |
| XYZ | 22.04 | 20.59 | 69.83 | - |
| YUV | 116.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 219 | 0.71 | 0.43 | 0 | 0.14 | 216.54 | 0.68 | 0.55 |
| Hex | 3F | 7C | DB | 47 | 2B | 0 | E | D9 | 44 | 37 |
| Octal | 77 | 174 | 333 | 107 | 53 | 0 | 16 | 331 | 104 | 67 |
| Binary | 111111 | 1111100 | 11011011 | 1000111 | 101011 | 0 | 1110 | 11011001 | 1000100 | 110111 |
Color Harmonies of #3F7CDB
Complementary color
Monochromatic Colors of #3F7CDB
Black with #3F7CDB
Text Example
Text Example
White with #3F7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7CDB; }
p { color: rgb(63,124,219); }
H1.HeaderClassName
{
color: #3F7CDB;
}
.AnyTagClassName
{
color: #3F7CDB;
}
</style>
background-color css
<style>
a { background-color: #3F7CDB; }
a { background-color: rgb(63,124,219); }
div.DivClassName
{
background-color: #3F7CDB;
}
.BgClassName
{
background-color: #3F7CDB;
}
</style>
border-color css
<style>
span { border-color: #3F7CDB; }
span { border-color: rgb(63,124,219); }
td.TdClassName
{
border-color: #3F7CDB;
}
.TagClassName
{
border-color: #3F7CDB;
}
</style>