Shades of Royal Blue #226DF2
Tints of Royal Blue #226DF2
RGB
CMYK
RGB Variations
Color information
#226DF2 (or 0x226DF2) is known color: Royal Blue. HEX triplet: 22, 6D and F2. RGB value is (34,109,242). Sum of RGB (Red+Green+Blue) = 34+109+242=385 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.83% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #226DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226DF2 is #DD920D. Grayscale: #656565. Windows color (decimal): -14520846 or 15887650. OLE color: 15887650.
HSL color Cylindrical-coordinate representation of color #226DF2: hue angle of 218.37º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #226DF2 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 109 | 242 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.05 |
| HSL | 218.37º | 0.89% | 0.54% | - |
| HSV(B) | 218.37º | 0.86% | 0.95% | - |
| XYZ | 22.16 | 17.69 | 86.25 | - |
| YUV | 101.74 | 207.15 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 242 | 0.86 | 0.55 | 0 | 0.05 | 218.37 | 0.89 | 0.54 |
| Hex | 22 | 6D | F2 | 56 | 37 | 0 | 5 | DA | 59 | 36 |
| Octal | 42 | 155 | 362 | 126 | 67 | 0 | 5 | 332 | 131 | 66 |
| Binary | 100010 | 1101101 | 11110010 | 1010110 | 110111 | 0 | 101 | 11011010 | 1011001 | 110110 |
Color Harmonies of #226DF2
Complementary color
Monochromatic Colors of #226DF2
Black with #226DF2
Text Example
Text Example
White with #226DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DF2; }
p { color: rgb(34,109,242); }
H1.HeaderClassName
{
color: #226DF2;
}
.AnyTagClassName
{
color: #226DF2;
}
</style>
background-color css
<style>
a { background-color: #226DF2; }
a { background-color: rgb(34,109,242); }
div.DivClassName
{
background-color: #226DF2;
}
.BgClassName
{
background-color: #226DF2;
}
</style>
border-color css
<style>
span { border-color: #226DF2; }
span { border-color: rgb(34,109,242); }
td.TdClassName
{
border-color: #226DF2;
}
.TagClassName
{
border-color: #226DF2;
}
</style>