Shades of Royal Blue #445FD5
Tints of Royal Blue #445FD5
RGB
CMYK
RGB Variations
Color information
#445FD5 (or 0x445FD5) is known color: Royal Blue. HEX triplet: 44, 5F and D5. RGB value is (68,95,213). Sum of RGB (Red+Green+Blue) = 68+95+213=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #445FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445FD5 is #BBA02A. Grayscale: #636363. Windows color (decimal): -12296235 or 13983556. OLE color: 13983556.
HSL color Cylindrical-coordinate representation of color #445FD5: hue angle of 228.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #445FD5 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 95 | 213 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.16 |
| HSL | 228.83º | 0.63% | 0.55% | - |
| HSV(B) | 228.83º | 0.68% | 0.84% | - |
| XYZ | 18.49 | 14.22 | 64.72 | - |
| YUV | 100.38 | 191.55 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 213 | 0.68 | 0.55 | 0 | 0.16 | 228.83 | 0.63 | 0.55 |
| Hex | 44 | 5F | D5 | 44 | 37 | 0 | 10 | E5 | 3F | 37 |
| Octal | 104 | 137 | 325 | 104 | 67 | 0 | 20 | 345 | 77 | 67 |
| Binary | 1000100 | 1011111 | 11010101 | 1000100 | 110111 | 0 | 10000 | 11100101 | 111111 | 110111 |
Color Harmonies of #445FD5
Complementary color
Monochromatic Colors of #445FD5
Black with #445FD5
Text Example
Text Example
White with #445FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FD5; }
p { color: rgb(68,95,213); }
H1.HeaderClassName
{
color: #445FD5;
}
.AnyTagClassName
{
color: #445FD5;
}
</style>
background-color css
<style>
a { background-color: #445FD5; }
a { background-color: rgb(68,95,213); }
div.DivClassName
{
background-color: #445FD5;
}
.BgClassName
{
background-color: #445FD5;
}
</style>
border-color css
<style>
span { border-color: #445FD5; }
span { border-color: rgb(68,95,213); }
td.TdClassName
{
border-color: #445FD5;
}
.TagClassName
{
border-color: #445FD5;
}
</style>