Shades of Royal Blue #425EDC
Tints of Royal Blue #425EDC
RGB
CMYK
RGB Variations
Color information
#425EDC (or 0x425EDC) is known color: Royal Blue. HEX triplet: 42, 5E and DC. RGB value is (66,94,220). Sum of RGB (Red+Green+Blue) = 66+94+220=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #425EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EDC is #BDA123. Grayscale: #636363. Windows color (decimal): -12427556 or 14442050. OLE color: 14442050.
HSL color Cylindrical-coordinate representation of color #425EDC: hue angle of 229.09º 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 #425EDC is Cyan = 0.7, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 94 | 220 | - |
| CMYK | 0.7 | 0.57 | 0 | 0.14 |
| HSL | 229.09º | 0.69% | 0.56% | - |
| HSV(B) | 229.09º | 0.7% | 0.86% | - |
| XYZ | 19.17 | 14.33 | 69.47 | - |
| YUV | 99.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 220 | 0.7 | 0.57 | 0 | 0.14 | 229.09 | 0.69 | 0.56 |
| Hex | 42 | 5E | DC | 46 | 39 | 0 | E | E5 | 45 | 38 |
| Octal | 102 | 136 | 334 | 106 | 71 | 0 | 16 | 345 | 105 | 70 |
| Binary | 1000010 | 1011110 | 11011100 | 1000110 | 111001 | 0 | 1110 | 11100101 | 1000101 | 111000 |
Color Harmonies of #425EDC
Complementary color
Monochromatic Colors of #425EDC
Black with #425EDC
Text Example
Text Example
White with #425EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EDC; }
p { color: rgb(66,94,220); }
H1.HeaderClassName
{
color: #425EDC;
}
.AnyTagClassName
{
color: #425EDC;
}
</style>
background-color css
<style>
a { background-color: #425EDC; }
a { background-color: rgb(66,94,220); }
div.DivClassName
{
background-color: #425EDC;
}
.BgClassName
{
background-color: #425EDC;
}
</style>
border-color css
<style>
span { border-color: #425EDC; }
span { border-color: rgb(66,94,220); }
td.TdClassName
{
border-color: #425EDC;
}
.TagClassName
{
border-color: #425EDC;
}
</style>