Shades of Royal Blue #445FEC
Tints of Royal Blue #445FEC
RGB
CMYK
RGB Variations
Color information
#445FEC (or 0x445FEC) is known color: Royal Blue. HEX triplet: 44, 5F and EC. RGB value is (68,95,236). Sum of RGB (Red+Green+Blue) = 68+95+236=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #445FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445FEC is #BBA013. Grayscale: #666666. Windows color (decimal): -12296212 or 15490884. OLE color: 15490884.
HSL color Cylindrical-coordinate representation of color #445FEC: hue angle of 230.36º 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 #445FEC is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 95 | 236 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.07 |
| HSL | 230.36º | 0.82% | 0.6% | - |
| HSV(B) | 230.36º | 0.71% | 0.93% | - |
| XYZ | 21.62 | 15.47 | 81.2 | - |
| YUV | 103 | 203.05 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 236 | 0.71 | 0.60 | 0 | 0.07 | 230.36 | 0.82 | 0.6 |
| Hex | 44 | 5F | EC | 47 | 3C | 0 | 7 | E6 | 52 | 3C |
| Octal | 104 | 137 | 354 | 107 | 74 | 0 | 7 | 346 | 122 | 74 |
| Binary | 1000100 | 1011111 | 11101100 | 1000111 | 111100 | 0 | 111 | 11100110 | 1010010 | 111100 |
Color Harmonies of #445FEC
Complementary color
Monochromatic Colors of #445FEC
Black with #445FEC
Text Example
Text Example
White with #445FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FEC; }
p { color: rgb(68,95,236); }
H1.HeaderClassName
{
color: #445FEC;
}
.AnyTagClassName
{
color: #445FEC;
}
</style>
background-color css
<style>
a { background-color: #445FEC; }
a { background-color: rgb(68,95,236); }
div.DivClassName
{
background-color: #445FEC;
}
.BgClassName
{
background-color: #445FEC;
}
</style>
border-color css
<style>
span { border-color: #445FEC; }
span { border-color: rgb(68,95,236); }
td.TdClassName
{
border-color: #445FEC;
}
.TagClassName
{
border-color: #445FEC;
}
</style>