Shades of Royal Blue #445BEC
Tints of Royal Blue #445BEC
RGB
CMYK
RGB Variations
Color information
#445BEC (or 0x445BEC) is known color: Royal Blue. HEX triplet: 44, 5B and EC. RGB value is (68,91,236). Sum of RGB (Red+Green+Blue) = 68+91+236=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #445BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445BEC is #BBA413. Grayscale: #646464. Windows color (decimal): -12297236 or 15489860. OLE color: 15489860.
HSL color Cylindrical-coordinate representation of color #445BEC: hue angle of 231.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445BEC is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 91 | 236 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.07 |
| HSL | 231.79º | 0.82% | 0.6% | - |
| HSV(B) | 231.79º | 0.71% | 0.93% | - |
| XYZ | 21.27 | 14.77 | 81.09 | - |
| YUV | 100.65 | 204.38 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 236 | 0.71 | 0.61 | 0 | 0.07 | 231.79 | 0.82 | 0.6 |
| Hex | 44 | 5B | EC | 47 | 3D | 0 | 7 | E8 | 52 | 3C |
| Octal | 104 | 133 | 354 | 107 | 75 | 0 | 7 | 350 | 122 | 74 |
| Binary | 1000100 | 1011011 | 11101100 | 1000111 | 111101 | 0 | 111 | 11101000 | 1010010 | 111100 |
Color Harmonies of #445BEC
Complementary color
Monochromatic Colors of #445BEC
Black with #445BEC
Text Example
Text Example
White with #445BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BEC; }
p { color: rgb(68,91,236); }
H1.HeaderClassName
{
color: #445BEC;
}
.AnyTagClassName
{
color: #445BEC;
}
</style>
background-color css
<style>
a { background-color: #445BEC; }
a { background-color: rgb(68,91,236); }
div.DivClassName
{
background-color: #445BEC;
}
.BgClassName
{
background-color: #445BEC;
}
</style>
border-color css
<style>
span { border-color: #445BEC; }
span { border-color: rgb(68,91,236); }
td.TdClassName
{
border-color: #445BEC;
}
.TagClassName
{
border-color: #445BEC;
}
</style>