Shades of Blue #0908FA
Tints of Blue #0908FA
RGB
CMYK
RGB Variations
Color information
#0908FA (or 0x0908FA) is known color: Blue. HEX triplet: 09, 08 and FA. RGB value is (9,8,250). Sum of RGB (Red+Green+Blue) = 9+8+250=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 250 (98.05% from 255 or 93.63% from 267); Max value from RGB is 250 - color contains mainly: blue. Hex color #0908FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0908FA is #F6F705. Grayscale: #222222. Windows color (decimal): -16185094 or 16386057. OLE color: 16386057.
HSL color Cylindrical-coordinate representation of color #0908FA: hue angle of 240.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0908FA is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 8 | 250 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.02 |
| HSL | 240.25º | 0.96% | 0.51% | - |
| HSV(B) | 240.25º | 0.97% | 0.98% | - |
| XYZ | 17.45 | 7.13 | 90.9 | - |
| YUV | 35.89 | 248.83 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 8 | 250 | 0.96 | 0.97 | 0 | 0.02 | 240.25 | 0.96 | 0.51 |
| Hex | 9 | 8 | FA | 60 | 61 | 0 | 2 | F0 | 60 | 33 |
| Octal | 11 | 10 | 372 | 140 | 141 | 0 | 2 | 360 | 140 | 63 |
| Binary | 1001 | 1000 | 11111010 | 1100000 | 1100001 | 0 | 10 | 11110000 | 1100000 | 110011 |
Color Harmonies of #0908FA
Complementary color
Monochromatic Colors of #0908FA
Black with #0908FA
Text Example
Text Example
White with #0908FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0908FA; }
p { color: rgb(9,8,250); }
H1.HeaderClassName
{
color: #0908FA;
}
.AnyTagClassName
{
color: #0908FA;
}
</style>
background-color css
<style>
a { background-color: #0908FA; }
a { background-color: rgb(9,8,250); }
div.DivClassName
{
background-color: #0908FA;
}
.BgClassName
{
background-color: #0908FA;
}
</style>
border-color css
<style>
span { border-color: #0908FA; }
span { border-color: rgb(9,8,250); }
td.TdClassName
{
border-color: #0908FA;
}
.TagClassName
{
border-color: #0908FA;
}
</style>