Shades of Royal Blue #407DDB
Tints of Royal Blue #407DDB
RGB
CMYK
RGB Variations
Color information
#407DDB (or 0x407DDB) is known color: Royal Blue. HEX triplet: 40, 7D and DB. RGB value is (64,125,219). Sum of RGB (Red+Green+Blue) = 64+125+219=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #407DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DDB is #BF8224. Grayscale: #757575. Windows color (decimal): -12550693 or 14384448. OLE color: 14384448.
HSL color Cylindrical-coordinate representation of color #407DDB: hue angle of 216.39º 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 #407DDB is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 125 | 219 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.14 |
| HSL | 216.39º | 0.68% | 0.55% | - |
| HSV(B) | 216.39º | 0.71% | 0.86% | - |
| XYZ | 22.23 | 20.87 | 69.87 | - |
| YUV | 117.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 219 | 0.71 | 0.43 | 0 | 0.14 | 216.39 | 0.68 | 0.55 |
| Hex | 40 | 7D | DB | 47 | 2B | 0 | E | D8 | 44 | 37 |
| Octal | 100 | 175 | 333 | 107 | 53 | 0 | 16 | 330 | 104 | 67 |
| Binary | 1000000 | 1111101 | 11011011 | 1000111 | 101011 | 0 | 1110 | 11011000 | 1000100 | 110111 |
Color Harmonies of #407DDB
Complementary color
Monochromatic Colors of #407DDB
Black with #407DDB
Text Example
Text Example
White with #407DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DDB; }
p { color: rgb(64,125,219); }
H1.HeaderClassName
{
color: #407DDB;
}
.AnyTagClassName
{
color: #407DDB;
}
</style>
background-color css
<style>
a { background-color: #407DDB; }
a { background-color: rgb(64,125,219); }
div.DivClassName
{
background-color: #407DDB;
}
.BgClassName
{
background-color: #407DDB;
}
</style>
border-color css
<style>
span { border-color: #407DDB; }
span { border-color: rgb(64,125,219); }
td.TdClassName
{
border-color: #407DDB;
}
.TagClassName
{
border-color: #407DDB;
}
</style>