Shades of Royal Blue #426ADE
Tints of Royal Blue #426ADE
RGB
CMYK
RGB Variations
Color information
#426ADE (or 0x426ADE) is known color: Royal Blue. HEX triplet: 42, 6A and DE. RGB value is (66,106,222). Sum of RGB (Red+Green+Blue) = 66+106+222=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #426ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ADE is #BD9521. Grayscale: #6A6A6A. Windows color (decimal): -12424482 or 14576194. OLE color: 14576194.
HSL color Cylindrical-coordinate representation of color #426ADE: hue angle of 224.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426ADE is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 106 | 222 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.13 |
| HSL | 224.62º | 0.7% | 0.56% | - |
| HSV(B) | 224.62º | 0.7% | 0.87% | - |
| XYZ | 20.59 | 16.74 | 71.25 | - |
| YUV | 107.26 | 192.75 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 222 | 0.70 | 0.52 | 0 | 0.13 | 224.62 | 0.7 | 0.56 |
| Hex | 42 | 6A | DE | 46 | 34 | 0 | D | E1 | 46 | 38 |
| Octal | 102 | 152 | 336 | 106 | 64 | 0 | 15 | 341 | 106 | 70 |
| Binary | 1000010 | 1101010 | 11011110 | 1000110 | 110100 | 0 | 1101 | 11100001 | 1000110 | 111000 |
Color Harmonies of #426ADE
Complementary color
Monochromatic Colors of #426ADE
Black with #426ADE
Text Example
Text Example
White with #426ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426ADE; }
p { color: rgb(66,106,222); }
H1.HeaderClassName
{
color: #426ADE;
}
.AnyTagClassName
{
color: #426ADE;
}
</style>
background-color css
<style>
a { background-color: #426ADE; }
a { background-color: rgb(66,106,222); }
div.DivClassName
{
background-color: #426ADE;
}
.BgClassName
{
background-color: #426ADE;
}
</style>
border-color css
<style>
span { border-color: #426ADE; }
span { border-color: rgb(66,106,222); }
td.TdClassName
{
border-color: #426ADE;
}
.TagClassName
{
border-color: #426ADE;
}
</style>