Shades of Blue #0907FA
Tints of Blue #0907FA
RGB
CMYK
RGB Variations
Color information
#0907FA (or 0x0907FA) is known color: Blue. HEX triplet: 09, 07 and FA. RGB value is (9,7,250). Sum of RGB (Red+Green+Blue) = 9+7+250=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 250 (98.05% from 255 or 93.98% from 266); Max value from RGB is 250 - color contains mainly: blue. Hex color #0907FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0907FA is #F6F805. Grayscale: #222222. Windows color (decimal): -16185350 or 16385801. OLE color: 16385801.
HSL color Cylindrical-coordinate representation of color #0907FA: hue angle of 240.49º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0907FA is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 7 | 250 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.02 |
| HSL | 240.49º | 0.96% | 0.5% | - |
| HSV(B) | 240.49º | 0.97% | 0.98% | - |
| XYZ | 17.44 | 7.11 | 90.9 | - |
| YUV | 35.3 | 249.16 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 250 | 0.96 | 0.97 | 0 | 0.02 | 240.49 | 0.96 | 0.5 |
| Hex | 9 | 7 | FA | 60 | 61 | 0 | 2 | F0 | 60 | 32 |
| Octal | 11 | 7 | 372 | 140 | 141 | 0 | 2 | 360 | 140 | 62 |
| Binary | 1001 | 111 | 11111010 | 1100000 | 1100001 | 0 | 10 | 11110000 | 1100000 | 110010 |
Color Harmonies of #0907FA
Complementary color
Monochromatic Colors of #0907FA
Black with #0907FA
Text Example
Text Example
White with #0907FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0907FA; }
p { color: rgb(9,7,250); }
H1.HeaderClassName
{
color: #0907FA;
}
.AnyTagClassName
{
color: #0907FA;
}
</style>
background-color css
<style>
a { background-color: #0907FA; }
a { background-color: rgb(9,7,250); }
div.DivClassName
{
background-color: #0907FA;
}
.BgClassName
{
background-color: #0907FA;
}
</style>
border-color css
<style>
span { border-color: #0907FA; }
span { border-color: rgb(9,7,250); }
td.TdClassName
{
border-color: #0907FA;
}
.TagClassName
{
border-color: #0907FA;
}
</style>