Shades of Royal Blue #445DD6
Tints of Royal Blue #445DD6
RGB
CMYK
RGB Variations
Color information
#445DD6 (or 0x445DD6) is known color: Royal Blue. HEX triplet: 44, 5D and D6. RGB value is (68,93,214). Sum of RGB (Red+Green+Blue) = 68+93+214=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #445DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DD6 is #BBA229. Grayscale: #626262. Windows color (decimal): -12296746 or 14048580. OLE color: 14048580.
HSL color Cylindrical-coordinate representation of color #445DD6: hue angle of 229.73º degrees, saturation: 0.64, 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 #445DD6 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 93 | 214 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.16 |
| HSL | 229.73º | 0.64% | 0.55% | - |
| HSV(B) | 229.73º | 0.68% | 0.84% | - |
| XYZ | 18.44 | 13.91 | 65.33 | - |
| YUV | 99.32 | 192.72 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 214 | 0.68 | 0.57 | 0 | 0.16 | 229.73 | 0.64 | 0.55 |
| Hex | 44 | 5D | D6 | 44 | 39 | 0 | 10 | E6 | 40 | 37 |
| Octal | 104 | 135 | 326 | 104 | 71 | 0 | 20 | 346 | 100 | 67 |
| Binary | 1000100 | 1011101 | 11010110 | 1000100 | 111001 | 0 | 10000 | 11100110 | 1000000 | 110111 |
Color Harmonies of #445DD6
Complementary color
Monochromatic Colors of #445DD6
Black with #445DD6
Text Example
Text Example
White with #445DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DD6; }
p { color: rgb(68,93,214); }
H1.HeaderClassName
{
color: #445DD6;
}
.AnyTagClassName
{
color: #445DD6;
}
</style>
background-color css
<style>
a { background-color: #445DD6; }
a { background-color: rgb(68,93,214); }
div.DivClassName
{
background-color: #445DD6;
}
.BgClassName
{
background-color: #445DD6;
}
</style>
border-color css
<style>
span { border-color: #445DD6; }
span { border-color: rgb(68,93,214); }
td.TdClassName
{
border-color: #445DD6;
}
.TagClassName
{
border-color: #445DD6;
}
</style>