Shades of Royal Blue #425BDE
Tints of Royal Blue #425BDE
RGB
CMYK
RGB Variations
Color information
#425BDE (or 0x425BDE) is known color: Royal Blue. HEX triplet: 42, 5B and DE. RGB value is (66,91,222). Sum of RGB (Red+Green+Blue) = 66+91+222=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #425BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BDE is #BDA421. Grayscale: #616161. Windows color (decimal): -12428322 or 14572354. OLE color: 14572354.
HSL color Cylindrical-coordinate representation of color #425BDE: hue angle of 230.38º 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 #425BDE is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 91 | 222 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.13 |
| HSL | 230.38º | 0.7% | 0.56% | - |
| HSV(B) | 230.38º | 0.7% | 0.87% | - |
| XYZ | 19.17 | 13.91 | 70.78 | - |
| YUV | 98.46 | 197.72 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 222 | 0.70 | 0.59 | 0 | 0.13 | 230.38 | 0.7 | 0.56 |
| Hex | 42 | 5B | DE | 46 | 3B | 0 | D | E6 | 46 | 38 |
| Octal | 102 | 133 | 336 | 106 | 73 | 0 | 15 | 346 | 106 | 70 |
| Binary | 1000010 | 1011011 | 11011110 | 1000110 | 111011 | 0 | 1101 | 11100110 | 1000110 | 111000 |
Color Harmonies of #425BDE
Complementary color
Monochromatic Colors of #425BDE
Black with #425BDE
Text Example
Text Example
White with #425BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BDE; }
p { color: rgb(66,91,222); }
H1.HeaderClassName
{
color: #425BDE;
}
.AnyTagClassName
{
color: #425BDE;
}
</style>
background-color css
<style>
a { background-color: #425BDE; }
a { background-color: rgb(66,91,222); }
div.DivClassName
{
background-color: #425BDE;
}
.BgClassName
{
background-color: #425BDE;
}
</style>
border-color css
<style>
span { border-color: #425BDE; }
span { border-color: rgb(66,91,222); }
td.TdClassName
{
border-color: #425BDE;
}
.TagClassName
{
border-color: #425BDE;
}
</style>