Shades of Royal Blue #447DEC
Tints of Royal Blue #447DEC
RGB
CMYK
RGB Variations
Color information
#447DEC (or 0x447DEC) is known color: Royal Blue. HEX triplet: 44, 7D and EC. RGB value is (68,125,236). Sum of RGB (Red+Green+Blue) = 68+125+236=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #447DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447DEC is #BB8213. Grayscale: #787878. Windows color (decimal): -12288532 or 15498564. OLE color: 15498564.
HSL color Cylindrical-coordinate representation of color #447DEC: hue angle of 219.64º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #447DEC is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 125 | 236 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.07 |
| HSL | 219.64º | 0.82% | 0.6% | - |
| HSV(B) | 219.64º | 0.71% | 0.93% | - |
| XYZ | 24.86 | 21.95 | 82.28 | - |
| YUV | 120.61 | 193.12 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 236 | 0.71 | 0.47 | 0 | 0.07 | 219.64 | 0.82 | 0.6 |
| Hex | 44 | 7D | EC | 47 | 2F | 0 | 7 | DC | 52 | 3C |
| Octal | 104 | 175 | 354 | 107 | 57 | 0 | 7 | 334 | 122 | 74 |
| Binary | 1000100 | 1111101 | 11101100 | 1000111 | 101111 | 0 | 111 | 11011100 | 1010010 | 111100 |
Color Harmonies of #447DEC
Complementary color
Monochromatic Colors of #447DEC
Black with #447DEC
Text Example
Text Example
White with #447DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DEC; }
p { color: rgb(68,125,236); }
H1.HeaderClassName
{
color: #447DEC;
}
.AnyTagClassName
{
color: #447DEC;
}
</style>
background-color css
<style>
a { background-color: #447DEC; }
a { background-color: rgb(68,125,236); }
div.DivClassName
{
background-color: #447DEC;
}
.BgClassName
{
background-color: #447DEC;
}
</style>
border-color css
<style>
span { border-color: #447DEC; }
span { border-color: rgb(68,125,236); }
td.TdClassName
{
border-color: #447DEC;
}
.TagClassName
{
border-color: #447DEC;
}
</style>