Shades of Royal Blue #445EF5
Tints of Royal Blue #445EF5
RGB
CMYK
RGB Variations
Color information
#445EF5 (or 0x445EF5) is known color: Royal Blue. HEX triplet: 44, 5E and F5. RGB value is (68,94,245). Sum of RGB (Red+Green+Blue) = 68+94+245=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 245 (96.09% from 255 or 60.20% from 407); Max value from RGB is 245 - color contains mainly: blue. Hex color #445EF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EF5 is #BBA10A. Grayscale: #666666. Windows color (decimal): -12296459 or 16080452. OLE color: 16080452.
HSL color Cylindrical-coordinate representation of color #445EF5: hue angle of 231.19º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445EF5 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 94 | 245 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.04 |
| HSL | 231.19º | 0.9% | 0.61% | - |
| HSV(B) | 231.19º | 0.72% | 0.96% | - |
| XYZ | 22.87 | 15.83 | 88.24 | - |
| YUV | 103.44 | 207.89 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 245 | 0.72 | 0.62 | 0 | 0.04 | 231.19 | 0.9 | 0.61 |
| Hex | 44 | 5E | F5 | 48 | 3E | 0 | 4 | E7 | 5A | 3D |
| Octal | 104 | 136 | 365 | 110 | 76 | 0 | 4 | 347 | 132 | 75 |
| Binary | 1000100 | 1011110 | 11110101 | 1001000 | 111110 | 0 | 100 | 11100111 | 1011010 | 111101 |
Color Harmonies of #445EF5
Complementary color
Monochromatic Colors of #445EF5
Black with #445EF5
Text Example
Text Example
White with #445EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EF5; }
p { color: rgb(68,94,245); }
H1.HeaderClassName
{
color: #445EF5;
}
.AnyTagClassName
{
color: #445EF5;
}
</style>
background-color css
<style>
a { background-color: #445EF5; }
a { background-color: rgb(68,94,245); }
div.DivClassName
{
background-color: #445EF5;
}
.BgClassName
{
background-color: #445EF5;
}
</style>
border-color css
<style>
span { border-color: #445EF5; }
span { border-color: rgb(68,94,245); }
td.TdClassName
{
border-color: #445EF5;
}
.TagClassName
{
border-color: #445EF5;
}
</style>