Shades of Royal Blue #425EE0
Tints of Royal Blue #425EE0
RGB
CMYK
RGB Variations
Color information
#425EE0 (or 0x425EE0) is known color: Royal Blue. HEX triplet: 42, 5E and E0. RGB value is (66,94,224). Sum of RGB (Red+Green+Blue) = 66+94+224=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #425EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EE0 is #BDA11F. Grayscale: #636363. Windows color (decimal): -12427552 or 14704194. OLE color: 14704194.
HSL color Cylindrical-coordinate representation of color #425EE0: hue angle of 229.37º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425EE0 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 94 | 224 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.12 |
| HSL | 229.37º | 0.72% | 0.57% | - |
| HSV(B) | 229.37º | 0.71% | 0.88% | - |
| XYZ | 19.7 | 14.55 | 72.29 | - |
| YUV | 100.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 224 | 0.71 | 0.58 | 0 | 0.12 | 229.37 | 0.72 | 0.57 |
| Hex | 42 | 5E | E0 | 47 | 3A | 0 | C | E5 | 48 | 39 |
| Octal | 102 | 136 | 340 | 107 | 72 | 0 | 14 | 345 | 110 | 71 |
| Binary | 1000010 | 1011110 | 11100000 | 1000111 | 111010 | 0 | 1100 | 11100101 | 1001000 | 111001 |
Color Harmonies of #425EE0
Complementary color
Monochromatic Colors of #425EE0
Black with #425EE0
Text Example
Text Example
White with #425EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EE0; }
p { color: rgb(66,94,224); }
H1.HeaderClassName
{
color: #425EE0;
}
.AnyTagClassName
{
color: #425EE0;
}
</style>
background-color css
<style>
a { background-color: #425EE0; }
a { background-color: rgb(66,94,224); }
div.DivClassName
{
background-color: #425EE0;
}
.BgClassName
{
background-color: #425EE0;
}
</style>
border-color css
<style>
span { border-color: #425EE0; }
span { border-color: rgb(66,94,224); }
td.TdClassName
{
border-color: #425EE0;
}
.TagClassName
{
border-color: #425EE0;
}
</style>