Shades of Royal Blue #226EE0
Tints of Royal Blue #226EE0
RGB
CMYK
RGB Variations
Color information
#226EE0 (or 0x226EE0) is known color: Royal Blue. HEX triplet: 22, 6E and E0. RGB value is (34,110,224). Sum of RGB (Red+Green+Blue) = 34+110+224=368 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.24% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #226EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EE0 is #DD911F. Grayscale: #636363. Windows color (decimal): -14520608 or 14708258. OLE color: 14708258.
HSL color Cylindrical-coordinate representation of color #226EE0: hue angle of 216º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226EE0 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 110 | 224 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.12 |
| HSL | 216º | 0.75% | 0.51% | - |
| HSV(B) | 216º | 0.85% | 0.88% | - |
| XYZ | 19.69 | 16.87 | 72.74 | - |
| YUV | 100.27 | 197.82 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 224 | 0.85 | 0.51 | 0 | 0.12 | 216 | 0.75 | 0.51 |
| Hex | 22 | 6E | E0 | 55 | 33 | 0 | C | D8 | 4B | 33 |
| Octal | 42 | 156 | 340 | 125 | 63 | 0 | 14 | 330 | 113 | 63 |
| Binary | 100010 | 1101110 | 11100000 | 1010101 | 110011 | 0 | 1100 | 11011000 | 1001011 | 110011 |
Color Harmonies of #226EE0
Complementary color
Monochromatic Colors of #226EE0
Black with #226EE0
Text Example
Text Example
White with #226EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226EE0; }
p { color: rgb(34,110,224); }
H1.HeaderClassName
{
color: #226EE0;
}
.AnyTagClassName
{
color: #226EE0;
}
</style>
background-color css
<style>
a { background-color: #226EE0; }
a { background-color: rgb(34,110,224); }
div.DivClassName
{
background-color: #226EE0;
}
.BgClassName
{
background-color: #226EE0;
}
</style>
border-color css
<style>
span { border-color: #226EE0; }
span { border-color: rgb(34,110,224); }
td.TdClassName
{
border-color: #226EE0;
}
.TagClassName
{
border-color: #226EE0;
}
</style>