Shades of Royal Blue #447AD8
Tints of Royal Blue #447AD8
RGB
CMYK
RGB Variations
Color information
#447AD8 (or 0x447AD8) is known color: Royal Blue. HEX triplet: 44, 7A and D8. RGB value is (68,122,216). Sum of RGB (Red+Green+Blue) = 68+122+216=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 216 (84.77% from 255 or 53.20% from 406); Max value from RGB is 216 - color contains mainly: blue. Hex color #447AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AD8 is #BB8527. Grayscale: #747474. Windows color (decimal): -12289320 or 14187076. OLE color: 14187076.
HSL color Cylindrical-coordinate representation of color #447AD8: hue angle of 218.11º degrees, saturation: 0.65, 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 #447AD8 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 122 | 216 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.15 |
| HSL | 218.11º | 0.65% | 0.56% | - |
| HSV(B) | 218.11º | 0.69% | 0.85% | - |
| XYZ | 21.74 | 20.11 | 67.7 | - |
| YUV | 116.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 216 | 0.69 | 0.44 | 0 | 0.15 | 218.11 | 0.65 | 0.56 |
| Hex | 44 | 7A | D8 | 45 | 2C | 0 | F | DA | 41 | 38 |
| Octal | 104 | 172 | 330 | 105 | 54 | 0 | 17 | 332 | 101 | 70 |
| Binary | 1000100 | 1111010 | 11011000 | 1000101 | 101100 | 0 | 1111 | 11011010 | 1000001 | 111000 |
Color Harmonies of #447AD8
Complementary color
Monochromatic Colors of #447AD8
Black with #447AD8
Text Example
Text Example
White with #447AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447AD8; }
p { color: rgb(68,122,216); }
H1.HeaderClassName
{
color: #447AD8;
}
.AnyTagClassName
{
color: #447AD8;
}
</style>
background-color css
<style>
a { background-color: #447AD8; }
a { background-color: rgb(68,122,216); }
div.DivClassName
{
background-color: #447AD8;
}
.BgClassName
{
background-color: #447AD8;
}
</style>
border-color css
<style>
span { border-color: #447AD8; }
span { border-color: rgb(68,122,216); }
td.TdClassName
{
border-color: #447AD8;
}
.TagClassName
{
border-color: #447AD8;
}
</style>