Shades of Royal Blue #447AD9
Tints of Royal Blue #447AD9
RGB
CMYK
RGB Variations
Color information
#447AD9 (or 0x447AD9) is known color: Royal Blue. HEX triplet: 44, 7A and D9. RGB value is (68,122,217). Sum of RGB (Red+Green+Blue) = 68+122+217=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #447AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AD9 is #BB8526. Grayscale: #747474. Windows color (decimal): -12289319 or 14252612. OLE color: 14252612.
HSL color Cylindrical-coordinate representation of color #447AD9: hue angle of 218.26º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447AD9 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 122 | 217 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.15 |
| HSL | 218.26º | 0.66% | 0.56% | - |
| HSV(B) | 218.26º | 0.69% | 0.85% | - |
| XYZ | 21.87 | 20.16 | 68.38 | - |
| YUV | 116.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 217 | 0.69 | 0.44 | 0 | 0.15 | 218.26 | 0.66 | 0.56 |
| Hex | 44 | 7A | D9 | 45 | 2C | 0 | F | DA | 42 | 38 |
| Octal | 104 | 172 | 331 | 105 | 54 | 0 | 17 | 332 | 102 | 70 |
| Binary | 1000100 | 1111010 | 11011001 | 1000101 | 101100 | 0 | 1111 | 11011010 | 1000010 | 111000 |
Color Harmonies of #447AD9
Complementary color
Monochromatic Colors of #447AD9
Black with #447AD9
Text Example
Text Example
White with #447AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AD9; }
p { color: rgb(68,122,217); }
H1.HeaderClassName
{
color: #447AD9;
}
.AnyTagClassName
{
color: #447AD9;
}
</style>
background-color css
<style>
a { background-color: #447AD9; }
a { background-color: rgb(68,122,217); }
div.DivClassName
{
background-color: #447AD9;
}
.BgClassName
{
background-color: #447AD9;
}
</style>
border-color css
<style>
span { border-color: #447AD9; }
span { border-color: rgb(68,122,217); }
td.TdClassName
{
border-color: #447AD9;
}
.TagClassName
{
border-color: #447AD9;
}
</style>