Shades of Blue #0209FF
Tints of Blue #0209FF
RGB
CMYK
RGB Variations
Color information
#0209FF (or 0x0209FF) is known color: Blue. HEX triplet: 02, 09 and FF. RGB value is (2,9,255). Sum of RGB (Red+Green+Blue) = 2+9+255=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 255 (100% from 255 or 95.86% from 266); Max value from RGB is 255 - color contains mainly: blue. Hex color #0209FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0209FF is #FDF600. Grayscale: #212121. Windows color (decimal): -16643585 or 16713986. OLE color: 16713986.
HSL color Cylindrical-coordinate representation of color #0209FF: hue angle of 238.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0209FF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 9 | 255 | - |
| CMYK | 0.99 | 0.96 | 0 | 0 |
| HSL | 238.34º | 1% | 0.5% | - |
| HSV(B) | 238.34º | 0.99% | 1% | - |
| XYZ | 18.17 | 7.43 | 95.08 | - |
| YUV | 34.95 | 252.18 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 255 | 0.99 | 0.96 | 0 | 0 | 238.34 | 1 | 0.5 |
| Hex | 2 | 9 | FF | 63 | 60 | 0 | 0 | EE | 64 | 32 |
| Octal | 2 | 11 | 377 | 143 | 140 | 0 | 0 | 356 | 144 | 62 |
| Binary | 10 | 1001 | 11111111 | 1100011 | 1100000 | 0 | 0 | 11101110 | 1100100 | 110010 |
Color Harmonies of #0209FF
Complementary color
Monochromatic Colors of #0209FF
Black with #0209FF
Text Example
Text Example
White with #0209FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0209FF; }
p { color: rgb(2,9,255); }
H1.HeaderClassName
{
color: #0209FF;
}
.AnyTagClassName
{
color: #0209FF;
}
</style>
background-color css
<style>
a { background-color: #0209FF; }
a { background-color: rgb(2,9,255); }
div.DivClassName
{
background-color: #0209FF;
}
.BgClassName
{
background-color: #0209FF;
}
</style>
border-color css
<style>
span { border-color: #0209FF; }
span { border-color: rgb(2,9,255); }
td.TdClassName
{
border-color: #0209FF;
}
.TagClassName
{
border-color: #0209FF;
}
</style>