Shades of Royal Blue #445DDC
Tints of Royal Blue #445DDC
RGB
CMYK
RGB Variations
Color information
#445DDC (or 0x445DDC) is known color: Royal Blue. HEX triplet: 44, 5D and DC. RGB value is (68,93,220). Sum of RGB (Red+Green+Blue) = 68+93+220=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #445DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DDC is #BBA223. Grayscale: #636363. Windows color (decimal): -12296740 or 14441796. OLE color: 14441796.
HSL color Cylindrical-coordinate representation of color #445DDC: hue angle of 230.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #445DDC is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 93 | 220 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.14 |
| HSL | 230.13º | 0.68% | 0.56% | - |
| HSV(B) | 230.13º | 0.69% | 0.86% | - |
| XYZ | 19.22 | 14.22 | 69.44 | - |
| YUV | 100 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 220 | 0.69 | 0.58 | 0 | 0.14 | 230.13 | 0.68 | 0.56 |
| Hex | 44 | 5D | DC | 45 | 3A | 0 | E | E6 | 44 | 38 |
| Octal | 104 | 135 | 334 | 105 | 72 | 0 | 16 | 346 | 104 | 70 |
| Binary | 1000100 | 1011101 | 11011100 | 1000101 | 111010 | 0 | 1110 | 11100110 | 1000100 | 111000 |
Color Harmonies of #445DDC
Complementary color
Monochromatic Colors of #445DDC
Black with #445DDC
Text Example
Text Example
White with #445DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DDC; }
p { color: rgb(68,93,220); }
H1.HeaderClassName
{
color: #445DDC;
}
.AnyTagClassName
{
color: #445DDC;
}
</style>
background-color css
<style>
a { background-color: #445DDC; }
a { background-color: rgb(68,93,220); }
div.DivClassName
{
background-color: #445DDC;
}
.BgClassName
{
background-color: #445DDC;
}
</style>
border-color css
<style>
span { border-color: #445DDC; }
span { border-color: rgb(68,93,220); }
td.TdClassName
{
border-color: #445DDC;
}
.TagClassName
{
border-color: #445DDC;
}
</style>