Shades of Blue #2200F2
Tints of Blue #2200F2
RGB
CMYK
RGB Variations
Color information
#2200F2 (or 0x2200F2) is known color: Blue. HEX triplet: 22, 00 and F2. RGB value is (34,0,242). Sum of RGB (Red+Green+Blue) = 34+0+242=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 242 (94.92% from 255 or 87.68% from 276); Max value from RGB is 242 - color contains mainly: blue. Hex color #2200F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2200F2 is #DDFF0D. Grayscale: #242424. Windows color (decimal): -14548750 or 15859746. OLE color: 15859746.
HSL color Cylindrical-coordinate representation of color #2200F2: hue angle of 248.43º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200F2 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 0 | 242 | - |
| CMYK | 0.86 | 1 | 0 | 0.05 |
| HSL | 248.43º | 1% | 0.47% | - |
| HSV(B) | 248.43º | 1% | 0.95% | - |
| XYZ | 16.69 | 6.75 | 84.43 | - |
| YUV | 37.75 | 243.26 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 242 | 0.86 | 1 | 0 | 0.05 | 248.43 | 1 | 0.47 |
| Hex | 22 | 0 | F2 | 56 | 64 | 0 | 5 | F8 | 64 | 2F |
| Octal | 42 | 0 | 362 | 126 | 144 | 0 | 5 | 370 | 144 | 57 |
| Binary | 100010 | 0 | 11110010 | 1010110 | 1100100 | 0 | 101 | 11111000 | 1100100 | 101111 |
Color Harmonies of #2200F2
Complementary color
Monochromatic Colors of #2200F2
Black with #2200F2
Text Example
Text Example
White with #2200F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200F2; }
p { color: rgb(34,0,242); }
H1.HeaderClassName
{
color: #2200F2;
}
.AnyTagClassName
{
color: #2200F2;
}
</style>
background-color css
<style>
a { background-color: #2200F2; }
a { background-color: rgb(34,0,242); }
div.DivClassName
{
background-color: #2200F2;
}
.BgClassName
{
background-color: #2200F2;
}
</style>
border-color css
<style>
span { border-color: #2200F2; }
span { border-color: rgb(34,0,242); }
td.TdClassName
{
border-color: #2200F2;
}
.TagClassName
{
border-color: #2200F2;
}
</style>