Shades of Royal Blue #425BDD
Tints of Royal Blue #425BDD
RGB
CMYK
RGB Variations
Color information
#425BDD (or 0x425BDD) is known color: Royal Blue. HEX triplet: 42, 5B and DD. RGB value is (66,91,221). Sum of RGB (Red+Green+Blue) = 66+91+221=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #425BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BDD is #BDA422. Grayscale: #616161. Windows color (decimal): -12428323 or 14506818. OLE color: 14506818.
HSL color Cylindrical-coordinate representation of color #425BDD: hue angle of 230.32º 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 #425BDD is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 91 | 221 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.13 |
| HSL | 230.32º | 0.7% | 0.56% | - |
| HSV(B) | 230.32º | 0.7% | 0.87% | - |
| XYZ | 19.04 | 13.86 | 70.08 | - |
| YUV | 98.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 221 | 0.70 | 0.59 | 0 | 0.13 | 230.32 | 0.7 | 0.56 |
| Hex | 42 | 5B | DD | 46 | 3B | 0 | D | E6 | 46 | 38 |
| Octal | 102 | 133 | 335 | 106 | 73 | 0 | 15 | 346 | 106 | 70 |
| Binary | 1000010 | 1011011 | 11011101 | 1000110 | 111011 | 0 | 1101 | 11100110 | 1000110 | 111000 |
Color Harmonies of #425BDD
Complementary color
Monochromatic Colors of #425BDD
Black with #425BDD
Text Example
Text Example
White with #425BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BDD; }
p { color: rgb(66,91,221); }
H1.HeaderClassName
{
color: #425BDD;
}
.AnyTagClassName
{
color: #425BDD;
}
</style>
background-color css
<style>
a { background-color: #425BDD; }
a { background-color: rgb(66,91,221); }
div.DivClassName
{
background-color: #425BDD;
}
.BgClassName
{
background-color: #425BDD;
}
</style>
border-color css
<style>
span { border-color: #425BDD; }
span { border-color: rgb(66,91,221); }
td.TdClassName
{
border-color: #425BDD;
}
.TagClassName
{
border-color: #425BDD;
}
</style>