Shades of Royal Blue #426EC7
Tints of Royal Blue #426EC7
RGB
CMYK
RGB Variations
Color information
#426EC7 (or 0x426EC7) is known color: Royal Blue. HEX triplet: 42, 6E and C7. RGB value is (66,110,199). Sum of RGB (Red+Green+Blue) = 66+110+199=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 199 (78.12% from 255 or 53.07% from 375); Max value from RGB is 199 - color contains mainly: blue. Hex color #426EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EC7 is #BD9138. Grayscale: #6A6A6A. Windows color (decimal): -12423481 or 13069890. OLE color: 13069890.
HSL color Cylindrical-coordinate representation of color #426EC7: hue angle of 220.15º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426EC7 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 110 | 199 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.22 |
| HSL | 220.15º | 0.54% | 0.52% | - |
| HSV(B) | 220.15º | 0.67% | 0.78% | - |
| XYZ | 18.13 | 16.43 | 56.25 | - |
| YUV | 106.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 199 | 0.67 | 0.45 | 0 | 0.22 | 220.15 | 0.54 | 0.52 |
| Hex | 42 | 6E | C7 | 43 | 2D | 0 | 16 | DC | 36 | 34 |
| Octal | 102 | 156 | 307 | 103 | 55 | 0 | 26 | 334 | 66 | 64 |
| Binary | 1000010 | 1101110 | 11000111 | 1000011 | 101101 | 0 | 10110 | 11011100 | 110110 | 110100 |
Color Harmonies of #426EC7
Complementary color
Monochromatic Colors of #426EC7
Black with #426EC7
Text Example
Text Example
White with #426EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426EC7; }
p { color: rgb(66,110,199); }
H1.HeaderClassName
{
color: #426EC7;
}
.AnyTagClassName
{
color: #426EC7;
}
</style>
background-color css
<style>
a { background-color: #426EC7; }
a { background-color: rgb(66,110,199); }
div.DivClassName
{
background-color: #426EC7;
}
.BgClassName
{
background-color: #426EC7;
}
</style>
border-color css
<style>
span { border-color: #426EC7; }
span { border-color: rgb(66,110,199); }
td.TdClassName
{
border-color: #426EC7;
}
.TagClassName
{
border-color: #426EC7;
}
</style>