Shades of Royal Blue #226DF3
Tints of Royal Blue #226DF3
RGB
CMYK
RGB Variations
Color information
#226DF3 (or 0x226DF3) is known color: Royal Blue. HEX triplet: 22, 6D and F3. RGB value is (34,109,243). Sum of RGB (Red+Green+Blue) = 34+109+243=386 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.81% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #226DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #226DF3 is #DD920C. Grayscale: #656565. Windows color (decimal): -14520845 or 15953186. OLE color: 15953186.
HSL color Cylindrical-coordinate representation of color #226DF3: hue angle of 218.47º degrees, saturation: 0.9, 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 #226DF3 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 109 | 243 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.05 |
| HSL | 218.47º | 0.9% | 0.54% | - |
| HSV(B) | 218.47º | 0.86% | 0.95% | - |
| XYZ | 22.31 | 17.75 | 87.04 | - |
| YUV | 101.85 | 207.65 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 243 | 0.86 | 0.55 | 0 | 0.05 | 218.47 | 0.9 | 0.54 |
| Hex | 22 | 6D | F3 | 56 | 37 | 0 | 5 | DA | 5A | 36 |
| Octal | 42 | 155 | 363 | 126 | 67 | 0 | 5 | 332 | 132 | 66 |
| Binary | 100010 | 1101101 | 11110011 | 1010110 | 110111 | 0 | 101 | 11011010 | 1011010 | 110110 |
Color Harmonies of #226DF3
Complementary color
Monochromatic Colors of #226DF3
Black with #226DF3
Text Example
Text Example
White with #226DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DF3; }
p { color: rgb(34,109,243); }
H1.HeaderClassName
{
color: #226DF3;
}
.AnyTagClassName
{
color: #226DF3;
}
</style>
background-color css
<style>
a { background-color: #226DF3; }
a { background-color: rgb(34,109,243); }
div.DivClassName
{
background-color: #226DF3;
}
.BgClassName
{
background-color: #226DF3;
}
</style>
border-color css
<style>
span { border-color: #226DF3; }
span { border-color: rgb(34,109,243); }
td.TdClassName
{
border-color: #226DF3;
}
.TagClassName
{
border-color: #226DF3;
}
</style>