Shades of Royal Blue #447FE1
Tints of Royal Blue #447FE1
RGB
CMYK
RGB Variations
Color information
#447FE1 (or 0x447FE1) is known color: Royal Blue. HEX triplet: 44, 7F and E1. RGB value is (68,127,225). Sum of RGB (Red+Green+Blue) = 68+127+225=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #447FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FE1 is #BB801E. Grayscale: #787878. Windows color (decimal): -12288031 or 14778180. OLE color: 14778180.
HSL color Cylindrical-coordinate representation of color #447FE1: hue angle of 217.45º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #447FE1 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 127 | 225 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.12 |
| HSL | 217.45º | 0.72% | 0.57% | - |
| HSV(B) | 217.45º | 0.7% | 0.88% | - |
| XYZ | 23.56 | 21.84 | 74.21 | - |
| YUV | 120.53 | 186.95 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 225 | 0.70 | 0.44 | 0 | 0.12 | 217.45 | 0.72 | 0.57 |
| Hex | 44 | 7F | E1 | 46 | 2C | 0 | C | D9 | 48 | 39 |
| Octal | 104 | 177 | 341 | 106 | 54 | 0 | 14 | 331 | 110 | 71 |
| Binary | 1000100 | 1111111 | 11100001 | 1000110 | 101100 | 0 | 1100 | 11011001 | 1001000 | 111001 |
Color Harmonies of #447FE1
Complementary color
Monochromatic Colors of #447FE1
Black with #447FE1
Text Example
Text Example
White with #447FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FE1; }
p { color: rgb(68,127,225); }
H1.HeaderClassName
{
color: #447FE1;
}
.AnyTagClassName
{
color: #447FE1;
}
</style>
background-color css
<style>
a { background-color: #447FE1; }
a { background-color: rgb(68,127,225); }
div.DivClassName
{
background-color: #447FE1;
}
.BgClassName
{
background-color: #447FE1;
}
</style>
border-color css
<style>
span { border-color: #447FE1; }
span { border-color: rgb(68,127,225); }
td.TdClassName
{
border-color: #447FE1;
}
.TagClassName
{
border-color: #447FE1;
}
</style>