Shades of Royal Blue #445BE6
Tints of Royal Blue #445BE6
RGB
CMYK
RGB Variations
Color information
#445BE6 (or 0x445BE6) is known color: Royal Blue. HEX triplet: 44, 5B and E6. RGB value is (68,91,230). Sum of RGB (Red+Green+Blue) = 68+91+230=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #445BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445BE6 is #BBA419. Grayscale: #636363. Windows color (decimal): -12297242 or 15096644. OLE color: 15096644.
HSL color Cylindrical-coordinate representation of color #445BE6: hue angle of 231.48º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445BE6 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 91 | 230 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.10 |
| HSL | 231.48º | 0.76% | 0.58% | - |
| HSV(B) | 231.48º | 0.7% | 0.9% | - |
| XYZ | 20.41 | 14.42 | 76.57 | - |
| YUV | 99.97 | 201.38 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 230 | 0.70 | 0.60 | 0 | 0.10 | 231.48 | 0.76 | 0.58 |
| Hex | 44 | 5B | E6 | 46 | 3C | 0 | A | E7 | 4C | 3A |
| Octal | 104 | 133 | 346 | 106 | 74 | 0 | 12 | 347 | 114 | 72 |
| Binary | 1000100 | 1011011 | 11100110 | 1000110 | 111100 | 0 | 1010 | 11100111 | 1001100 | 111010 |
Color Harmonies of #445BE6
Complementary color
Monochromatic Colors of #445BE6
Black with #445BE6
Text Example
Text Example
White with #445BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BE6; }
p { color: rgb(68,91,230); }
H1.HeaderClassName
{
color: #445BE6;
}
.AnyTagClassName
{
color: #445BE6;
}
</style>
background-color css
<style>
a { background-color: #445BE6; }
a { background-color: rgb(68,91,230); }
div.DivClassName
{
background-color: #445BE6;
}
.BgClassName
{
background-color: #445BE6;
}
</style>
border-color css
<style>
span { border-color: #445BE6; }
span { border-color: rgb(68,91,230); }
td.TdClassName
{
border-color: #445BE6;
}
.TagClassName
{
border-color: #445BE6;
}
</style>