Shades of Royal Blue #445ADD
Tints of Royal Blue #445ADD
RGB
CMYK
RGB Variations
Color information
#445ADD (or 0x445ADD) is known color: Royal Blue. HEX triplet: 44, 5A and DD. RGB value is (68,90,221). Sum of RGB (Red+Green+Blue) = 68+90+221=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #445ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ADD is #BBA522. Grayscale: #616161. Windows color (decimal): -12297507 or 14506564. OLE color: 14506564.
HSL color Cylindrical-coordinate representation of color #445ADD: hue angle of 231.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445ADD is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 90 | 221 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.13 |
| HSL | 231.37º | 0.69% | 0.57% | - |
| HSV(B) | 231.37º | 0.69% | 0.87% | - |
| XYZ | 19.09 | 13.76 | 70.06 | - |
| YUV | 98.36 | 197.21 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 221 | 0.69 | 0.59 | 0 | 0.13 | 231.37 | 0.69 | 0.57 |
| Hex | 44 | 5A | DD | 45 | 3B | 0 | D | E7 | 45 | 39 |
| Octal | 104 | 132 | 335 | 105 | 73 | 0 | 15 | 347 | 105 | 71 |
| Binary | 1000100 | 1011010 | 11011101 | 1000101 | 111011 | 0 | 1101 | 11100111 | 1000101 | 111001 |
Color Harmonies of #445ADD
Complementary color
Monochromatic Colors of #445ADD
Black with #445ADD
Text Example
Text Example
White with #445ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445ADD; }
p { color: rgb(68,90,221); }
H1.HeaderClassName
{
color: #445ADD;
}
.AnyTagClassName
{
color: #445ADD;
}
</style>
background-color css
<style>
a { background-color: #445ADD; }
a { background-color: rgb(68,90,221); }
div.DivClassName
{
background-color: #445ADD;
}
.BgClassName
{
background-color: #445ADD;
}
</style>
border-color css
<style>
span { border-color: #445ADD; }
span { border-color: rgb(68,90,221); }
td.TdClassName
{
border-color: #445ADD;
}
.TagClassName
{
border-color: #445ADD;
}
</style>