Shades of Royal Blue #426DCD
Tints of Royal Blue #426DCD
RGB
CMYK
RGB Variations
Color information
#426DCD (or 0x426DCD) is known color: Royal Blue. HEX triplet: 42, 6D and CD. RGB value is (66,109,205). Sum of RGB (Red+Green+Blue) = 66+109+205=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #426DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DCD is #BD9232. Grayscale: #6A6A6A. Windows color (decimal): -12423731 or 13462850. OLE color: 13462850.
HSL color Cylindrical-coordinate representation of color #426DCD: hue angle of 221.44º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426DCD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 109 | 205 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.20 |
| HSL | 221.44º | 0.58% | 0.53% | - |
| HSV(B) | 221.44º | 0.68% | 0.8% | - |
| XYZ | 18.73 | 16.5 | 59.96 | - |
| YUV | 107.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 205 | 0.68 | 0.47 | 0 | 0.20 | 221.44 | 0.58 | 0.53 |
| Hex | 42 | 6D | CD | 44 | 2F | 0 | 14 | DD | 3A | 35 |
| Octal | 102 | 155 | 315 | 104 | 57 | 0 | 24 | 335 | 72 | 65 |
| Binary | 1000010 | 1101101 | 11001101 | 1000100 | 101111 | 0 | 10100 | 11011101 | 111010 | 110101 |
Color Harmonies of #426DCD
Complementary color
Monochromatic Colors of #426DCD
Black with #426DCD
Text Example
Text Example
White with #426DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DCD; }
p { color: rgb(66,109,205); }
H1.HeaderClassName
{
color: #426DCD;
}
.AnyTagClassName
{
color: #426DCD;
}
</style>
background-color css
<style>
a { background-color: #426DCD; }
a { background-color: rgb(66,109,205); }
div.DivClassName
{
background-color: #426DCD;
}
.BgClassName
{
background-color: #426DCD;
}
</style>
border-color css
<style>
span { border-color: #426DCD; }
span { border-color: rgb(66,109,205); }
td.TdClassName
{
border-color: #426DCD;
}
.TagClassName
{
border-color: #426DCD;
}
</style>