Shades of Royal Blue #226EE4
Tints of Royal Blue #226EE4
RGB
CMYK
RGB Variations
Color information
#226EE4 (or 0x226EE4) is known color: Royal Blue. HEX triplet: 22, 6E and E4. RGB value is (34,110,228). Sum of RGB (Red+Green+Blue) = 34+110+228=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 228 (89.45% from 255 or 61.29% from 372); Max value from RGB is 228 - color contains mainly: blue. Hex color #226EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226EE4 is #DD911B. Grayscale: #646464. Windows color (decimal): -14520604 or 14970402. OLE color: 14970402.
HSL color Cylindrical-coordinate representation of color #226EE4: hue angle of 216.49º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226EE4 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 110 | 228 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.11 |
| HSL | 216.49º | 0.78% | 0.51% | - |
| HSV(B) | 216.49º | 0.85% | 0.89% | - |
| XYZ | 20.24 | 17.09 | 75.63 | - |
| YUV | 100.73 | 199.82 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 228 | 0.85 | 0.52 | 0 | 0.11 | 216.49 | 0.78 | 0.51 |
| Hex | 22 | 6E | E4 | 55 | 34 | 0 | B | D8 | 4E | 33 |
| Octal | 42 | 156 | 344 | 125 | 64 | 0 | 13 | 330 | 116 | 63 |
| Binary | 100010 | 1101110 | 11100100 | 1010101 | 110100 | 0 | 1011 | 11011000 | 1001110 | 110011 |
Color Harmonies of #226EE4
Complementary color
Monochromatic Colors of #226EE4
Black with #226EE4
Text Example
Text Example
White with #226EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226EE4; }
p { color: rgb(34,110,228); }
H1.HeaderClassName
{
color: #226EE4;
}
.AnyTagClassName
{
color: #226EE4;
}
</style>
background-color css
<style>
a { background-color: #226EE4; }
a { background-color: rgb(34,110,228); }
div.DivClassName
{
background-color: #226EE4;
}
.BgClassName
{
background-color: #226EE4;
}
</style>
border-color css
<style>
span { border-color: #226EE4; }
span { border-color: rgb(34,110,228); }
td.TdClassName
{
border-color: #226EE4;
}
.TagClassName
{
border-color: #226EE4;
}
</style>