Shades of Royal Blue #426AD5
Tints of Royal Blue #426AD5
RGB
CMYK
RGB Variations
Color information
#426AD5 (or 0x426AD5) is known color: Royal Blue. HEX triplet: 42, 6A and D5. RGB value is (66,106,213). Sum of RGB (Red+Green+Blue) = 66+106+213=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #426AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426AD5 is #BD952A. Grayscale: #696969. Windows color (decimal): -12424491 or 13986370. OLE color: 13986370.
HSL color Cylindrical-coordinate representation of color #426AD5: hue angle of 223.67º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426AD5 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 106 | 213 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.16 |
| HSL | 223.67º | 0.64% | 0.55% | - |
| HSV(B) | 223.67º | 0.69% | 0.84% | - |
| XYZ | 19.41 | 16.27 | 65.07 | - |
| YUV | 106.24 | 188.25 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 213 | 0.69 | 0.50 | 0 | 0.16 | 223.67 | 0.64 | 0.55 |
| Hex | 42 | 6A | D5 | 45 | 32 | 0 | 10 | E0 | 40 | 37 |
| Octal | 102 | 152 | 325 | 105 | 62 | 0 | 20 | 340 | 100 | 67 |
| Binary | 1000010 | 1101010 | 11010101 | 1000101 | 110010 | 0 | 10000 | 11100000 | 1000000 | 110111 |
Color Harmonies of #426AD5
Complementary color
Monochromatic Colors of #426AD5
Black with #426AD5
Text Example
Text Example
White with #426AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426AD5; }
p { color: rgb(66,106,213); }
H1.HeaderClassName
{
color: #426AD5;
}
.AnyTagClassName
{
color: #426AD5;
}
</style>
background-color css
<style>
a { background-color: #426AD5; }
a { background-color: rgb(66,106,213); }
div.DivClassName
{
background-color: #426AD5;
}
.BgClassName
{
background-color: #426AD5;
}
</style>
border-color css
<style>
span { border-color: #426AD5; }
span { border-color: rgb(66,106,213); }
td.TdClassName
{
border-color: #426AD5;
}
.TagClassName
{
border-color: #426AD5;
}
</style>