Shades of Royal Blue #425EDD
Tints of Royal Blue #425EDD
RGB
CMYK
RGB Variations
Color information
#425EDD (or 0x425EDD) is known color: Royal Blue. HEX triplet: 42, 5E and DD. RGB value is (66,94,221). Sum of RGB (Red+Green+Blue) = 66+94+221=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #425EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EDD is #BDA122. Grayscale: #636363. Windows color (decimal): -12427555 or 14507586. OLE color: 14507586.
HSL color Cylindrical-coordinate representation of color #425EDD: hue angle of 229.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425EDD is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 94 | 221 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.13 |
| HSL | 229.16º | 0.7% | 0.56% | - |
| HSV(B) | 229.16º | 0.7% | 0.87% | - |
| XYZ | 19.3 | 14.38 | 70.17 | - |
| YUV | 100.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 221 | 0.70 | 0.57 | 0 | 0.13 | 229.16 | 0.7 | 0.56 |
| Hex | 42 | 5E | DD | 46 | 39 | 0 | D | E5 | 46 | 38 |
| Octal | 102 | 136 | 335 | 106 | 71 | 0 | 15 | 345 | 106 | 70 |
| Binary | 1000010 | 1011110 | 11011101 | 1000110 | 111001 | 0 | 1101 | 11100101 | 1000110 | 111000 |
Color Harmonies of #425EDD
Complementary color
Monochromatic Colors of #425EDD
Black with #425EDD
Text Example
Text Example
White with #425EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EDD; }
p { color: rgb(66,94,221); }
H1.HeaderClassName
{
color: #425EDD;
}
.AnyTagClassName
{
color: #425EDD;
}
</style>
background-color css
<style>
a { background-color: #425EDD; }
a { background-color: rgb(66,94,221); }
div.DivClassName
{
background-color: #425EDD;
}
.BgClassName
{
background-color: #425EDD;
}
</style>
border-color css
<style>
span { border-color: #425EDD; }
span { border-color: rgb(66,94,221); }
td.TdClassName
{
border-color: #425EDD;
}
.TagClassName
{
border-color: #425EDD;
}
</style>