Shades of Royal Blue #425ADE
Tints of Royal Blue #425ADE
RGB
CMYK
RGB Variations
Color information
#425ADE (or 0x425ADE) is known color: Royal Blue. HEX triplet: 42, 5A and DE. RGB value is (66,90,222). Sum of RGB (Red+Green+Blue) = 66+90+222=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #425ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ADE is #BDA521. Grayscale: #616161. Windows color (decimal): -12428578 or 14572098. OLE color: 14572098.
HSL color Cylindrical-coordinate representation of color #425ADE: hue angle of 230.77º 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 #425ADE is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 90 | 222 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.13 |
| HSL | 230.77º | 0.7% | 0.56% | - |
| HSV(B) | 230.77º | 0.7% | 0.87% | - |
| XYZ | 19.09 | 13.74 | 70.75 | - |
| YUV | 97.87 | 198.05 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 222 | 0.70 | 0.59 | 0 | 0.13 | 230.77 | 0.7 | 0.56 |
| Hex | 42 | 5A | DE | 46 | 3B | 0 | D | E7 | 46 | 38 |
| Octal | 102 | 132 | 336 | 106 | 73 | 0 | 15 | 347 | 106 | 70 |
| Binary | 1000010 | 1011010 | 11011110 | 1000110 | 111011 | 0 | 1101 | 11100111 | 1000110 | 111000 |
Color Harmonies of #425ADE
Complementary color
Monochromatic Colors of #425ADE
Black with #425ADE
Text Example
Text Example
White with #425ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ADE; }
p { color: rgb(66,90,222); }
H1.HeaderClassName
{
color: #425ADE;
}
.AnyTagClassName
{
color: #425ADE;
}
</style>
background-color css
<style>
a { background-color: #425ADE; }
a { background-color: rgb(66,90,222); }
div.DivClassName
{
background-color: #425ADE;
}
.BgClassName
{
background-color: #425ADE;
}
</style>
border-color css
<style>
span { border-color: #425ADE; }
span { border-color: rgb(66,90,222); }
td.TdClassName
{
border-color: #425ADE;
}
.TagClassName
{
border-color: #425ADE;
}
</style>