Shades of Royal Blue #446FF0
Tints of Royal Blue #446FF0
RGB
CMYK
RGB Variations
Color information
#446FF0 (or 0x446FF0) is known color: Royal Blue. HEX triplet: 44, 6F and F0. RGB value is (68,111,240). Sum of RGB (Red+Green+Blue) = 68+111+240=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #446FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446FF0 is #BB900F. Grayscale: #707070. Windows color (decimal): -12292112 or 15757124. OLE color: 15757124.
HSL color Cylindrical-coordinate representation of color #446FF0: hue angle of 225º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #446FF0 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 111 | 240 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.06 |
| HSL | 225º | 0.85% | 0.6% | - |
| HSV(B) | 225º | 0.72% | 0.94% | - |
| XYZ | 23.8 | 18.89 | 84.83 | - |
| YUV | 112.85 | 199.75 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 240 | 0.72 | 0.54 | 0 | 0.06 | 225 | 0.85 | 0.6 |
| Hex | 44 | 6F | F0 | 48 | 36 | 0 | 6 | E1 | 55 | 3C |
| Octal | 104 | 157 | 360 | 110 | 66 | 0 | 6 | 341 | 125 | 74 |
| Binary | 1000100 | 1101111 | 11110000 | 1001000 | 110110 | 0 | 110 | 11100001 | 1010101 | 111100 |
Color Harmonies of #446FF0
Complementary color
Monochromatic Colors of #446FF0
Black with #446FF0
Text Example
Text Example
White with #446FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446FF0; }
p { color: rgb(68,111,240); }
H1.HeaderClassName
{
color: #446FF0;
}
.AnyTagClassName
{
color: #446FF0;
}
</style>
background-color css
<style>
a { background-color: #446FF0; }
a { background-color: rgb(68,111,240); }
div.DivClassName
{
background-color: #446FF0;
}
.BgClassName
{
background-color: #446FF0;
}
</style>
border-color css
<style>
span { border-color: #446FF0; }
span { border-color: rgb(68,111,240); }
td.TdClassName
{
border-color: #446FF0;
}
.TagClassName
{
border-color: #446FF0;
}
</style>