Shades of Royal Blue #3F7FDB
Tints of Royal Blue #3F7FDB
RGB
CMYK
RGB Variations
Color information
#3F7FDB (or 0x3F7FDB) is known color: Royal Blue. HEX triplet: 3F, 7F and DB. RGB value is (63,127,219). Sum of RGB (Red+Green+Blue) = 63+127+219=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F7FDB is #C08024. Grayscale: #757575. Windows color (decimal): -12615717 or 14384959. OLE color: 14384959.
HSL color Cylindrical-coordinate representation of color #3F7FDB: hue angle of 215.38º 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 #3F7FDB is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 127 | 219 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.14 |
| HSL | 215.38º | 0.68% | 0.55% | - |
| HSV(B) | 215.38º | 0.71% | 0.86% | - |
| XYZ | 22.43 | 21.35 | 69.96 | - |
| YUV | 118.35 | 184.8 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 127 | 219 | 0.71 | 0.42 | 0 | 0.14 | 215.38 | 0.68 | 0.55 |
| Hex | 3F | 7F | DB | 47 | 2A | 0 | E | D7 | 44 | 37 |
| Octal | 77 | 177 | 333 | 107 | 52 | 0 | 16 | 327 | 104 | 67 |
| Binary | 111111 | 1111111 | 11011011 | 1000111 | 101010 | 0 | 1110 | 11010111 | 1000100 | 110111 |
Color Harmonies of #3F7FDB
Complementary color
Monochromatic Colors of #3F7FDB
Black with #3F7FDB
Text Example
Text Example
White with #3F7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7FDB; }
p { color: rgb(63,127,219); }
H1.HeaderClassName
{
color: #3F7FDB;
}
.AnyTagClassName
{
color: #3F7FDB;
}
</style>
background-color css
<style>
a { background-color: #3F7FDB; }
a { background-color: rgb(63,127,219); }
div.DivClassName
{
background-color: #3F7FDB;
}
.BgClassName
{
background-color: #3F7FDB;
}
</style>
border-color css
<style>
span { border-color: #3F7FDB; }
span { border-color: rgb(63,127,219); }
td.TdClassName
{
border-color: #3F7FDB;
}
.TagClassName
{
border-color: #3F7FDB;
}
</style>