Shades of Royal Blue #447DDC
Tints of Royal Blue #447DDC
RGB
CMYK
RGB Variations
Color information
#447DDC (or 0x447DDC) is known color: Royal Blue. HEX triplet: 44, 7D and DC. RGB value is (68,125,220). Sum of RGB (Red+Green+Blue) = 68+125+220=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #447DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DDC is #BB8223. Grayscale: #767676. Windows color (decimal): -12288548 or 14449988. OLE color: 14449988.
HSL color Cylindrical-coordinate representation of color #447DDC: hue angle of 217.5º 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 #447DDC is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 125 | 220 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.14 |
| HSL | 217.5º | 0.68% | 0.56% | - |
| HSV(B) | 217.5º | 0.69% | 0.86% | - |
| XYZ | 22.64 | 21.06 | 70.58 | - |
| YUV | 118.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 220 | 0.69 | 0.43 | 0 | 0.14 | 217.5 | 0.68 | 0.56 |
| Hex | 44 | 7D | DC | 45 | 2B | 0 | E | DA | 44 | 38 |
| Octal | 104 | 175 | 334 | 105 | 53 | 0 | 16 | 332 | 104 | 70 |
| Binary | 1000100 | 1111101 | 11011100 | 1000101 | 101011 | 0 | 1110 | 11011010 | 1000100 | 111000 |
Color Harmonies of #447DDC
Complementary color
Monochromatic Colors of #447DDC
Black with #447DDC
Text Example
Text Example
White with #447DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DDC; }
p { color: rgb(68,125,220); }
H1.HeaderClassName
{
color: #447DDC;
}
.AnyTagClassName
{
color: #447DDC;
}
</style>
background-color css
<style>
a { background-color: #447DDC; }
a { background-color: rgb(68,125,220); }
div.DivClassName
{
background-color: #447DDC;
}
.BgClassName
{
background-color: #447DDC;
}
</style>
border-color css
<style>
span { border-color: #447DDC; }
span { border-color: rgb(68,125,220); }
td.TdClassName
{
border-color: #447DDC;
}
.TagClassName
{
border-color: #447DDC;
}
</style>