Shades of Royal Blue #445DD8
Tints of Royal Blue #445DD8
RGB
CMYK
RGB Variations
Color information
#445DD8 (or 0x445DD8) is known color: Royal Blue. HEX triplet: 44, 5D and D8. RGB value is (68,93,216). Sum of RGB (Red+Green+Blue) = 68+93+216=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 216 (84.77% from 255 or 57.29% from 377); Max value from RGB is 216 - color contains mainly: blue. Hex color #445DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DD8 is #BBA227. Grayscale: #636363. Windows color (decimal): -12296744 or 14179652. OLE color: 14179652.
HSL color Cylindrical-coordinate representation of color #445DD8: hue angle of 229.86º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445DD8 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 93 | 216 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.15 |
| HSL | 229.86º | 0.65% | 0.56% | - |
| HSV(B) | 229.86º | 0.69% | 0.85% | - |
| XYZ | 18.69 | 14.02 | 66.69 | - |
| YUV | 99.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 216 | 0.69 | 0.57 | 0 | 0.15 | 229.86 | 0.65 | 0.56 |
| Hex | 44 | 5D | D8 | 45 | 39 | 0 | F | E6 | 41 | 38 |
| Octal | 104 | 135 | 330 | 105 | 71 | 0 | 17 | 346 | 101 | 70 |
| Binary | 1000100 | 1011101 | 11011000 | 1000101 | 111001 | 0 | 1111 | 11100110 | 1000001 | 111000 |
Color Harmonies of #445DD8
Complementary color
Monochromatic Colors of #445DD8
Black with #445DD8
Text Example
Text Example
White with #445DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DD8; }
p { color: rgb(68,93,216); }
H1.HeaderClassName
{
color: #445DD8;
}
.AnyTagClassName
{
color: #445DD8;
}
</style>
background-color css
<style>
a { background-color: #445DD8; }
a { background-color: rgb(68,93,216); }
div.DivClassName
{
background-color: #445DD8;
}
.BgClassName
{
background-color: #445DD8;
}
</style>
border-color css
<style>
span { border-color: #445DD8; }
span { border-color: rgb(68,93,216); }
td.TdClassName
{
border-color: #445DD8;
}
.TagClassName
{
border-color: #445DD8;
}
</style>