Shades of Blue #2200EF
Tints of Blue #2200EF
RGB
CMYK
RGB Variations
Color information
#2200EF (or 0x2200EF) is known color: Blue. HEX triplet: 22, 00 and EF. RGB value is (34,0,239). Sum of RGB (Red+Green+Blue) = 34+0+239=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #2200EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2200EF is #DDFF10. Grayscale: #242424. Windows color (decimal): -14548753 or 15663138. OLE color: 15663138.
HSL color Cylindrical-coordinate representation of color #2200EF: hue angle of 248.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200EF is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 0 | 239 | - |
| CMYK | 0.86 | 1 | 0 | 0.06 |
| HSL | 248.54º | 1% | 0.47% | - |
| HSV(B) | 248.54º | 1% | 0.94% | - |
| XYZ | 16.24 | 6.57 | 82.07 | - |
| YUV | 37.41 | 241.76 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 239 | 0.86 | 1 | 0 | 0.06 | 248.54 | 1 | 0.47 |
| Hex | 22 | 0 | EF | 56 | 64 | 0 | 6 | F9 | 64 | 2F |
| Octal | 42 | 0 | 357 | 126 | 144 | 0 | 6 | 371 | 144 | 57 |
| Binary | 100010 | 0 | 11101111 | 1010110 | 1100100 | 0 | 110 | 11111001 | 1100100 | 101111 |
Color Harmonies of #2200EF
Complementary color
Monochromatic Colors of #2200EF
Black with #2200EF
Text Example
Text Example
White with #2200EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200EF; }
p { color: rgb(34,0,239); }
H1.HeaderClassName
{
color: #2200EF;
}
.AnyTagClassName
{
color: #2200EF;
}
</style>
background-color css
<style>
a { background-color: #2200EF; }
a { background-color: rgb(34,0,239); }
div.DivClassName
{
background-color: #2200EF;
}
.BgClassName
{
background-color: #2200EF;
}
</style>
border-color css
<style>
span { border-color: #2200EF; }
span { border-color: rgb(34,0,239); }
td.TdClassName
{
border-color: #2200EF;
}
.TagClassName
{
border-color: #2200EF;
}
</style>