Shades of Royal Blue #447EE0
Tints of Royal Blue #447EE0
RGB
CMYK
RGB Variations
Color information
#447EE0 (or 0x447EE0) is known color: Royal Blue. HEX triplet: 44, 7E and E0. RGB value is (68,126,224). Sum of RGB (Red+Green+Blue) = 68+126+224=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #447EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EE0 is #BB811F. Grayscale: #777777. Windows color (decimal): -12288288 or 14712388. OLE color: 14712388.
HSL color Cylindrical-coordinate representation of color #447EE0: hue angle of 217.69º 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 #447EE0 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 126 | 224 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.12 |
| HSL | 217.69º | 0.72% | 0.57% | - |
| HSV(B) | 217.69º | 0.7% | 0.88% | - |
| XYZ | 23.3 | 21.53 | 73.45 | - |
| YUV | 119.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 224 | 0.70 | 0.44 | 0 | 0.12 | 217.69 | 0.72 | 0.57 |
| Hex | 44 | 7E | E0 | 46 | 2C | 0 | C | DA | 48 | 39 |
| Octal | 104 | 176 | 340 | 106 | 54 | 0 | 14 | 332 | 110 | 71 |
| Binary | 1000100 | 1111110 | 11100000 | 1000110 | 101100 | 0 | 1100 | 11011010 | 1001000 | 111001 |
Color Harmonies of #447EE0
Complementary color
Monochromatic Colors of #447EE0
Black with #447EE0
Text Example
Text Example
White with #447EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EE0; }
p { color: rgb(68,126,224); }
H1.HeaderClassName
{
color: #447EE0;
}
.AnyTagClassName
{
color: #447EE0;
}
</style>
background-color css
<style>
a { background-color: #447EE0; }
a { background-color: rgb(68,126,224); }
div.DivClassName
{
background-color: #447EE0;
}
.BgClassName
{
background-color: #447EE0;
}
</style>
border-color css
<style>
span { border-color: #447EE0; }
span { border-color: rgb(68,126,224); }
td.TdClassName
{
border-color: #447EE0;
}
.TagClassName
{
border-color: #447EE0;
}
</style>