Shades of Royal Blue #425EE3
Tints of Royal Blue #425EE3
RGB
CMYK
RGB Variations
Color information
#425EE3 (or 0x425EE3) is known color: Royal Blue. HEX triplet: 42, 5E and E3. RGB value is (66,94,227). Sum of RGB (Red+Green+Blue) = 66+94+227=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 227 (89.06% from 255 or 58.66% from 387); Max value from RGB is 227 - color contains mainly: blue. Hex color #425EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EE3 is #BDA11C. Grayscale: #646464. Windows color (decimal): -12427549 or 14900802. OLE color: 14900802.
HSL color Cylindrical-coordinate representation of color #425EE3: hue angle of 229.57º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #425EE3 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 94 | 227 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.11 |
| HSL | 229.57º | 0.74% | 0.57% | - |
| HSV(B) | 229.57º | 0.71% | 0.89% | - |
| XYZ | 20.11 | 14.71 | 74.45 | - |
| YUV | 100.79 | 199.22 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 227 | 0.71 | 0.59 | 0 | 0.11 | 229.57 | 0.74 | 0.57 |
| Hex | 42 | 5E | E3 | 47 | 3B | 0 | B | E6 | 4A | 39 |
| Octal | 102 | 136 | 343 | 107 | 73 | 0 | 13 | 346 | 112 | 71 |
| Binary | 1000010 | 1011110 | 11100011 | 1000111 | 111011 | 0 | 1011 | 11100110 | 1001010 | 111001 |
Color Harmonies of #425EE3
Complementary color
Monochromatic Colors of #425EE3
Black with #425EE3
Text Example
Text Example
White with #425EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EE3; }
p { color: rgb(66,94,227); }
H1.HeaderClassName
{
color: #425EE3;
}
.AnyTagClassName
{
color: #425EE3;
}
</style>
background-color css
<style>
a { background-color: #425EE3; }
a { background-color: rgb(66,94,227); }
div.DivClassName
{
background-color: #425EE3;
}
.BgClassName
{
background-color: #425EE3;
}
</style>
border-color css
<style>
span { border-color: #425EE3; }
span { border-color: rgb(66,94,227); }
td.TdClassName
{
border-color: #425EE3;
}
.TagClassName
{
border-color: #425EE3;
}
</style>