Shades of Royal Blue #445EE9
Tints of Royal Blue #445EE9
RGB
CMYK
RGB Variations
Color information
#445EE9 (or 0x445EE9) is known color: Royal Blue. HEX triplet: 44, 5E and E9. RGB value is (68,94,233). Sum of RGB (Red+Green+Blue) = 68+94+233=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #445EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EE9 is #BBA116. Grayscale: #656565. Windows color (decimal): -12296471 or 15294020. OLE color: 15294020.
HSL color Cylindrical-coordinate representation of color #445EE9: hue angle of 230.55º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445EE9 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 94 | 233 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.09 |
| HSL | 230.55º | 0.79% | 0.59% | - |
| HSV(B) | 230.55º | 0.71% | 0.91% | - |
| XYZ | 21.09 | 15.12 | 78.9 | - |
| YUV | 102.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 233 | 0.71 | 0.60 | 0 | 0.09 | 230.55 | 0.79 | 0.59 |
| Hex | 44 | 5E | E9 | 47 | 3C | 0 | 9 | E7 | 4F | 3B |
| Octal | 104 | 136 | 351 | 107 | 74 | 0 | 11 | 347 | 117 | 73 |
| Binary | 1000100 | 1011110 | 11101001 | 1000111 | 111100 | 0 | 1001 | 11100111 | 1001111 | 111011 |
Color Harmonies of #445EE9
Complementary color
Monochromatic Colors of #445EE9
Black with #445EE9
Text Example
Text Example
White with #445EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EE9; }
p { color: rgb(68,94,233); }
H1.HeaderClassName
{
color: #445EE9;
}
.AnyTagClassName
{
color: #445EE9;
}
</style>
background-color css
<style>
a { background-color: #445EE9; }
a { background-color: rgb(68,94,233); }
div.DivClassName
{
background-color: #445EE9;
}
.BgClassName
{
background-color: #445EE9;
}
</style>
border-color css
<style>
span { border-color: #445EE9; }
span { border-color: rgb(68,94,233); }
td.TdClassName
{
border-color: #445EE9;
}
.TagClassName
{
border-color: #445EE9;
}
</style>