Shades of Blue #0931F0
Tints of Blue #0931F0
RGB
CMYK
RGB Variations
Color information
#0931F0 (or 0x0931F0) is known color: Blue. HEX triplet: 09, 31 and F0. RGB value is (9,49,240). Sum of RGB (Red+Green+Blue) = 9+49+240=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 240 (94.14% from 255 or 80.54% from 298); Max value from RGB is 240 - color contains mainly: blue. Hex color #0931F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0931F0 is #F6CE0F. Grayscale: #3A3A3A. Windows color (decimal): -16174608 or 15741193. OLE color: 15741193.
HSL color Cylindrical-coordinate representation of color #0931F0: hue angle of 229.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0931F0 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 49 | 240 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.06 |
| HSL | 229.61º | 0.93% | 0.49% | - |
| HSV(B) | 229.61º | 0.96% | 0.94% | - |
| XYZ | 16.94 | 8.55 | 83.19 | - |
| YUV | 58.81 | 230.25 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 240 | 0.96 | 0.80 | 0 | 0.06 | 229.61 | 0.93 | 0.49 |
| Hex | 9 | 31 | F0 | 60 | 50 | 0 | 6 | E6 | 5D | 31 |
| Octal | 11 | 61 | 360 | 140 | 120 | 0 | 6 | 346 | 135 | 61 |
| Binary | 1001 | 110001 | 11110000 | 1100000 | 1010000 | 0 | 110 | 11100110 | 1011101 | 110001 |
Color Harmonies of #0931F0
Complementary color
Monochromatic Colors of #0931F0
Black with #0931F0
Text Example
Text Example
White with #0931F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931F0; }
p { color: rgb(9,49,240); }
H1.HeaderClassName
{
color: #0931F0;
}
.AnyTagClassName
{
color: #0931F0;
}
</style>
background-color css
<style>
a { background-color: #0931F0; }
a { background-color: rgb(9,49,240); }
div.DivClassName
{
background-color: #0931F0;
}
.BgClassName
{
background-color: #0931F0;
}
</style>
border-color css
<style>
span { border-color: #0931F0; }
span { border-color: rgb(9,49,240); }
td.TdClassName
{
border-color: #0931F0;
}
.TagClassName
{
border-color: #0931F0;
}
</style>