Shades of Royal Blue #226BDB
Tints of Royal Blue #226BDB
RGB
CMYK
RGB Variations
Color information
#226BDB (or 0x226BDB) is known color: Royal Blue. HEX triplet: 22, 6B and DB. RGB value is (34,107,219). Sum of RGB (Red+Green+Blue) = 34+107+219=360 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.44% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #226BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226BDB is #DD9424. Grayscale: #616161. Windows color (decimal): -14521381 or 14379810. OLE color: 14379810.
HSL color Cylindrical-coordinate representation of color #226BDB: hue angle of 216.32º 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 #226BDB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 107 | 219 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.14 |
| HSL | 216.32º | 0.73% | 0.5% | - |
| HSV(B) | 216.32º | 0.84% | 0.86% | - |
| XYZ | 18.7 | 15.97 | 69.11 | - |
| YUV | 97.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 219 | 0.84 | 0.51 | 0 | 0.14 | 216.32 | 0.73 | 0.5 |
| Hex | 22 | 6B | DB | 54 | 33 | 0 | E | D8 | 49 | 32 |
| Octal | 42 | 153 | 333 | 124 | 63 | 0 | 16 | 330 | 111 | 62 |
| Binary | 100010 | 1101011 | 11011011 | 1010100 | 110011 | 0 | 1110 | 11011000 | 1001001 | 110010 |
Color Harmonies of #226BDB
Complementary color
Monochromatic Colors of #226BDB
Black with #226BDB
Text Example
Text Example
White with #226BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226BDB; }
p { color: rgb(34,107,219); }
H1.HeaderClassName
{
color: #226BDB;
}
.AnyTagClassName
{
color: #226BDB;
}
</style>
background-color css
<style>
a { background-color: #226BDB; }
a { background-color: rgb(34,107,219); }
div.DivClassName
{
background-color: #226BDB;
}
.BgClassName
{
background-color: #226BDB;
}
</style>
border-color css
<style>
span { border-color: #226BDB; }
span { border-color: rgb(34,107,219); }
td.TdClassName
{
border-color: #226BDB;
}
.TagClassName
{
border-color: #226BDB;
}
</style>