Shades of Royal Blue #447DDB
Tints of Royal Blue #447DDB
RGB
CMYK
RGB Variations
Color information
#447DDB (or 0x447DDB) is known color: Royal Blue. HEX triplet: 44, 7D and DB. RGB value is (68,125,219). Sum of RGB (Red+Green+Blue) = 68+125+219=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #447DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DDB is #BB8224. Grayscale: #767676. Windows color (decimal): -12288549 or 14384452. OLE color: 14384452.
HSL color Cylindrical-coordinate representation of color #447DDB: hue angle of 217.35º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447DDB is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 125 | 219 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.14 |
| HSL | 217.35º | 0.68% | 0.56% | - |
| HSV(B) | 217.35º | 0.69% | 0.86% | - |
| XYZ | 22.5 | 21.01 | 69.89 | - |
| YUV | 118.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 219 | 0.69 | 0.43 | 0 | 0.14 | 217.35 | 0.68 | 0.56 |
| Hex | 44 | 7D | DB | 45 | 2B | 0 | E | D9 | 44 | 38 |
| Octal | 104 | 175 | 333 | 105 | 53 | 0 | 16 | 331 | 104 | 70 |
| Binary | 1000100 | 1111101 | 11011011 | 1000101 | 101011 | 0 | 1110 | 11011001 | 1000100 | 111000 |
Color Harmonies of #447DDB
Complementary color
Monochromatic Colors of #447DDB
Black with #447DDB
Text Example
Text Example
White with #447DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DDB; }
p { color: rgb(68,125,219); }
H1.HeaderClassName
{
color: #447DDB;
}
.AnyTagClassName
{
color: #447DDB;
}
</style>
background-color css
<style>
a { background-color: #447DDB; }
a { background-color: rgb(68,125,219); }
div.DivClassName
{
background-color: #447DDB;
}
.BgClassName
{
background-color: #447DDB;
}
</style>
border-color css
<style>
span { border-color: #447DDB; }
span { border-color: rgb(68,125,219); }
td.TdClassName
{
border-color: #447DDB;
}
.TagClassName
{
border-color: #447DDB;
}
</style>