Shades of Blue #0009FE
Tints of Blue #0009FE
RGB
CMYK
RGB Variations
Color information
#0009FE (or 0x0009FE) is known color: Blue. HEX triplet: 00, 09 and FE. RGB value is (0,9,254). Sum of RGB (Red+Green+Blue) = 0+9+254=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 254 (99.61% from 255 or 96.58% from 263); Max value from RGB is 254 - color contains mainly: blue. Hex color #0009FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0009FE is #FFF601. Grayscale: #212121. Windows color (decimal): -16774658 or 16648448. OLE color: 16648448.
HSL color Cylindrical-coordinate representation of color #0009FE: hue angle of 237.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0009FE is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 9 | 254 | - |
| CMYK | 1 | 0.96 | 0 | 0.00 |
| HSL | 237.87º | 1% | 0.5% | - |
| HSV(B) | 237.87º | 1% | 1% | - |
| XYZ | 17.99 | 7.35 | 94.24 | - |
| YUV | 34.24 | 252.02 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 254 | 1 | 0.96 | 0 | 0.00 | 237.87 | 1 | 0.5 |
| Hex | 0 | 9 | FE | 64 | 60 | 0 | 0 | EE | 64 | 32 |
| Octal | 0 | 11 | 376 | 144 | 140 | 0 | 0 | 356 | 144 | 62 |
| Binary | 0 | 1001 | 11111110 | 1100100 | 1100000 | 0 | 0 | 11101110 | 1100100 | 110010 |
Color Harmonies of #0009FE
Complementary color
Monochromatic Colors of #0009FE
Black with #0009FE
Text Example
Text Example
White with #0009FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0009FE; }
p { color: rgb(0,9,254); }
H1.HeaderClassName
{
color: #0009FE;
}
.AnyTagClassName
{
color: #0009FE;
}
</style>
background-color css
<style>
a { background-color: #0009FE; }
a { background-color: rgb(0,9,254); }
div.DivClassName
{
background-color: #0009FE;
}
.BgClassName
{
background-color: #0009FE;
}
</style>
border-color css
<style>
span { border-color: #0009FE; }
span { border-color: rgb(0,9,254); }
td.TdClassName
{
border-color: #0009FE;
}
.TagClassName
{
border-color: #0009FE;
}
</style>