Shades of Royal Blue #445EE6
Tints of Royal Blue #445EE6
RGB
CMYK
RGB Variations
Color information
#445EE6 (or 0x445EE6) is known color: Royal Blue. HEX triplet: 44, 5E and E6. RGB value is (68,94,230). Sum of RGB (Red+Green+Blue) = 68+94+230=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #445EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EE6 is #BBA119. Grayscale: #656565. Windows color (decimal): -12296474 or 15097412. OLE color: 15097412.
HSL color Cylindrical-coordinate representation of color #445EE6: hue angle of 230.37º 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 #445EE6 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 94 | 230 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.10 |
| HSL | 230.37º | 0.76% | 0.58% | - |
| HSV(B) | 230.37º | 0.7% | 0.9% | - |
| XYZ | 20.67 | 14.95 | 76.66 | - |
| YUV | 101.73 | 200.39 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 230 | 0.70 | 0.59 | 0 | 0.10 | 230.37 | 0.76 | 0.58 |
| Hex | 44 | 5E | E6 | 46 | 3B | 0 | A | E6 | 4C | 3A |
| Octal | 104 | 136 | 346 | 106 | 73 | 0 | 12 | 346 | 114 | 72 |
| Binary | 1000100 | 1011110 | 11100110 | 1000110 | 111011 | 0 | 1010 | 11100110 | 1001100 | 111010 |
Color Harmonies of #445EE6
Complementary color
Monochromatic Colors of #445EE6
Black with #445EE6
Text Example
Text Example
White with #445EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EE6; }
p { color: rgb(68,94,230); }
H1.HeaderClassName
{
color: #445EE6;
}
.AnyTagClassName
{
color: #445EE6;
}
</style>
background-color css
<style>
a { background-color: #445EE6; }
a { background-color: rgb(68,94,230); }
div.DivClassName
{
background-color: #445EE6;
}
.BgClassName
{
background-color: #445EE6;
}
</style>
border-color css
<style>
span { border-color: #445EE6; }
span { border-color: rgb(68,94,230); }
td.TdClassName
{
border-color: #445EE6;
}
.TagClassName
{
border-color: #445EE6;
}
</style>