Shades of Royal Blue #425ADD
Tints of Royal Blue #425ADD
RGB
CMYK
RGB Variations
Color information
#425ADD (or 0x425ADD) is known color: Royal Blue. HEX triplet: 42, 5A and DD. RGB value is (66,90,221). Sum of RGB (Red+Green+Blue) = 66+90+221=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #425ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ADD is #BDA522. Grayscale: #616161. Windows color (decimal): -12428579 or 14506562. OLE color: 14506562.
HSL color Cylindrical-coordinate representation of color #425ADD: hue angle of 230.71º 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 #425ADD is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 90 | 221 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.13 |
| HSL | 230.71º | 0.7% | 0.56% | - |
| HSV(B) | 230.71º | 0.7% | 0.87% | - |
| XYZ | 18.95 | 13.69 | 70.05 | - |
| YUV | 97.76 | 197.55 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 221 | 0.70 | 0.59 | 0 | 0.13 | 230.71 | 0.7 | 0.56 |
| Hex | 42 | 5A | DD | 46 | 3B | 0 | D | E7 | 46 | 38 |
| Octal | 102 | 132 | 335 | 106 | 73 | 0 | 15 | 347 | 106 | 70 |
| Binary | 1000010 | 1011010 | 11011101 | 1000110 | 111011 | 0 | 1101 | 11100111 | 1000110 | 111000 |
Color Harmonies of #425ADD
Complementary color
Monochromatic Colors of #425ADD
Black with #425ADD
Text Example
Text Example
White with #425ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ADD; }
p { color: rgb(66,90,221); }
H1.HeaderClassName
{
color: #425ADD;
}
.AnyTagClassName
{
color: #425ADD;
}
</style>
background-color css
<style>
a { background-color: #425ADD; }
a { background-color: rgb(66,90,221); }
div.DivClassName
{
background-color: #425ADD;
}
.BgClassName
{
background-color: #425ADD;
}
</style>
border-color css
<style>
span { border-color: #425ADD; }
span { border-color: rgb(66,90,221); }
td.TdClassName
{
border-color: #425ADD;
}
.TagClassName
{
border-color: #425ADD;
}
</style>