Shades of Royal Blue #226CEE
Tints of Royal Blue #226CEE
RGB
CMYK
RGB Variations
Color information
#226CEE (or 0x226CEE) is known color: Royal Blue. HEX triplet: 22, 6C and EE. RGB value is (34,108,238). Sum of RGB (Red+Green+Blue) = 34+108+238=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #226CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226CEE is #DD9311. Grayscale: #646464. Windows color (decimal): -14521106 or 15625250. OLE color: 15625250.
HSL color Cylindrical-coordinate representation of color #226CEE: hue angle of 218.24º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226CEE is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 108 | 238 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.07 |
| HSL | 218.24º | 0.86% | 0.53% | - |
| HSV(B) | 218.24º | 0.86% | 0.93% | - |
| XYZ | 21.45 | 17.24 | 83.09 | - |
| YUV | 100.69 | 205.48 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 238 | 0.86 | 0.55 | 0 | 0.07 | 218.24 | 0.86 | 0.53 |
| Hex | 22 | 6C | EE | 56 | 37 | 0 | 7 | DA | 56 | 35 |
| Octal | 42 | 154 | 356 | 126 | 67 | 0 | 7 | 332 | 126 | 65 |
| Binary | 100010 | 1101100 | 11101110 | 1010110 | 110111 | 0 | 111 | 11011010 | 1010110 | 110101 |
Color Harmonies of #226CEE
Complementary color
Monochromatic Colors of #226CEE
Black with #226CEE
Text Example
Text Example
White with #226CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CEE; }
p { color: rgb(34,108,238); }
H1.HeaderClassName
{
color: #226CEE;
}
.AnyTagClassName
{
color: #226CEE;
}
</style>
background-color css
<style>
a { background-color: #226CEE; }
a { background-color: rgb(34,108,238); }
div.DivClassName
{
background-color: #226CEE;
}
.BgClassName
{
background-color: #226CEE;
}
</style>
border-color css
<style>
span { border-color: #226CEE; }
span { border-color: rgb(34,108,238); }
td.TdClassName
{
border-color: #226CEE;
}
.TagClassName
{
border-color: #226CEE;
}
</style>