Shades of Royal Blue #226FDB
Tints of Royal Blue #226FDB
RGB
CMYK
RGB Variations
Color information
#226FDB (or 0x226FDB) is known color: Royal Blue. HEX triplet: 22, 6F and DB. RGB value is (34,111,219). Sum of RGB (Red+Green+Blue) = 34+111+219=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #226FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226FDB is #DD9024. Grayscale: #636363. Windows color (decimal): -14520357 or 14380834. OLE color: 14380834.
HSL color Cylindrical-coordinate representation of color #226FDB: hue angle of 215.03º 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 #226FDB is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 111 | 219 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.14 |
| HSL | 215.03º | 0.73% | 0.5% | - |
| HSV(B) | 215.03º | 0.84% | 0.86% | - |
| XYZ | 19.13 | 16.82 | 69.26 | - |
| YUV | 100.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 219 | 0.84 | 0.49 | 0 | 0.14 | 215.03 | 0.73 | 0.5 |
| Hex | 22 | 6F | DB | 54 | 31 | 0 | E | D7 | 49 | 32 |
| Octal | 42 | 157 | 333 | 124 | 61 | 0 | 16 | 327 | 111 | 62 |
| Binary | 100010 | 1101111 | 11011011 | 1010100 | 110001 | 0 | 1110 | 11010111 | 1001001 | 110010 |
Color Harmonies of #226FDB
Complementary color
Monochromatic Colors of #226FDB
Black with #226FDB
Text Example
Text Example
White with #226FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226FDB; }
p { color: rgb(34,111,219); }
H1.HeaderClassName
{
color: #226FDB;
}
.AnyTagClassName
{
color: #226FDB;
}
</style>
background-color css
<style>
a { background-color: #226FDB; }
a { background-color: rgb(34,111,219); }
div.DivClassName
{
background-color: #226FDB;
}
.BgClassName
{
background-color: #226FDB;
}
</style>
border-color css
<style>
span { border-color: #226FDB; }
span { border-color: rgb(34,111,219); }
td.TdClassName
{
border-color: #226FDB;
}
.TagClassName
{
border-color: #226FDB;
}
</style>