Shades of Royal Blue #445AED
Tints of Royal Blue #445AED
RGB
CMYK
RGB Variations
Color information
#445AED (or 0x445AED) is known color: Royal Blue. HEX triplet: 44, 5A and ED. RGB value is (68,90,237). Sum of RGB (Red+Green+Blue) = 68+90+237=395 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.22% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #445AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445AED is #BBA512. Grayscale: #636363. Windows color (decimal): -12297491 or 15555140. OLE color: 15555140.
HSL color Cylindrical-coordinate representation of color #445AED: hue angle of 232.19º 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 #445AED is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 90 | 237 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.07 |
| HSL | 232.19º | 0.82% | 0.6% | - |
| HSV(B) | 232.19º | 0.71% | 0.93% | - |
| XYZ | 21.33 | 14.66 | 81.83 | - |
| YUV | 100.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 237 | 0.71 | 0.62 | 0 | 0.07 | 232.19 | 0.82 | 0.6 |
| Hex | 44 | 5A | ED | 47 | 3E | 0 | 7 | E8 | 52 | 3C |
| Octal | 104 | 132 | 355 | 107 | 76 | 0 | 7 | 350 | 122 | 74 |
| Binary | 1000100 | 1011010 | 11101101 | 1000111 | 111110 | 0 | 111 | 11101000 | 1010010 | 111100 |
Color Harmonies of #445AED
Complementary color
Monochromatic Colors of #445AED
Black with #445AED
Text Example
Text Example
White with #445AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445AED; }
p { color: rgb(68,90,237); }
H1.HeaderClassName
{
color: #445AED;
}
.AnyTagClassName
{
color: #445AED;
}
</style>
background-color css
<style>
a { background-color: #445AED; }
a { background-color: rgb(68,90,237); }
div.DivClassName
{
background-color: #445AED;
}
.BgClassName
{
background-color: #445AED;
}
</style>
border-color css
<style>
span { border-color: #445AED; }
span { border-color: rgb(68,90,237); }
td.TdClassName
{
border-color: #445AED;
}
.TagClassName
{
border-color: #445AED;
}
</style>