Shades of Blue #2009F2
Tints of Blue #2009F2
RGB
CMYK
RGB Variations
Color information
#2009F2 (or 0x2009F2) is known color: Blue. HEX triplet: 20, 09 and F2. RGB value is (32,9,242). Sum of RGB (Red+Green+Blue) = 32+9+242=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 242 (94.92% from 255 or 85.51% from 283); Max value from RGB is 242 - color contains mainly: blue. Hex color #2009F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2009F2 is #DFF60D. Grayscale: #292929. Windows color (decimal): -14677518 or 15862048. OLE color: 15862048.
HSL color Cylindrical-coordinate representation of color #2009F2: hue angle of 245.92º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2009F2 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 9 | 242 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.05 |
| HSL | 245.92º | 0.93% | 0.49% | - |
| HSV(B) | 245.92º | 0.96% | 0.95% | - |
| XYZ | 16.72 | 6.91 | 84.46 | - |
| YUV | 42.44 | 240.62 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 242 | 0.87 | 0.96 | 0 | 0.05 | 245.92 | 0.93 | 0.49 |
| Hex | 20 | 9 | F2 | 57 | 60 | 0 | 5 | F6 | 5D | 31 |
| Octal | 40 | 11 | 362 | 127 | 140 | 0 | 5 | 366 | 135 | 61 |
| Binary | 100000 | 1001 | 11110010 | 1010111 | 1100000 | 0 | 101 | 11110110 | 1011101 | 110001 |
Color Harmonies of #2009F2
Complementary color
Monochromatic Colors of #2009F2
Black with #2009F2
Text Example
Text Example
White with #2009F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009F2; }
p { color: rgb(32,9,242); }
H1.HeaderClassName
{
color: #2009F2;
}
.AnyTagClassName
{
color: #2009F2;
}
</style>
background-color css
<style>
a { background-color: #2009F2; }
a { background-color: rgb(32,9,242); }
div.DivClassName
{
background-color: #2009F2;
}
.BgClassName
{
background-color: #2009F2;
}
</style>
border-color css
<style>
span { border-color: #2009F2; }
span { border-color: rgb(32,9,242); }
td.TdClassName
{
border-color: #2009F2;
}
.TagClassName
{
border-color: #2009F2;
}
</style>