Shades of Blue #0905FE
Tints of Blue #0905FE
RGB
CMYK
RGB Variations
Color information
#0905FE (or 0x0905FE) is known color: Blue. HEX triplet: 09, 05 and FE. RGB value is (9,5,254). Sum of RGB (Red+Green+Blue) = 9+5+254=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 254 (99.61% from 255 or 94.78% from 268); Max value from RGB is 254 - color contains mainly: blue. Hex color #0905FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0905FE is #F6FA01. Grayscale: #212121. Windows color (decimal): -16185858 or 16647433. OLE color: 16647433.
HSL color Cylindrical-coordinate representation of color #0905FE: hue angle of 240.96º 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 #0905FE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 5 | 254 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.00 |
| HSL | 240.96º | 0.99% | 0.51% | - |
| HSV(B) | 240.96º | 0.98% | 1% | - |
| XYZ | 18.06 | 7.32 | 94.23 | - |
| YUV | 34.58 | 251.83 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 254 | 0.96 | 0.98 | 0 | 0.00 | 240.96 | 0.99 | 0.51 |
| Hex | 9 | 5 | FE | 60 | 62 | 0 | 0 | F1 | 63 | 33 |
| Octal | 11 | 5 | 376 | 140 | 142 | 0 | 0 | 361 | 143 | 63 |
| Binary | 1001 | 101 | 11111110 | 1100000 | 1100010 | 0 | 0 | 11110001 | 1100011 | 110011 |
Color Harmonies of #0905FE
Complementary color
Monochromatic Colors of #0905FE
Black with #0905FE
Text Example
Text Example
White with #0905FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0905FE; }
p { color: rgb(9,5,254); }
H1.HeaderClassName
{
color: #0905FE;
}
.AnyTagClassName
{
color: #0905FE;
}
</style>
background-color css
<style>
a { background-color: #0905FE; }
a { background-color: rgb(9,5,254); }
div.DivClassName
{
background-color: #0905FE;
}
.BgClassName
{
background-color: #0905FE;
}
</style>
border-color css
<style>
span { border-color: #0905FE; }
span { border-color: rgb(9,5,254); }
td.TdClassName
{
border-color: #0905FE;
}
.TagClassName
{
border-color: #0905FE;
}
</style>