Shades of Royal Blue #446EEF
Tints of Royal Blue #446EEF
RGB
CMYK
RGB Variations
Color information
#446EEF (or 0x446EEF) is known color: Royal Blue. HEX triplet: 44, 6E and EF. RGB value is (68,110,239). Sum of RGB (Red+Green+Blue) = 68+110+239=417 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.31% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #446EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #446EEF is #BB9110. Grayscale: #6F6F6F. Windows color (decimal): -12292369 or 15691332. OLE color: 15691332.
HSL color Cylindrical-coordinate representation of color #446EEF: hue angle of 225.26º degrees, saturation: 0.84, 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 #446EEF is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 110 | 239 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.06 |
| HSL | 225.26º | 0.84% | 0.6% | - |
| HSV(B) | 225.26º | 0.72% | 0.94% | - |
| XYZ | 23.54 | 18.61 | 84.01 | - |
| YUV | 112.15 | 199.59 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 110 | 239 | 0.72 | 0.54 | 0 | 0.06 | 225.26 | 0.84 | 0.6 |
| Hex | 44 | 6E | EF | 48 | 36 | 0 | 6 | E1 | 54 | 3C |
| Octal | 104 | 156 | 357 | 110 | 66 | 0 | 6 | 341 | 124 | 74 |
| Binary | 1000100 | 1101110 | 11101111 | 1001000 | 110110 | 0 | 110 | 11100001 | 1010100 | 111100 |
Color Harmonies of #446EEF
Complementary color
Monochromatic Colors of #446EEF
Black with #446EEF
Text Example
Text Example
White with #446EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446EEF; }
p { color: rgb(68,110,239); }
H1.HeaderClassName
{
color: #446EEF;
}
.AnyTagClassName
{
color: #446EEF;
}
</style>
background-color css
<style>
a { background-color: #446EEF; }
a { background-color: rgb(68,110,239); }
div.DivClassName
{
background-color: #446EEF;
}
.BgClassName
{
background-color: #446EEF;
}
</style>
border-color css
<style>
span { border-color: #446EEF; }
span { border-color: rgb(68,110,239); }
td.TdClassName
{
border-color: #446EEF;
}
.TagClassName
{
border-color: #446EEF;
}
</style>