Shades of Royal Blue #226CE9
Tints of Royal Blue #226CE9
RGB
CMYK
RGB Variations
Color information
#226CE9 (or 0x226CE9) is known color: Royal Blue. HEX triplet: 22, 6C and E9. RGB value is (34,108,233). Sum of RGB (Red+Green+Blue) = 34+108+233=375 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.07% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #226CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CE9 is #DD9316. Grayscale: #636363. Windows color (decimal): -14521111 or 15297570. OLE color: 15297570.
HSL color Cylindrical-coordinate representation of color #226CE9: hue angle of 217.69º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226CE9 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 108 | 233 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.09 |
| HSL | 217.69º | 0.82% | 0.52% | - |
| HSV(B) | 217.69º | 0.85% | 0.91% | - |
| XYZ | 20.73 | 16.95 | 79.27 | - |
| YUV | 100.12 | 202.98 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 233 | 0.85 | 0.54 | 0 | 0.09 | 217.69 | 0.82 | 0.52 |
| Hex | 22 | 6C | E9 | 55 | 36 | 0 | 9 | DA | 52 | 34 |
| Octal | 42 | 154 | 351 | 125 | 66 | 0 | 11 | 332 | 122 | 64 |
| Binary | 100010 | 1101100 | 11101001 | 1010101 | 110110 | 0 | 1001 | 11011010 | 1010010 | 110100 |
Color Harmonies of #226CE9
Complementary color
Monochromatic Colors of #226CE9
Black with #226CE9
Text Example
Text Example
White with #226CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CE9; }
p { color: rgb(34,108,233); }
H1.HeaderClassName
{
color: #226CE9;
}
.AnyTagClassName
{
color: #226CE9;
}
</style>
background-color css
<style>
a { background-color: #226CE9; }
a { background-color: rgb(34,108,233); }
div.DivClassName
{
background-color: #226CE9;
}
.BgClassName
{
background-color: #226CE9;
}
</style>
border-color css
<style>
span { border-color: #226CE9; }
span { border-color: rgb(34,108,233); }
td.TdClassName
{
border-color: #226CE9;
}
.TagClassName
{
border-color: #226CE9;
}
</style>