Shades of Royal Blue #445DE2
Tints of Royal Blue #445DE2
RGB
CMYK
RGB Variations
Color information
#445DE2 (or 0x445DE2) is known color: Royal Blue. HEX triplet: 44, 5D and E2. RGB value is (68,93,226). Sum of RGB (Red+Green+Blue) = 68+93+226=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 226 (88.67% from 255 or 58.40% from 387); Max value from RGB is 226 - color contains mainly: blue. Hex color #445DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DE2 is #BBA21D. Grayscale: #646464. Windows color (decimal): -12296734 or 14835012. OLE color: 14835012.
HSL color Cylindrical-coordinate representation of color #445DE2: hue angle of 230.51º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445DE2 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 93 | 226 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.11 |
| HSL | 230.51º | 0.73% | 0.58% | - |
| HSV(B) | 230.51º | 0.7% | 0.89% | - |
| XYZ | 20.03 | 14.55 | 73.7 | - |
| YUV | 100.69 | 198.72 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 226 | 0.70 | 0.59 | 0 | 0.11 | 230.51 | 0.73 | 0.58 |
| Hex | 44 | 5D | E2 | 46 | 3B | 0 | B | E7 | 49 | 3A |
| Octal | 104 | 135 | 342 | 106 | 73 | 0 | 13 | 347 | 111 | 72 |
| Binary | 1000100 | 1011101 | 11100010 | 1000110 | 111011 | 0 | 1011 | 11100111 | 1001001 | 111010 |
Color Harmonies of #445DE2
Complementary color
Monochromatic Colors of #445DE2
Black with #445DE2
Text Example
Text Example
White with #445DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DE2; }
p { color: rgb(68,93,226); }
H1.HeaderClassName
{
color: #445DE2;
}
.AnyTagClassName
{
color: #445DE2;
}
</style>
background-color css
<style>
a { background-color: #445DE2; }
a { background-color: rgb(68,93,226); }
div.DivClassName
{
background-color: #445DE2;
}
.BgClassName
{
background-color: #445DE2;
}
</style>
border-color css
<style>
span { border-color: #445DE2; }
span { border-color: rgb(68,93,226); }
td.TdClassName
{
border-color: #445DE2;
}
.TagClassName
{
border-color: #445DE2;
}
</style>