Shades of Blue #2206EE
Tints of Blue #2206EE
RGB
CMYK
RGB Variations
Color information
#2206EE (or 0x2206EE) is known color: Blue. HEX triplet: 22, 06 and EE. RGB value is (34,6,238). Sum of RGB (Red+Green+Blue) = 34+6+238=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 238 (93.36% from 255 or 85.61% from 278); Max value from RGB is 238 - color contains mainly: blue. Hex color #2206EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2206EE is #DDF911. Grayscale: #272727. Windows color (decimal): -14547218 or 15599138. OLE color: 15599138.
HSL color Cylindrical-coordinate representation of color #2206EE: hue angle of 247.24º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206EE is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 6 | 238 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.07 |
| HSL | 247.24º | 0.95% | 0.48% | - |
| HSV(B) | 247.24º | 0.97% | 0.93% | - |
| XYZ | 16.16 | 6.64 | 81.32 | - |
| YUV | 40.82 | 239.28 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 238 | 0.86 | 0.97 | 0 | 0.07 | 247.24 | 0.95 | 0.48 |
| Hex | 22 | 6 | EE | 56 | 61 | 0 | 7 | F7 | 5F | 30 |
| Octal | 42 | 6 | 356 | 126 | 141 | 0 | 7 | 367 | 137 | 60 |
| Binary | 100010 | 110 | 11101110 | 1010110 | 1100001 | 0 | 111 | 11110111 | 1011111 | 110000 |
Color Harmonies of #2206EE
Complementary color
Monochromatic Colors of #2206EE
Black with #2206EE
Text Example
Text Example
White with #2206EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2206EE; }
p { color: rgb(34,6,238); }
H1.HeaderClassName
{
color: #2206EE;
}
.AnyTagClassName
{
color: #2206EE;
}
</style>
background-color css
<style>
a { background-color: #2206EE; }
a { background-color: rgb(34,6,238); }
div.DivClassName
{
background-color: #2206EE;
}
.BgClassName
{
background-color: #2206EE;
}
</style>
border-color css
<style>
span { border-color: #2206EE; }
span { border-color: rgb(34,6,238); }
td.TdClassName
{
border-color: #2206EE;
}
.TagClassName
{
border-color: #2206EE;
}
</style>