Shades of Royal Blue #3F5FDB
Tints of Royal Blue #3F5FDB
RGB
CMYK
RGB Variations
Color information
#3F5FDB (or 0x3F5FDB) is known color: Royal Blue. HEX triplet: 3F, 5F and DB. RGB value is (63,95,219). Sum of RGB (Red+Green+Blue) = 63+95+219=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5FDB is #C0A024. Grayscale: #636363. Windows color (decimal): -12623909 or 14376767. OLE color: 14376767.
HSL color Cylindrical-coordinate representation of color #3F5FDB: hue angle of 227.69º 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 #3F5FDB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 95 | 219 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.14 |
| HSL | 227.69º | 0.68% | 0.55% | - |
| HSV(B) | 227.69º | 0.71% | 0.86% | - |
| XYZ | 18.93 | 14.36 | 68.79 | - |
| YUV | 99.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 219 | 0.71 | 0.57 | 0 | 0.14 | 227.69 | 0.68 | 0.55 |
| Hex | 3F | 5F | DB | 47 | 39 | 0 | E | E4 | 44 | 37 |
| Octal | 77 | 137 | 333 | 107 | 71 | 0 | 16 | 344 | 104 | 67 |
| Binary | 111111 | 1011111 | 11011011 | 1000111 | 111001 | 0 | 1110 | 11100100 | 1000100 | 110111 |
Color Harmonies of #3F5FDB
Complementary color
Monochromatic Colors of #3F5FDB
Black with #3F5FDB
Text Example
Text Example
White with #3F5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5FDB; }
p { color: rgb(63,95,219); }
H1.HeaderClassName
{
color: #3F5FDB;
}
.AnyTagClassName
{
color: #3F5FDB;
}
</style>
background-color css
<style>
a { background-color: #3F5FDB; }
a { background-color: rgb(63,95,219); }
div.DivClassName
{
background-color: #3F5FDB;
}
.BgClassName
{
background-color: #3F5FDB;
}
</style>
border-color css
<style>
span { border-color: #3F5FDB; }
span { border-color: rgb(63,95,219); }
td.TdClassName
{
border-color: #3F5FDB;
}
.TagClassName
{
border-color: #3F5FDB;
}
</style>