Shades of Royal Blue #445BE7
Tints of Royal Blue #445BE7
RGB
CMYK
RGB Variations
Color information
#445BE7 (or 0x445BE7) is known color: Royal Blue. HEX triplet: 44, 5B and E7. RGB value is (68,91,231). Sum of RGB (Red+Green+Blue) = 68+91+231=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 231 (90.62% from 255 or 59.23% from 390); Max value from RGB is 231 - color contains mainly: blue. Hex color #445BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445BE7 is #BBA418. Grayscale: #636363. Windows color (decimal): -12297241 or 15162180. OLE color: 15162180.
HSL color Cylindrical-coordinate representation of color #445BE7: hue angle of 231.53º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445BE7 is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 91 | 231 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.09 |
| HSL | 231.53º | 0.77% | 0.59% | - |
| HSV(B) | 231.53º | 0.71% | 0.91% | - |
| XYZ | 20.55 | 14.48 | 77.31 | - |
| YUV | 100.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 231 | 0.71 | 0.61 | 0 | 0.09 | 231.53 | 0.77 | 0.59 |
| Hex | 44 | 5B | E7 | 47 | 3D | 0 | 9 | E8 | 4D | 3B |
| Octal | 104 | 133 | 347 | 107 | 75 | 0 | 11 | 350 | 115 | 73 |
| Binary | 1000100 | 1011011 | 11100111 | 1000111 | 111101 | 0 | 1001 | 11101000 | 1001101 | 111011 |
Color Harmonies of #445BE7
Complementary color
Monochromatic Colors of #445BE7
Black with #445BE7
Text Example
Text Example
White with #445BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BE7; }
p { color: rgb(68,91,231); }
H1.HeaderClassName
{
color: #445BE7;
}
.AnyTagClassName
{
color: #445BE7;
}
</style>
background-color css
<style>
a { background-color: #445BE7; }
a { background-color: rgb(68,91,231); }
div.DivClassName
{
background-color: #445BE7;
}
.BgClassName
{
background-color: #445BE7;
}
</style>
border-color css
<style>
span { border-color: #445BE7; }
span { border-color: rgb(68,91,231); }
td.TdClassName
{
border-color: #445BE7;
}
.TagClassName
{
border-color: #445BE7;
}
</style>