Shades of Royal Blue #226BDD
Tints of Royal Blue #226BDD
RGB
CMYK
RGB Variations
Color information
#226BDD (or 0x226BDD) is known color: Royal Blue. HEX triplet: 22, 6B and DD. RGB value is (34,107,221). Sum of RGB (Red+Green+Blue) = 34+107+221=362 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.39% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #226BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226BDD is #DD9422. Grayscale: #616161. Windows color (decimal): -14521379 or 14510882. OLE color: 14510882.
HSL color Cylindrical-coordinate representation of color #226BDD: hue angle of 216.58º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #226BDD is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 107 | 221 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.13 |
| HSL | 216.58º | 0.73% | 0.5% | - |
| HSV(B) | 216.58º | 0.85% | 0.87% | - |
| XYZ | 18.97 | 16.08 | 70.51 | - |
| YUV | 98.17 | 197.32 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 221 | 0.85 | 0.52 | 0 | 0.13 | 216.58 | 0.73 | 0.5 |
| Hex | 22 | 6B | DD | 55 | 34 | 0 | D | D9 | 49 | 32 |
| Octal | 42 | 153 | 335 | 125 | 64 | 0 | 15 | 331 | 111 | 62 |
| Binary | 100010 | 1101011 | 11011101 | 1010101 | 110100 | 0 | 1101 | 11011001 | 1001001 | 110010 |
Color Harmonies of #226BDD
Complementary color
Monochromatic Colors of #226BDD
Black with #226BDD
Text Example
Text Example
White with #226BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226BDD; }
p { color: rgb(34,107,221); }
H1.HeaderClassName
{
color: #226BDD;
}
.AnyTagClassName
{
color: #226BDD;
}
</style>
background-color css
<style>
a { background-color: #226BDD; }
a { background-color: rgb(34,107,221); }
div.DivClassName
{
background-color: #226BDD;
}
.BgClassName
{
background-color: #226BDD;
}
</style>
border-color css
<style>
span { border-color: #226BDD; }
span { border-color: rgb(34,107,221); }
td.TdClassName
{
border-color: #226BDD;
}
.TagClassName
{
border-color: #226BDD;
}
</style>