Shades of Royal Blue #427EDC
Tints of Royal Blue #427EDC
RGB
CMYK
RGB Variations
Color information
#427EDC (or 0x427EDC) is known color: Royal Blue. HEX triplet: 42, 7E and DC. RGB value is (66,126,220). Sum of RGB (Red+Green+Blue) = 66+126+220=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #427EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EDC is #BD8123. Grayscale: #767676. Windows color (decimal): -12419364 or 14450242. OLE color: 14450242.
HSL color Cylindrical-coordinate representation of color #427EDC: hue angle of 216.62º 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 #427EDC is Cyan = 0.7, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 126 | 220 | - |
| CMYK | 0.7 | 0.43 | 0 | 0.14 |
| HSL | 216.62º | 0.69% | 0.56% | - |
| HSV(B) | 216.62º | 0.7% | 0.86% | - |
| XYZ | 22.63 | 21.25 | 70.62 | - |
| YUV | 118.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 220 | 0.7 | 0.43 | 0 | 0.14 | 216.62 | 0.69 | 0.56 |
| Hex | 42 | 7E | DC | 46 | 2B | 0 | E | D9 | 45 | 38 |
| Octal | 102 | 176 | 334 | 106 | 53 | 0 | 16 | 331 | 105 | 70 |
| Binary | 1000010 | 1111110 | 11011100 | 1000110 | 101011 | 0 | 1110 | 11011001 | 1000101 | 111000 |
Color Harmonies of #427EDC
Complementary color
Monochromatic Colors of #427EDC
Black with #427EDC
Text Example
Text Example
White with #427EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EDC; }
p { color: rgb(66,126,220); }
H1.HeaderClassName
{
color: #427EDC;
}
.AnyTagClassName
{
color: #427EDC;
}
</style>
background-color css
<style>
a { background-color: #427EDC; }
a { background-color: rgb(66,126,220); }
div.DivClassName
{
background-color: #427EDC;
}
.BgClassName
{
background-color: #427EDC;
}
</style>
border-color css
<style>
span { border-color: #427EDC; }
span { border-color: rgb(66,126,220); }
td.TdClassName
{
border-color: #427EDC;
}
.TagClassName
{
border-color: #427EDC;
}
</style>