Shades of Blue #2209F0
Tints of Blue #2209F0
RGB
CMYK
RGB Variations
Color information
#2209F0 (or 0x2209F0) is known color: Blue. HEX triplet: 22, 09 and F0. RGB value is (34,9,240). Sum of RGB (Red+Green+Blue) = 34+9+240=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 240 (94.14% from 255 or 84.81% from 283); Max value from RGB is 240 - color contains mainly: blue. Hex color #2209F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2209F0 is #DDF60F. Grayscale: #292929. Windows color (decimal): -14546448 or 15730978. OLE color: 15730978.
HSL color Cylindrical-coordinate representation of color #2209F0: hue angle of 246.49º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2209F0 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 9 | 240 | - |
| CMYK | 0.86 | 0.96 | 0 | 0.06 |
| HSL | 246.49º | 0.93% | 0.49% | - |
| HSV(B) | 246.49º | 0.96% | 0.94% | - |
| XYZ | 16.49 | 6.83 | 82.89 | - |
| YUV | 42.81 | 239.28 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 240 | 0.86 | 0.96 | 0 | 0.06 | 246.49 | 0.93 | 0.49 |
| Hex | 22 | 9 | F0 | 56 | 60 | 0 | 6 | F6 | 5D | 31 |
| Octal | 42 | 11 | 360 | 126 | 140 | 0 | 6 | 366 | 135 | 61 |
| Binary | 100010 | 1001 | 11110000 | 1010110 | 1100000 | 0 | 110 | 11110110 | 1011101 | 110001 |
Color Harmonies of #2209F0
Complementary color
Monochromatic Colors of #2209F0
Black with #2209F0
Text Example
Text Example
White with #2209F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2209F0; }
p { color: rgb(34,9,240); }
H1.HeaderClassName
{
color: #2209F0;
}
.AnyTagClassName
{
color: #2209F0;
}
</style>
background-color css
<style>
a { background-color: #2209F0; }
a { background-color: rgb(34,9,240); }
div.DivClassName
{
background-color: #2209F0;
}
.BgClassName
{
background-color: #2209F0;
}
</style>
border-color css
<style>
span { border-color: #2209F0; }
span { border-color: rgb(34,9,240); }
td.TdClassName
{
border-color: #2209F0;
}
.TagClassName
{
border-color: #2209F0;
}
</style>