Shades of Royal Blue #226DDB
Tints of Royal Blue #226DDB
RGB
CMYK
RGB Variations
Color information
#226DDB (or 0x226DDB) is known color: Royal Blue. HEX triplet: 22, 6D and DB. RGB value is (34,109,219). Sum of RGB (Red+Green+Blue) = 34+109+219=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #226DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226DDB is #DD9224. Grayscale: #626262. Windows color (decimal): -14520869 or 14380322. OLE color: 14380322.
HSL color Cylindrical-coordinate representation of color #226DDB: hue angle of 215.68º 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 #226DDB is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 109 | 219 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.14 |
| HSL | 215.68º | 0.73% | 0.5% | - |
| HSV(B) | 215.68º | 0.84% | 0.86% | - |
| XYZ | 18.91 | 16.39 | 69.18 | - |
| YUV | 99.12 | 195.65 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 219 | 0.84 | 0.50 | 0 | 0.14 | 215.68 | 0.73 | 0.5 |
| Hex | 22 | 6D | DB | 54 | 32 | 0 | E | D8 | 49 | 32 |
| Octal | 42 | 155 | 333 | 124 | 62 | 0 | 16 | 330 | 111 | 62 |
| Binary | 100010 | 1101101 | 11011011 | 1010100 | 110010 | 0 | 1110 | 11011000 | 1001001 | 110010 |
Color Harmonies of #226DDB
Complementary color
Monochromatic Colors of #226DDB
Black with #226DDB
Text Example
Text Example
White with #226DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DDB; }
p { color: rgb(34,109,219); }
H1.HeaderClassName
{
color: #226DDB;
}
.AnyTagClassName
{
color: #226DDB;
}
</style>
background-color css
<style>
a { background-color: #226DDB; }
a { background-color: rgb(34,109,219); }
div.DivClassName
{
background-color: #226DDB;
}
.BgClassName
{
background-color: #226DDB;
}
</style>
border-color css
<style>
span { border-color: #226DDB; }
span { border-color: rgb(34,109,219); }
td.TdClassName
{
border-color: #226DDB;
}
.TagClassName
{
border-color: #226DDB;
}
</style>