Shades of Royal Blue #446FE0
Tints of Royal Blue #446FE0
RGB
CMYK
RGB Variations
Color information
#446FE0 (or 0x446FE0) is known color: Royal Blue. HEX triplet: 44, 6F and E0. RGB value is (68,111,224). Sum of RGB (Red+Green+Blue) = 68+111+224=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #446FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #446FE0 is #BB901F. Grayscale: #6E6E6E. Windows color (decimal): -12292128 or 14708548. OLE color: 14708548.
HSL color Cylindrical-coordinate representation of color #446FE0: hue angle of 223.46º 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 #446FE0 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 111 | 224 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.12 |
| HSL | 223.46º | 0.72% | 0.57% | - |
| HSV(B) | 223.46º | 0.7% | 0.88% | - |
| XYZ | 21.52 | 17.98 | 72.86 | - |
| YUV | 111.03 | 191.75 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 224 | 0.70 | 0.50 | 0 | 0.12 | 223.46 | 0.72 | 0.57 |
| Hex | 44 | 6F | E0 | 46 | 32 | 0 | C | DF | 48 | 39 |
| Octal | 104 | 157 | 340 | 106 | 62 | 0 | 14 | 337 | 110 | 71 |
| Binary | 1000100 | 1101111 | 11100000 | 1000110 | 110010 | 0 | 1100 | 11011111 | 1001000 | 111001 |
Color Harmonies of #446FE0
Complementary color
Monochromatic Colors of #446FE0
Black with #446FE0
Text Example
Text Example
White with #446FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FE0; }
p { color: rgb(68,111,224); }
H1.HeaderClassName
{
color: #446FE0;
}
.AnyTagClassName
{
color: #446FE0;
}
</style>
background-color css
<style>
a { background-color: #446FE0; }
a { background-color: rgb(68,111,224); }
div.DivClassName
{
background-color: #446FE0;
}
.BgClassName
{
background-color: #446FE0;
}
</style>
border-color css
<style>
span { border-color: #446FE0; }
span { border-color: rgb(68,111,224); }
td.TdClassName
{
border-color: #446FE0;
}
.TagClassName
{
border-color: #446FE0;
}
</style>