Shades of Royal Blue #226EDB
Tints of Royal Blue #226EDB
RGB
CMYK
RGB Variations
Color information
#226EDB (or 0x226EDB) is known color: Royal Blue. HEX triplet: 22, 6E and DB. RGB value is (34,110,219). Sum of RGB (Red+Green+Blue) = 34+110+219=363 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.37% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #226EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EDB is #DD9124. Grayscale: #636363. Windows color (decimal): -14520613 or 14380578. OLE color: 14380578.
HSL color Cylindrical-coordinate representation of color #226EDB: hue angle of 215.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #226EDB is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 110 | 219 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.14 |
| HSL | 215.35º | 0.73% | 0.5% | - |
| HSV(B) | 215.35º | 0.84% | 0.86% | - |
| XYZ | 19.02 | 16.61 | 69.22 | - |
| YUV | 99.7 | 195.32 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 219 | 0.84 | 0.50 | 0 | 0.14 | 215.35 | 0.73 | 0.5 |
| Hex | 22 | 6E | DB | 54 | 32 | 0 | E | D7 | 49 | 32 |
| Octal | 42 | 156 | 333 | 124 | 62 | 0 | 16 | 327 | 111 | 62 |
| Binary | 100010 | 1101110 | 11011011 | 1010100 | 110010 | 0 | 1110 | 11010111 | 1001001 | 110010 |
Color Harmonies of #226EDB
Complementary color
Monochromatic Colors of #226EDB
Black with #226EDB
Text Example
Text Example
White with #226EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226EDB; }
p { color: rgb(34,110,219); }
H1.HeaderClassName
{
color: #226EDB;
}
.AnyTagClassName
{
color: #226EDB;
}
</style>
background-color css
<style>
a { background-color: #226EDB; }
a { background-color: rgb(34,110,219); }
div.DivClassName
{
background-color: #226EDB;
}
.BgClassName
{
background-color: #226EDB;
}
</style>
border-color css
<style>
span { border-color: #226EDB; }
span { border-color: rgb(34,110,219); }
td.TdClassName
{
border-color: #226EDB;
}
.TagClassName
{
border-color: #226EDB;
}
</style>