Shades of Denim #226ED7
Tints of Denim #226ED7
RGB
CMYK
RGB Variations
Color information
#226ED7 (or 0x226ED7) is known color: Denim. HEX triplet: 22, 6E and D7. RGB value is (34,110,215). Sum of RGB (Red+Green+Blue) = 34+110+215=359 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.47% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #226ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ED7 is #DD9128. Grayscale: #626262. Windows color (decimal): -14520617 or 14118434. OLE color: 14118434.
HSL color Cylindrical-coordinate representation of color #226ED7: hue angle of 214.81º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #226ED7 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 110 | 215 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.16 |
| HSL | 214.81º | 0.73% | 0.49% | - |
| HSV(B) | 214.81º | 0.84% | 0.84% | - |
| XYZ | 18.5 | 16.4 | 66.48 | - |
| YUV | 99.25 | 193.32 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 215 | 0.84 | 0.49 | 0 | 0.16 | 214.81 | 0.73 | 0.49 |
| Hex | 22 | 6E | D7 | 54 | 31 | 0 | 10 | D7 | 49 | 31 |
| Octal | 42 | 156 | 327 | 124 | 61 | 0 | 20 | 327 | 111 | 61 |
| Binary | 100010 | 1101110 | 11010111 | 1010100 | 110001 | 0 | 10000 | 11010111 | 1001001 | 110001 |
Color Harmonies of #226ED7
Complementary color
Monochromatic Colors of #226ED7
Black with #226ED7
Text Example
Text Example
White with #226ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226ED7; }
p { color: rgb(34,110,215); }
H1.HeaderClassName
{
color: #226ED7;
}
.AnyTagClassName
{
color: #226ED7;
}
</style>
background-color css
<style>
a { background-color: #226ED7; }
a { background-color: rgb(34,110,215); }
div.DivClassName
{
background-color: #226ED7;
}
.BgClassName
{
background-color: #226ED7;
}
</style>
border-color css
<style>
span { border-color: #226ED7; }
span { border-color: rgb(34,110,215); }
td.TdClassName
{
border-color: #226ED7;
}
.TagClassName
{
border-color: #226ED7;
}
</style>