Shades of Royal Blue #447EE6
Tints of Royal Blue #447EE6
RGB
CMYK
RGB Variations
Color information
#447EE6 (or 0x447EE6) is known color: Royal Blue. HEX triplet: 44, 7E and E6. RGB value is (68,126,230). Sum of RGB (Red+Green+Blue) = 68+126+230=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #447EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447EE6 is #BB8119. Grayscale: #787878. Windows color (decimal): -12288282 or 15105604. OLE color: 15105604.
HSL color Cylindrical-coordinate representation of color #447EE6: hue angle of 218.52º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #447EE6 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 126 | 230 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.10 |
| HSL | 218.52º | 0.76% | 0.58% | - |
| HSV(B) | 218.52º | 0.7% | 0.9% | - |
| XYZ | 24.13 | 21.86 | 77.81 | - |
| YUV | 120.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 230 | 0.70 | 0.45 | 0 | 0.10 | 218.52 | 0.76 | 0.58 |
| Hex | 44 | 7E | E6 | 46 | 2D | 0 | A | DB | 4C | 3A |
| Octal | 104 | 176 | 346 | 106 | 55 | 0 | 12 | 333 | 114 | 72 |
| Binary | 1000100 | 1111110 | 11100110 | 1000110 | 101101 | 0 | 1010 | 11011011 | 1001100 | 111010 |
Color Harmonies of #447EE6
Complementary color
Monochromatic Colors of #447EE6
Black with #447EE6
Text Example
Text Example
White with #447EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447EE6; }
p { color: rgb(68,126,230); }
H1.HeaderClassName
{
color: #447EE6;
}
.AnyTagClassName
{
color: #447EE6;
}
</style>
background-color css
<style>
a { background-color: #447EE6; }
a { background-color: rgb(68,126,230); }
div.DivClassName
{
background-color: #447EE6;
}
.BgClassName
{
background-color: #447EE6;
}
</style>
border-color css
<style>
span { border-color: #447EE6; }
span { border-color: rgb(68,126,230); }
td.TdClassName
{
border-color: #447EE6;
}
.TagClassName
{
border-color: #447EE6;
}
</style>