Shades of Royal Blue #447AD2
Tints of Royal Blue #447AD2
RGB
CMYK
RGB Variations
Color information
#447AD2 (or 0x447AD2) is known color: Royal Blue. HEX triplet: 44, 7A and D2. RGB value is (68,122,210). Sum of RGB (Red+Green+Blue) = 68+122+210=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 210 (82.42% from 255 or 52.5% from 400); Max value from RGB is 210 - color contains mainly: blue. Hex color #447AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AD2 is #BB852D. Grayscale: #737373. Windows color (decimal): -12289326 or 13793860. OLE color: 13793860.
HSL color Cylindrical-coordinate representation of color #447AD2: hue angle of 217.18º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #447AD2 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 122 | 210 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.18 |
| HSL | 217.18º | 0.61% | 0.55% | - |
| HSV(B) | 217.18º | 0.68% | 0.82% | - |
| XYZ | 20.98 | 19.8 | 63.69 | - |
| YUV | 115.89 | 181.11 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 210 | 0.68 | 0.42 | 0 | 0.18 | 217.18 | 0.61 | 0.55 |
| Hex | 44 | 7A | D2 | 44 | 2A | 0 | 12 | D9 | 3D | 37 |
| Octal | 104 | 172 | 322 | 104 | 52 | 0 | 22 | 331 | 75 | 67 |
| Binary | 1000100 | 1111010 | 11010010 | 1000100 | 101010 | 0 | 10010 | 11011001 | 111101 | 110111 |
Color Harmonies of #447AD2
Complementary color
Monochromatic Colors of #447AD2
Black with #447AD2
Text Example
Text Example
White with #447AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AD2; }
p { color: rgb(68,122,210); }
H1.HeaderClassName
{
color: #447AD2;
}
.AnyTagClassName
{
color: #447AD2;
}
</style>
background-color css
<style>
a { background-color: #447AD2; }
a { background-color: rgb(68,122,210); }
div.DivClassName
{
background-color: #447AD2;
}
.BgClassName
{
background-color: #447AD2;
}
</style>
border-color css
<style>
span { border-color: #447AD2; }
span { border-color: rgb(68,122,210); }
td.TdClassName
{
border-color: #447AD2;
}
.TagClassName
{
border-color: #447AD2;
}
</style>