Shades of Royal Blue #445BDC
Tints of Royal Blue #445BDC
RGB
CMYK
RGB Variations
Color information
#445BDC (or 0x445BDC) is known color: Royal Blue. HEX triplet: 44, 5B and DC. RGB value is (68,91,220). Sum of RGB (Red+Green+Blue) = 68+91+220=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #445BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BDC is #BBA423. Grayscale: #626262. Windows color (decimal): -12297252 or 14441284. OLE color: 14441284.
HSL color Cylindrical-coordinate representation of color #445BDC: hue angle of 230.92º 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 #445BDC is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 91 | 220 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.14 |
| HSL | 230.92º | 0.68% | 0.56% | - |
| HSV(B) | 230.92º | 0.69% | 0.86% | - |
| XYZ | 19.04 | 13.88 | 69.39 | - |
| YUV | 98.83 | 196.38 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 220 | 0.69 | 0.59 | 0 | 0.14 | 230.92 | 0.68 | 0.56 |
| Hex | 44 | 5B | DC | 45 | 3B | 0 | E | E7 | 44 | 38 |
| Octal | 104 | 133 | 334 | 105 | 73 | 0 | 16 | 347 | 104 | 70 |
| Binary | 1000100 | 1011011 | 11011100 | 1000101 | 111011 | 0 | 1110 | 11100111 | 1000100 | 111000 |
Color Harmonies of #445BDC
Complementary color
Monochromatic Colors of #445BDC
Black with #445BDC
Text Example
Text Example
White with #445BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BDC; }
p { color: rgb(68,91,220); }
H1.HeaderClassName
{
color: #445BDC;
}
.AnyTagClassName
{
color: #445BDC;
}
</style>
background-color css
<style>
a { background-color: #445BDC; }
a { background-color: rgb(68,91,220); }
div.DivClassName
{
background-color: #445BDC;
}
.BgClassName
{
background-color: #445BDC;
}
</style>
border-color css
<style>
span { border-color: #445BDC; }
span { border-color: rgb(68,91,220); }
td.TdClassName
{
border-color: #445BDC;
}
.TagClassName
{
border-color: #445BDC;
}
</style>