Shades of Blue #0931F3
Tints of Blue #0931F3
RGB
CMYK
RGB Variations
Color information
#0931F3 (or 0x0931F3) is known color: Blue. HEX triplet: 09, 31 and F3. RGB value is (9,49,243). Sum of RGB (Red+Green+Blue) = 9+49+243=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 243 (95.31% from 255 or 80.73% from 301); Max value from RGB is 243 - color contains mainly: blue. Hex color #0931F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0931F3 is #F6CE0C. Grayscale: #3A3A3A. Windows color (decimal): -16174605 or 15937801. OLE color: 15937801.
HSL color Cylindrical-coordinate representation of color #0931F3: hue angle of 229.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0931F3 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 49 | 243 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.05 |
| HSL | 229.74º | 0.93% | 0.49% | - |
| HSV(B) | 229.74º | 0.96% | 0.95% | - |
| XYZ | 17.39 | 8.73 | 85.56 | - |
| YUV | 59.16 | 231.75 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 243 | 0.96 | 0.80 | 0 | 0.05 | 229.74 | 0.93 | 0.49 |
| Hex | 9 | 31 | F3 | 60 | 50 | 0 | 5 | E6 | 5D | 31 |
| Octal | 11 | 61 | 363 | 140 | 120 | 0 | 5 | 346 | 135 | 61 |
| Binary | 1001 | 110001 | 11110011 | 1100000 | 1010000 | 0 | 101 | 11100110 | 1011101 | 110001 |
Color Harmonies of #0931F3
Complementary color
Monochromatic Colors of #0931F3
Black with #0931F3
Text Example
Text Example
White with #0931F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0931F3; }
p { color: rgb(9,49,243); }
H1.HeaderClassName
{
color: #0931F3;
}
.AnyTagClassName
{
color: #0931F3;
}
</style>
background-color css
<style>
a { background-color: #0931F3; }
a { background-color: rgb(9,49,243); }
div.DivClassName
{
background-color: #0931F3;
}
.BgClassName
{
background-color: #0931F3;
}
</style>
border-color css
<style>
span { border-color: #0931F3; }
span { border-color: rgb(9,49,243); }
td.TdClassName
{
border-color: #0931F3;
}
.TagClassName
{
border-color: #0931F3;
}
</style>