Shades of Blue #0F31FA
Tints of Blue #0F31FA
RGB
CMYK
RGB Variations
Color information
#0F31FA (or 0x0F31FA) is known color: Blue. HEX triplet: 0F, 31 and FA. RGB value is (15,49,250). Sum of RGB (Red+Green+Blue) = 15+49+250=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F31FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F31FA is #F0CE05. Grayscale: #3C3C3C. Windows color (decimal): -15781382 or 16396559. OLE color: 16396559.
HSL color Cylindrical-coordinate representation of color #0F31FA: hue angle of 231.32º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F31FA is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 49 | 250 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.02 |
| HSL | 231.32º | 0.96% | 0.52% | - |
| HSV(B) | 231.32º | 0.94% | 0.98% | - |
| XYZ | 18.55 | 9.2 | 91.24 | - |
| YUV | 61.75 | 234.24 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 250 | 0.94 | 0.80 | 0 | 0.02 | 231.32 | 0.96 | 0.52 |
| Hex | F | 31 | FA | 5E | 50 | 0 | 2 | E7 | 60 | 34 |
| Octal | 17 | 61 | 372 | 136 | 120 | 0 | 2 | 347 | 140 | 64 |
| Binary | 1111 | 110001 | 11111010 | 1011110 | 1010000 | 0 | 10 | 11100111 | 1100000 | 110100 |
Color Harmonies of #0F31FA
Complementary color
Monochromatic Colors of #0F31FA
Black with #0F31FA
Text Example
Text Example
White with #0F31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F31FA; }
p { color: rgb(15,49,250); }
H1.HeaderClassName
{
color: #0F31FA;
}
.AnyTagClassName
{
color: #0F31FA;
}
</style>
background-color css
<style>
a { background-color: #0F31FA; }
a { background-color: rgb(15,49,250); }
div.DivClassName
{
background-color: #0F31FA;
}
.BgClassName
{
background-color: #0F31FA;
}
</style>
border-color css
<style>
span { border-color: #0F31FA; }
span { border-color: rgb(15,49,250); }
td.TdClassName
{
border-color: #0F31FA;
}
.TagClassName
{
border-color: #0F31FA;
}
</style>