Shades of Royal Blue #226ADE
Tints of Royal Blue #226ADE
RGB
CMYK
RGB Variations
Color information
#226ADE (or 0x226ADE) is known color: Royal Blue. HEX triplet: 22, 6A and DE. RGB value is (34,106,222). Sum of RGB (Red+Green+Blue) = 34+106+222=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #226ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ADE is #DD9521. Grayscale: #616161. Windows color (decimal): -14521634 or 14576162. OLE color: 14576162.
HSL color Cylindrical-coordinate representation of color #226ADE: hue angle of 217.02º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226ADE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 106 | 222 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.13 |
| HSL | 217.02º | 0.74% | 0.5% | - |
| HSV(B) | 217.02º | 0.85% | 0.87% | - |
| XYZ | 19 | 15.92 | 71.18 | - |
| YUV | 97.7 | 198.15 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 222 | 0.85 | 0.52 | 0 | 0.13 | 217.02 | 0.74 | 0.5 |
| Hex | 22 | 6A | DE | 55 | 34 | 0 | D | D9 | 4A | 32 |
| Octal | 42 | 152 | 336 | 125 | 64 | 0 | 15 | 331 | 112 | 62 |
| Binary | 100010 | 1101010 | 11011110 | 1010101 | 110100 | 0 | 1101 | 11011001 | 1001010 | 110010 |
Color Harmonies of #226ADE
Complementary color
Monochromatic Colors of #226ADE
Black with #226ADE
Text Example
Text Example
White with #226ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226ADE; }
p { color: rgb(34,106,222); }
H1.HeaderClassName
{
color: #226ADE;
}
.AnyTagClassName
{
color: #226ADE;
}
</style>
background-color css
<style>
a { background-color: #226ADE; }
a { background-color: rgb(34,106,222); }
div.DivClassName
{
background-color: #226ADE;
}
.BgClassName
{
background-color: #226ADE;
}
</style>
border-color css
<style>
span { border-color: #226ADE; }
span { border-color: rgb(34,106,222); }
td.TdClassName
{
border-color: #226ADE;
}
.TagClassName
{
border-color: #226ADE;
}
</style>