Shades of Royal Blue #445EF1
Tints of Royal Blue #445EF1
RGB
CMYK
RGB Variations
Color information
#445EF1 (or 0x445EF1) is known color: Royal Blue. HEX triplet: 44, 5E and F1. RGB value is (68,94,241). Sum of RGB (Red+Green+Blue) = 68+94+241=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #445EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445EF1 is #BBA10E. Grayscale: #666666. Windows color (decimal): -12296463 or 15818308. OLE color: 15818308.
HSL color Cylindrical-coordinate representation of color #445EF1: hue angle of 230.98º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445EF1 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 94 | 241 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.05 |
| HSL | 230.98º | 0.86% | 0.61% | - |
| HSV(B) | 230.98º | 0.72% | 0.95% | - |
| XYZ | 22.26 | 15.59 | 85.05 | - |
| YUV | 102.98 | 205.89 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 241 | 0.72 | 0.61 | 0 | 0.05 | 230.98 | 0.86 | 0.61 |
| Hex | 44 | 5E | F1 | 48 | 3D | 0 | 5 | E7 | 56 | 3D |
| Octal | 104 | 136 | 361 | 110 | 75 | 0 | 5 | 347 | 126 | 75 |
| Binary | 1000100 | 1011110 | 11110001 | 1001000 | 111101 | 0 | 101 | 11100111 | 1010110 | 111101 |
Color Harmonies of #445EF1
Complementary color
Monochromatic Colors of #445EF1
Black with #445EF1
Text Example
Text Example
White with #445EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445EF1; }
p { color: rgb(68,94,241); }
H1.HeaderClassName
{
color: #445EF1;
}
.AnyTagClassName
{
color: #445EF1;
}
</style>
background-color css
<style>
a { background-color: #445EF1; }
a { background-color: rgb(68,94,241); }
div.DivClassName
{
background-color: #445EF1;
}
.BgClassName
{
background-color: #445EF1;
}
</style>
border-color css
<style>
span { border-color: #445EF1; }
span { border-color: rgb(68,94,241); }
td.TdClassName
{
border-color: #445EF1;
}
.TagClassName
{
border-color: #445EF1;
}
</style>