Shades of Blue #0209E9
Tints of Blue #0209E9
RGB
CMYK
RGB Variations
Color information
#0209E9 (or 0x0209E9) is known color: Blue. HEX triplet: 02, 09 and E9. RGB value is (2,9,233). Sum of RGB (Red+Green+Blue) = 2+9+233=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 233 (91.41% from 255 or 95.49% from 244); Max value from RGB is 233 - color contains mainly: blue. Hex color #0209E9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0209E9 is #FDF616. Grayscale: #1F1F1F. Windows color (decimal): -16643607 or 15272194. OLE color: 15272194.
HSL color Cylindrical-coordinate representation of color #0209E9: hue angle of 238.18º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0209E9 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 9 | 233 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.09 |
| HSL | 238.18º | 0.98% | 0.46% | - |
| HSV(B) | 238.18º | 0.99% | 0.91% | - |
| XYZ | 14.83 | 6.09 | 77.48 | - |
| YUV | 32.44 | 241.18 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 233 | 0.99 | 0.96 | 0 | 0.09 | 238.18 | 0.98 | 0.46 |
| Hex | 2 | 9 | E9 | 63 | 60 | 0 | 9 | EE | 62 | 2E |
| Octal | 2 | 11 | 351 | 143 | 140 | 0 | 11 | 356 | 142 | 56 |
| Binary | 10 | 1001 | 11101001 | 1100011 | 1100000 | 0 | 1001 | 11101110 | 1100010 | 101110 |
Color Harmonies of #0209E9
Complementary color
Monochromatic Colors of #0209E9
Black with #0209E9
Text Example
Text Example
White with #0209E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0209E9; }
p { color: rgb(2,9,233); }
H1.HeaderClassName
{
color: #0209E9;
}
.AnyTagClassName
{
color: #0209E9;
}
</style>
background-color css
<style>
a { background-color: #0209E9; }
a { background-color: rgb(2,9,233); }
div.DivClassName
{
background-color: #0209E9;
}
.BgClassName
{
background-color: #0209E9;
}
</style>
border-color css
<style>
span { border-color: #0209E9; }
span { border-color: rgb(2,9,233); }
td.TdClassName
{
border-color: #0209E9;
}
.TagClassName
{
border-color: #0209E9;
}
</style>