Shades of Blue #220FF4
Tints of Blue #220FF4
RGB
CMYK
RGB Variations
Color information
#220FF4 (or 0x220FF4) is known color: Blue. HEX triplet: 22, 0F and F4. RGB value is (34,15,244). Sum of RGB (Red+Green+Blue) = 34+15+244=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 244 (95.70% from 255 or 83.28% from 293); Max value from RGB is 244 - color contains mainly: blue. Hex color #220FF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220FF4 is #DDF00B. Grayscale: #2D2D2D. Windows color (decimal): -14544908 or 15994658. OLE color: 15994658.
HSL color Cylindrical-coordinate representation of color #220FF4: hue angle of 244.98º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220FF4 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 15 | 244 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.04 |
| HSL | 244.98º | 0.91% | 0.51% | - |
| HSV(B) | 244.98º | 0.94% | 0.96% | - |
| XYZ | 17.16 | 7.21 | 86.08 | - |
| YUV | 46.79 | 239.29 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 244 | 0.86 | 0.94 | 0 | 0.04 | 244.98 | 0.91 | 0.51 |
| Hex | 22 | F | F4 | 56 | 5E | 0 | 4 | F5 | 5B | 33 |
| Octal | 42 | 17 | 364 | 126 | 136 | 0 | 4 | 365 | 133 | 63 |
| Binary | 100010 | 1111 | 11110100 | 1010110 | 1011110 | 0 | 100 | 11110101 | 1011011 | 110011 |
Color Harmonies of #220FF4
Complementary color
Monochromatic Colors of #220FF4
Black with #220FF4
Text Example
Text Example
White with #220FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220FF4; }
p { color: rgb(34,15,244); }
H1.HeaderClassName
{
color: #220FF4;
}
.AnyTagClassName
{
color: #220FF4;
}
</style>
background-color css
<style>
a { background-color: #220FF4; }
a { background-color: rgb(34,15,244); }
div.DivClassName
{
background-color: #220FF4;
}
.BgClassName
{
background-color: #220FF4;
}
</style>
border-color css
<style>
span { border-color: #220FF4; }
span { border-color: rgb(34,15,244); }
td.TdClassName
{
border-color: #220FF4;
}
.TagClassName
{
border-color: #220FF4;
}
</style>