Shades of Royal Blue #426DDD
Tints of Royal Blue #426DDD
RGB
CMYK
RGB Variations
Color information
#426DDD (or 0x426DDD) is known color: Royal Blue. HEX triplet: 42, 6D and DD. RGB value is (66,109,221). Sum of RGB (Red+Green+Blue) = 66+109+221=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #426DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DDD is #BD9222. Grayscale: #6C6C6C. Windows color (decimal): -12423715 or 14511426. OLE color: 14511426.
HSL color Cylindrical-coordinate representation of color #426DDD: hue angle of 223.35º 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 #426DDD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 109 | 221 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.13 |
| HSL | 223.35º | 0.7% | 0.56% | - |
| HSV(B) | 223.35º | 0.7% | 0.87% | - |
| XYZ | 20.77 | 17.32 | 70.65 | - |
| YUV | 108.91 | 191.25 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 109 | 221 | 0.70 | 0.51 | 0 | 0.13 | 223.35 | 0.7 | 0.56 |
| Hex | 42 | 6D | DD | 46 | 33 | 0 | D | DF | 46 | 38 |
| Octal | 102 | 155 | 335 | 106 | 63 | 0 | 15 | 337 | 106 | 70 |
| Binary | 1000010 | 1101101 | 11011101 | 1000110 | 110011 | 0 | 1101 | 11011111 | 1000110 | 111000 |
Color Harmonies of #426DDD
Complementary color
Monochromatic Colors of #426DDD
Black with #426DDD
Text Example
Text Example
White with #426DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426DDD; }
p { color: rgb(66,109,221); }
H1.HeaderClassName
{
color: #426DDD;
}
.AnyTagClassName
{
color: #426DDD;
}
</style>
background-color css
<style>
a { background-color: #426DDD; }
a { background-color: rgb(66,109,221); }
div.DivClassName
{
background-color: #426DDD;
}
.BgClassName
{
background-color: #426DDD;
}
</style>
border-color css
<style>
span { border-color: #426DDD; }
span { border-color: rgb(66,109,221); }
td.TdClassName
{
border-color: #426DDD;
}
.TagClassName
{
border-color: #426DDD;
}
</style>