Shades of Blue #2009EF
Tints of Blue #2009EF
RGB
CMYK
RGB Variations
Color information
#2009EF (or 0x2009EF) is known color: Blue. HEX triplet: 20, 09 and EF. RGB value is (32,9,239). Sum of RGB (Red+Green+Blue) = 32+9+239=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #2009EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2009EF is #DFF610. Grayscale: #292929. Windows color (decimal): -14677521 or 15665440. OLE color: 15665440.
HSL color Cylindrical-coordinate representation of color #2009EF: hue angle of 246º 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 #2009EF is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 9 | 239 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.06 |
| HSL | 246º | 0.93% | 0.49% | - |
| HSV(B) | 246º | 0.96% | 0.94% | - |
| XYZ | 16.27 | 6.73 | 82.1 | - |
| YUV | 42.1 | 239.12 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 239 | 0.87 | 0.96 | 0 | 0.06 | 246 | 0.93 | 0.49 |
| Hex | 20 | 9 | EF | 57 | 60 | 0 | 6 | F6 | 5D | 31 |
| Octal | 40 | 11 | 357 | 127 | 140 | 0 | 6 | 366 | 135 | 61 |
| Binary | 100000 | 1001 | 11101111 | 1010111 | 1100000 | 0 | 110 | 11110110 | 1011101 | 110001 |
Color Harmonies of #2009EF
Complementary color
Monochromatic Colors of #2009EF
Black with #2009EF
Text Example
Text Example
White with #2009EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2009EF; }
p { color: rgb(32,9,239); }
H1.HeaderClassName
{
color: #2009EF;
}
.AnyTagClassName
{
color: #2009EF;
}
</style>
background-color css
<style>
a { background-color: #2009EF; }
a { background-color: rgb(32,9,239); }
div.DivClassName
{
background-color: #2009EF;
}
.BgClassName
{
background-color: #2009EF;
}
</style>
border-color css
<style>
span { border-color: #2009EF; }
span { border-color: rgb(32,9,239); }
td.TdClassName
{
border-color: #2009EF;
}
.TagClassName
{
border-color: #2009EF;
}
</style>