Shades of Royal Blue #226EDD
Tints of Royal Blue #226EDD
RGB
CMYK
RGB Variations
Color information
#226EDD (or 0x226EDD) is known color: Royal Blue. HEX triplet: 22, 6E and DD. RGB value is (34,110,221). Sum of RGB (Red+Green+Blue) = 34+110+221=365 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.32% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #226EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EDD is #DD9122. Grayscale: #636363. Windows color (decimal): -14520611 or 14511650. OLE color: 14511650.
HSL color Cylindrical-coordinate representation of color #226EDD: hue angle of 215.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226EDD is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 110 | 221 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.13 |
| HSL | 215.62º | 0.73% | 0.5% | - |
| HSV(B) | 215.62º | 0.85% | 0.87% | - |
| XYZ | 19.29 | 16.71 | 70.62 | - |
| YUV | 99.93 | 196.32 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 221 | 0.85 | 0.50 | 0 | 0.13 | 215.62 | 0.73 | 0.5 |
| Hex | 22 | 6E | DD | 55 | 32 | 0 | D | D8 | 49 | 32 |
| Octal | 42 | 156 | 335 | 125 | 62 | 0 | 15 | 330 | 111 | 62 |
| Binary | 100010 | 1101110 | 11011101 | 1010101 | 110010 | 0 | 1101 | 11011000 | 1001001 | 110010 |
Color Harmonies of #226EDD
Complementary color
Monochromatic Colors of #226EDD
Black with #226EDD
Text Example
Text Example
White with #226EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226EDD; }
p { color: rgb(34,110,221); }
H1.HeaderClassName
{
color: #226EDD;
}
.AnyTagClassName
{
color: #226EDD;
}
</style>
background-color css
<style>
a { background-color: #226EDD; }
a { background-color: rgb(34,110,221); }
div.DivClassName
{
background-color: #226EDD;
}
.BgClassName
{
background-color: #226EDD;
}
</style>
border-color css
<style>
span { border-color: #226EDD; }
span { border-color: rgb(34,110,221); }
td.TdClassName
{
border-color: #226EDD;
}
.TagClassName
{
border-color: #226EDD;
}
</style>