Shades of Royal Blue #447ADE
Tints of Royal Blue #447ADE
RGB
CMYK
RGB Variations
Color information
#447ADE (or 0x447ADE) is known color: Royal Blue. HEX triplet: 44, 7A and DE. RGB value is (68,122,222). Sum of RGB (Red+Green+Blue) = 68+122+222=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #447ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ADE is #BB8521. Grayscale: #747474. Windows color (decimal): -12289314 or 14580292. OLE color: 14580292.
HSL color Cylindrical-coordinate representation of color #447ADE: hue angle of 218.96º degrees, saturation: 0.7, 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 #447ADE is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 122 | 222 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.13 |
| HSL | 218.96º | 0.7% | 0.57% | - |
| HSV(B) | 218.96º | 0.69% | 0.87% | - |
| XYZ | 22.53 | 20.42 | 71.86 | - |
| YUV | 117.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 222 | 0.69 | 0.45 | 0 | 0.13 | 218.96 | 0.7 | 0.57 |
| Hex | 44 | 7A | DE | 45 | 2D | 0 | D | DB | 46 | 39 |
| Octal | 104 | 172 | 336 | 105 | 55 | 0 | 15 | 333 | 106 | 71 |
| Binary | 1000100 | 1111010 | 11011110 | 1000101 | 101101 | 0 | 1101 | 11011011 | 1000110 | 111001 |
Color Harmonies of #447ADE
Complementary color
Monochromatic Colors of #447ADE
Black with #447ADE
Text Example
Text Example
White with #447ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447ADE; }
p { color: rgb(68,122,222); }
H1.HeaderClassName
{
color: #447ADE;
}
.AnyTagClassName
{
color: #447ADE;
}
</style>
background-color css
<style>
a { background-color: #447ADE; }
a { background-color: rgb(68,122,222); }
div.DivClassName
{
background-color: #447ADE;
}
.BgClassName
{
background-color: #447ADE;
}
</style>
border-color css
<style>
span { border-color: #447ADE; }
span { border-color: rgb(68,122,222); }
td.TdClassName
{
border-color: #447ADE;
}
.TagClassName
{
border-color: #447ADE;
}
</style>