Shades of Blue #0209FE
Tints of Blue #0209FE
RGB
CMYK
RGB Variations
Color information
#0209FE (or 0x0209FE) is known color: Blue. HEX triplet: 02, 09 and FE. RGB value is (2,9,254). Sum of RGB (Red+Green+Blue) = 2+9+254=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 254 (99.61% from 255 or 95.85% from 265); Max value from RGB is 254 - color contains mainly: blue. Hex color #0209FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0209FE is #FDF601. Grayscale: #212121. Windows color (decimal): -16643586 or 16648450. OLE color: 16648450.
HSL color Cylindrical-coordinate representation of color #0209FE: hue angle of 238.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0209FE is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 9 | 254 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.00 |
| HSL | 238.33º | 0.99% | 0.5% | - |
| HSV(B) | 238.33º | 0.99% | 1% | - |
| XYZ | 18.01 | 7.36 | 94.24 | - |
| YUV | 34.84 | 251.68 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 254 | 0.99 | 0.96 | 0 | 0.00 | 238.33 | 0.99 | 0.5 |
| Hex | 2 | 9 | FE | 63 | 60 | 0 | 0 | EE | 63 | 32 |
| Octal | 2 | 11 | 376 | 143 | 140 | 0 | 0 | 356 | 143 | 62 |
| Binary | 10 | 1001 | 11111110 | 1100011 | 1100000 | 0 | 0 | 11101110 | 1100011 | 110010 |
Color Harmonies of #0209FE
Complementary color
Monochromatic Colors of #0209FE
Black with #0209FE
Text Example
Text Example
White with #0209FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0209FE; }
p { color: rgb(2,9,254); }
H1.HeaderClassName
{
color: #0209FE;
}
.AnyTagClassName
{
color: #0209FE;
}
</style>
background-color css
<style>
a { background-color: #0209FE; }
a { background-color: rgb(2,9,254); }
div.DivClassName
{
background-color: #0209FE;
}
.BgClassName
{
background-color: #0209FE;
}
</style>
border-color css
<style>
span { border-color: #0209FE; }
span { border-color: rgb(2,9,254); }
td.TdClassName
{
border-color: #0209FE;
}
.TagClassName
{
border-color: #0209FE;
}
</style>