Shades of Blue #0917FA
Tints of Blue #0917FA
RGB
CMYK
RGB Variations
Color information
#0917FA (or 0x0917FA) is known color: Blue. HEX triplet: 09, 17 and FA. RGB value is (9,23,250). Sum of RGB (Red+Green+Blue) = 9+23+250=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 250 (98.05% from 255 or 88.65% from 282); Max value from RGB is 250 - color contains mainly: blue. Hex color #0917FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0917FA is #F6E805. Grayscale: #2B2B2B. Windows color (decimal): -16181254 or 16389897. OLE color: 16389897.
HSL color Cylindrical-coordinate representation of color #0917FA: hue angle of 236.51º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0917FA is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 23 | 250 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.02 |
| HSL | 236.51º | 0.96% | 0.51% | - |
| HSV(B) | 236.51º | 0.96% | 0.98% | - |
| XYZ | 17.67 | 7.57 | 90.97 | - |
| YUV | 44.69 | 243.86 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 250 | 0.96 | 0.91 | 0 | 0.02 | 236.51 | 0.96 | 0.51 |
| Hex | 9 | 17 | FA | 60 | 5B | 0 | 2 | ED | 60 | 33 |
| Octal | 11 | 27 | 372 | 140 | 133 | 0 | 2 | 355 | 140 | 63 |
| Binary | 1001 | 10111 | 11111010 | 1100000 | 1011011 | 0 | 10 | 11101101 | 1100000 | 110011 |
Color Harmonies of #0917FA
Complementary color
Monochromatic Colors of #0917FA
Black with #0917FA
Text Example
Text Example
White with #0917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0917FA; }
p { color: rgb(9,23,250); }
H1.HeaderClassName
{
color: #0917FA;
}
.AnyTagClassName
{
color: #0917FA;
}
</style>
background-color css
<style>
a { background-color: #0917FA; }
a { background-color: rgb(9,23,250); }
div.DivClassName
{
background-color: #0917FA;
}
.BgClassName
{
background-color: #0917FA;
}
</style>
border-color css
<style>
span { border-color: #0917FA; }
span { border-color: rgb(9,23,250); }
td.TdClassName
{
border-color: #0917FA;
}
.TagClassName
{
border-color: #0917FA;
}
</style>