Shades of Royal Blue #425CDD
Tints of Royal Blue #425CDD
RGB
CMYK
RGB Variations
Color information
#425CDD (or 0x425CDD) is known color: Royal Blue. HEX triplet: 42, 5C and DD. RGB value is (66,92,221). Sum of RGB (Red+Green+Blue) = 66+92+221=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #425CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CDD is #BDA322. Grayscale: #626262. Windows color (decimal): -12428067 or 14507074. OLE color: 14507074.
HSL color Cylindrical-coordinate representation of color #425CDD: hue angle of 229.94º 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 #425CDD is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 92 | 221 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.13 |
| HSL | 229.94º | 0.7% | 0.56% | - |
| HSV(B) | 229.94º | 0.7% | 0.87% | - |
| XYZ | 19.13 | 14.03 | 70.11 | - |
| YUV | 98.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 221 | 0.70 | 0.58 | 0 | 0.13 | 229.94 | 0.7 | 0.56 |
| Hex | 42 | 5C | DD | 46 | 3A | 0 | D | E6 | 46 | 38 |
| Octal | 102 | 134 | 335 | 106 | 72 | 0 | 15 | 346 | 106 | 70 |
| Binary | 1000010 | 1011100 | 11011101 | 1000110 | 111010 | 0 | 1101 | 11100110 | 1000110 | 111000 |
Color Harmonies of #425CDD
Complementary color
Monochromatic Colors of #425CDD
Black with #425CDD
Text Example
Text Example
White with #425CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425CDD; }
p { color: rgb(66,92,221); }
H1.HeaderClassName
{
color: #425CDD;
}
.AnyTagClassName
{
color: #425CDD;
}
</style>
background-color css
<style>
a { background-color: #425CDD; }
a { background-color: rgb(66,92,221); }
div.DivClassName
{
background-color: #425CDD;
}
.BgClassName
{
background-color: #425CDD;
}
</style>
border-color css
<style>
span { border-color: #425CDD; }
span { border-color: rgb(66,92,221); }
td.TdClassName
{
border-color: #425CDD;
}
.TagClassName
{
border-color: #425CDD;
}
</style>