Shades of Royal Blue #447ADC
Tints of Royal Blue #447ADC
RGB
CMYK
RGB Variations
Color information
#447ADC (or 0x447ADC) is known color: Royal Blue. HEX triplet: 44, 7A and DC. RGB value is (68,122,220). Sum of RGB (Red+Green+Blue) = 68+122+220=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #447ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ADC is #BB8523. Grayscale: #747474. Windows color (decimal): -12289316 or 14449220. OLE color: 14449220.
HSL color Cylindrical-coordinate representation of color #447ADC: hue angle of 218.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447ADC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 122 | 220 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.14 |
| HSL | 218.68º | 0.68% | 0.56% | - |
| HSV(B) | 218.68º | 0.69% | 0.86% | - |
| XYZ | 22.26 | 20.32 | 70.46 | - |
| YUV | 117.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 220 | 0.69 | 0.45 | 0 | 0.14 | 218.68 | 0.68 | 0.56 |
| Hex | 44 | 7A | DC | 45 | 2D | 0 | E | DB | 44 | 38 |
| Octal | 104 | 172 | 334 | 105 | 55 | 0 | 16 | 333 | 104 | 70 |
| Binary | 1000100 | 1111010 | 11011100 | 1000101 | 101101 | 0 | 1110 | 11011011 | 1000100 | 111000 |
Color Harmonies of #447ADC
Complementary color
Monochromatic Colors of #447ADC
Black with #447ADC
Text Example
Text Example
White with #447ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447ADC; }
p { color: rgb(68,122,220); }
H1.HeaderClassName
{
color: #447ADC;
}
.AnyTagClassName
{
color: #447ADC;
}
</style>
background-color css
<style>
a { background-color: #447ADC; }
a { background-color: rgb(68,122,220); }
div.DivClassName
{
background-color: #447ADC;
}
.BgClassName
{
background-color: #447ADC;
}
</style>
border-color css
<style>
span { border-color: #447ADC; }
span { border-color: rgb(68,122,220); }
td.TdClassName
{
border-color: #447ADC;
}
.TagClassName
{
border-color: #447ADC;
}
</style>