Shades of Royal Blue #425CDC
Tints of Royal Blue #425CDC
RGB
CMYK
RGB Variations
Color information
#425CDC (or 0x425CDC) is known color: Royal Blue. HEX triplet: 42, 5C and DC. RGB value is (66,92,220). Sum of RGB (Red+Green+Blue) = 66+92+220=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #425CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CDC is #BDA323. Grayscale: #626262. Windows color (decimal): -12428068 or 14441538. OLE color: 14441538.
HSL color Cylindrical-coordinate representation of color #425CDC: hue angle of 229.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #425CDC is Cyan = 0.7, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 92 | 220 | - |
| CMYK | 0.7 | 0.58 | 0 | 0.14 |
| HSL | 229.87º | 0.69% | 0.56% | - |
| HSV(B) | 229.87º | 0.7% | 0.86% | - |
| XYZ | 18.99 | 13.98 | 69.41 | - |
| YUV | 98.82 | 196.39 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 220 | 0.7 | 0.58 | 0 | 0.14 | 229.87 | 0.69 | 0.56 |
| Hex | 42 | 5C | DC | 46 | 3A | 0 | E | E6 | 45 | 38 |
| Octal | 102 | 134 | 334 | 106 | 72 | 0 | 16 | 346 | 105 | 70 |
| Binary | 1000010 | 1011100 | 11011100 | 1000110 | 111010 | 0 | 1110 | 11100110 | 1000101 | 111000 |
Color Harmonies of #425CDC
Complementary color
Monochromatic Colors of #425CDC
Black with #425CDC
Text Example
Text Example
White with #425CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425CDC; }
p { color: rgb(66,92,220); }
H1.HeaderClassName
{
color: #425CDC;
}
.AnyTagClassName
{
color: #425CDC;
}
</style>
background-color css
<style>
a { background-color: #425CDC; }
a { background-color: rgb(66,92,220); }
div.DivClassName
{
background-color: #425CDC;
}
.BgClassName
{
background-color: #425CDC;
}
</style>
border-color css
<style>
span { border-color: #425CDC; }
span { border-color: rgb(66,92,220); }
td.TdClassName
{
border-color: #425CDC;
}
.TagClassName
{
border-color: #425CDC;
}
</style>