Shades of Blue #0904FE
Tints of Blue #0904FE
RGB
CMYK
RGB Variations
Color information
#0904FE (or 0x0904FE) is known color: Blue. HEX triplet: 09, 04 and FE. RGB value is (9,4,254). Sum of RGB (Red+Green+Blue) = 9+4+254=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 254 (99.61% from 255 or 95.13% from 267); Max value from RGB is 254 - color contains mainly: blue. Hex color #0904FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0904FE is #F6FB01. Grayscale: #212121. Windows color (decimal): -16186114 or 16647177. OLE color: 16647177.
HSL color Cylindrical-coordinate representation of color #0904FE: hue angle of 241.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0904FE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 4 | 254 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.00 |
| HSL | 241.2º | 0.99% | 0.51% | - |
| HSV(B) | 241.2º | 0.98% | 1% | - |
| XYZ | 18.05 | 7.3 | 94.22 | - |
| YUV | 34 | 252.16 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 254 | 0.96 | 0.98 | 0 | 0.00 | 241.2 | 0.99 | 0.51 |
| Hex | 9 | 4 | FE | 60 | 62 | 0 | 0 | F1 | 63 | 33 |
| Octal | 11 | 4 | 376 | 140 | 142 | 0 | 0 | 361 | 143 | 63 |
| Binary | 1001 | 100 | 11111110 | 1100000 | 1100010 | 0 | 0 | 11110001 | 1100011 | 110011 |
Color Harmonies of #0904FE
Complementary color
Monochromatic Colors of #0904FE
Black with #0904FE
Text Example
Text Example
White with #0904FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0904FE; }
p { color: rgb(9,4,254); }
H1.HeaderClassName
{
color: #0904FE;
}
.AnyTagClassName
{
color: #0904FE;
}
</style>
background-color css
<style>
a { background-color: #0904FE; }
a { background-color: rgb(9,4,254); }
div.DivClassName
{
background-color: #0904FE;
}
.BgClassName
{
background-color: #0904FE;
}
</style>
border-color css
<style>
span { border-color: #0904FE; }
span { border-color: rgb(9,4,254); }
td.TdClassName
{
border-color: #0904FE;
}
.TagClassName
{
border-color: #0904FE;
}
</style>