Shades of Royal Blue #445CEA
Tints of Royal Blue #445CEA
RGB
CMYK
RGB Variations
Color information
#445CEA (or 0x445CEA) is known color: Royal Blue. HEX triplet: 44, 5C and EA. RGB value is (68,92,234). Sum of RGB (Red+Green+Blue) = 68+92+234=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #445CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445CEA is #BBA315. Grayscale: #646464. Windows color (decimal): -12296982 or 15359044. OLE color: 15359044.
HSL color Cylindrical-coordinate representation of color #445CEA: hue angle of 231.33º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445CEA is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 92 | 234 | - |
| CMYK | 0.71 | 0.61 | 0 | 0.08 |
| HSL | 231.33º | 0.8% | 0.59% | - |
| HSV(B) | 231.33º | 0.71% | 0.92% | - |
| XYZ | 21.06 | 14.82 | 79.59 | - |
| YUV | 101.01 | 203.05 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 234 | 0.71 | 0.61 | 0 | 0.08 | 231.33 | 0.8 | 0.59 |
| Hex | 44 | 5C | EA | 47 | 3D | 0 | 8 | E7 | 50 | 3B |
| Octal | 104 | 134 | 352 | 107 | 75 | 0 | 10 | 347 | 120 | 73 |
| Binary | 1000100 | 1011100 | 11101010 | 1000111 | 111101 | 0 | 1000 | 11100111 | 1010000 | 111011 |
Color Harmonies of #445CEA
Complementary color
Monochromatic Colors of #445CEA
Black with #445CEA
Text Example
Text Example
White with #445CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CEA; }
p { color: rgb(68,92,234); }
H1.HeaderClassName
{
color: #445CEA;
}
.AnyTagClassName
{
color: #445CEA;
}
</style>
background-color css
<style>
a { background-color: #445CEA; }
a { background-color: rgb(68,92,234); }
div.DivClassName
{
background-color: #445CEA;
}
.BgClassName
{
background-color: #445CEA;
}
</style>
border-color css
<style>
span { border-color: #445CEA; }
span { border-color: rgb(68,92,234); }
td.TdClassName
{
border-color: #445CEA;
}
.TagClassName
{
border-color: #445CEA;
}
</style>