Shades of Royal Blue #447CDC
Tints of Royal Blue #447CDC
RGB
CMYK
RGB Variations
Color information
#447CDC (or 0x447CDC) is known color: Royal Blue. HEX triplet: 44, 7C and DC. RGB value is (68,124,220). Sum of RGB (Red+Green+Blue) = 68+124+220=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #447CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CDC is #BB8323. Grayscale: #757575. Windows color (decimal): -12288804 or 14449732. OLE color: 14449732.
HSL color Cylindrical-coordinate representation of color #447CDC: hue angle of 217.89º 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 #447CDC is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 124 | 220 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.14 |
| HSL | 217.89º | 0.68% | 0.56% | - |
| HSV(B) | 217.89º | 0.69% | 0.86% | - |
| XYZ | 22.51 | 20.81 | 70.54 | - |
| YUV | 118.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 220 | 0.69 | 0.44 | 0 | 0.14 | 217.89 | 0.68 | 0.56 |
| Hex | 44 | 7C | DC | 45 | 2C | 0 | E | DA | 44 | 38 |
| Octal | 104 | 174 | 334 | 105 | 54 | 0 | 16 | 332 | 104 | 70 |
| Binary | 1000100 | 1111100 | 11011100 | 1000101 | 101100 | 0 | 1110 | 11011010 | 1000100 | 111000 |
Color Harmonies of #447CDC
Complementary color
Monochromatic Colors of #447CDC
Black with #447CDC
Text Example
Text Example
White with #447CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447CDC; }
p { color: rgb(68,124,220); }
H1.HeaderClassName
{
color: #447CDC;
}
.AnyTagClassName
{
color: #447CDC;
}
</style>
background-color css
<style>
a { background-color: #447CDC; }
a { background-color: rgb(68,124,220); }
div.DivClassName
{
background-color: #447CDC;
}
.BgClassName
{
background-color: #447CDC;
}
</style>
border-color css
<style>
span { border-color: #447CDC; }
span { border-color: rgb(68,124,220); }
td.TdClassName
{
border-color: #447CDC;
}
.TagClassName
{
border-color: #447CDC;
}
</style>