Shades of Royal Blue #447ADD
Tints of Royal Blue #447ADD
RGB
CMYK
RGB Variations
Color information
#447ADD (or 0x447ADD) is known color: Royal Blue. HEX triplet: 44, 7A and DD. RGB value is (68,122,221). Sum of RGB (Red+Green+Blue) = 68+122+221=411 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.55% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #447ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ADD is #BB8522. Grayscale: #747474. Windows color (decimal): -12289315 or 14514756. OLE color: 14514756.
HSL color Cylindrical-coordinate representation of color #447ADD: hue angle of 218.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447ADD is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 122 | 221 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.13 |
| HSL | 218.82º | 0.69% | 0.57% | - |
| HSV(B) | 218.82º | 0.69% | 0.87% | - |
| XYZ | 22.39 | 20.37 | 71.16 | - |
| YUV | 117.14 | 186.61 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 221 | 0.69 | 0.45 | 0 | 0.13 | 218.82 | 0.69 | 0.57 |
| Hex | 44 | 7A | DD | 45 | 2D | 0 | D | DB | 45 | 39 |
| Octal | 104 | 172 | 335 | 105 | 55 | 0 | 15 | 333 | 105 | 71 |
| Binary | 1000100 | 1111010 | 11011101 | 1000101 | 101101 | 0 | 1101 | 11011011 | 1000101 | 111001 |
Color Harmonies of #447ADD
Complementary color
Monochromatic Colors of #447ADD
Black with #447ADD
Text Example
Text Example
White with #447ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447ADD; }
p { color: rgb(68,122,221); }
H1.HeaderClassName
{
color: #447ADD;
}
.AnyTagClassName
{
color: #447ADD;
}
</style>
background-color css
<style>
a { background-color: #447ADD; }
a { background-color: rgb(68,122,221); }
div.DivClassName
{
background-color: #447ADD;
}
.BgClassName
{
background-color: #447ADD;
}
</style>
border-color css
<style>
span { border-color: #447ADD; }
span { border-color: rgb(68,122,221); }
td.TdClassName
{
border-color: #447ADD;
}
.TagClassName
{
border-color: #447ADD;
}
</style>