Shades of Royal Blue #447FE0
Tints of Royal Blue #447FE0
RGB
CMYK
RGB Variations
Color information
#447FE0 (or 0x447FE0) is known color: Royal Blue. HEX triplet: 44, 7F and E0. RGB value is (68,127,224). Sum of RGB (Red+Green+Blue) = 68+127+224=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #447FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FE0 is #BB801F. Grayscale: #777777. Windows color (decimal): -12288032 or 14712644. OLE color: 14712644.
HSL color Cylindrical-coordinate representation of color #447FE0: hue angle of 217.31º 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 #447FE0 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 127 | 224 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.12 |
| HSL | 217.31º | 0.72% | 0.57% | - |
| HSV(B) | 217.31º | 0.7% | 0.88% | - |
| XYZ | 23.43 | 21.79 | 73.49 | - |
| YUV | 120.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 224 | 0.70 | 0.43 | 0 | 0.12 | 217.31 | 0.72 | 0.57 |
| Hex | 44 | 7F | E0 | 46 | 2B | 0 | C | D9 | 48 | 39 |
| Octal | 104 | 177 | 340 | 106 | 53 | 0 | 14 | 331 | 110 | 71 |
| Binary | 1000100 | 1111111 | 11100000 | 1000110 | 101011 | 0 | 1100 | 11011001 | 1001000 | 111001 |
Color Harmonies of #447FE0
Complementary color
Monochromatic Colors of #447FE0
Black with #447FE0
Text Example
Text Example
White with #447FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447FE0; }
p { color: rgb(68,127,224); }
H1.HeaderClassName
{
color: #447FE0;
}
.AnyTagClassName
{
color: #447FE0;
}
</style>
background-color css
<style>
a { background-color: #447FE0; }
a { background-color: rgb(68,127,224); }
div.DivClassName
{
background-color: #447FE0;
}
.BgClassName
{
background-color: #447FE0;
}
</style>
border-color css
<style>
span { border-color: #447FE0; }
span { border-color: rgb(68,127,224); }
td.TdClassName
{
border-color: #447FE0;
}
.TagClassName
{
border-color: #447FE0;
}
</style>