Shades of Royal Blue #445FEA
Tints of Royal Blue #445FEA
RGB
CMYK
RGB Variations
Color information
#445FEA (or 0x445FEA) is known color: Royal Blue. HEX triplet: 44, 5F and EA. RGB value is (68,95,234). Sum of RGB (Red+Green+Blue) = 68+95+234=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #445FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445FEA is #BBA015. Grayscale: #666666. Windows color (decimal): -12296214 or 15359812. OLE color: 15359812.
HSL color Cylindrical-coordinate representation of color #445FEA: hue angle of 230.24º 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 #445FEA is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 95 | 234 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.08 |
| HSL | 230.24º | 0.8% | 0.59% | - |
| HSV(B) | 230.24º | 0.71% | 0.92% | - |
| XYZ | 21.33 | 15.35 | 79.68 | - |
| YUV | 102.77 | 202.05 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 234 | 0.71 | 0.59 | 0 | 0.08 | 230.24 | 0.8 | 0.59 |
| Hex | 44 | 5F | EA | 47 | 3B | 0 | 8 | E6 | 50 | 3B |
| Octal | 104 | 137 | 352 | 107 | 73 | 0 | 10 | 346 | 120 | 73 |
| Binary | 1000100 | 1011111 | 11101010 | 1000111 | 111011 | 0 | 1000 | 11100110 | 1010000 | 111011 |
Color Harmonies of #445FEA
Complementary color
Monochromatic Colors of #445FEA
Black with #445FEA
Text Example
Text Example
White with #445FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445FEA; }
p { color: rgb(68,95,234); }
H1.HeaderClassName
{
color: #445FEA;
}
.AnyTagClassName
{
color: #445FEA;
}
</style>
background-color css
<style>
a { background-color: #445FEA; }
a { background-color: rgb(68,95,234); }
div.DivClassName
{
background-color: #445FEA;
}
.BgClassName
{
background-color: #445FEA;
}
</style>
border-color css
<style>
span { border-color: #445FEA; }
span { border-color: rgb(68,95,234); }
td.TdClassName
{
border-color: #445FEA;
}
.TagClassName
{
border-color: #445FEA;
}
</style>