Shades of Blue #0F39FF
Tints of Blue #0F39FF
RGB
CMYK
RGB Variations
Color information
#0F39FF (or 0x0F39FF) is known color: Blue. HEX triplet: 0F, 39 and FF. RGB value is (15,57,255). Sum of RGB (Red+Green+Blue) = 15+57+255=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F39FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F39FF is #F0C600. Grayscale: #424242. Windows color (decimal): -15779329 or 16726287. OLE color: 16726287.
HSL color Cylindrical-coordinate representation of color #0F39FF: hue angle of 229.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F39FF is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 57 | 255 | - |
| CMYK | 0.94 | 0.78 | 0 | 0 |
| HSL | 229.5º | 1% | 0.53% | - |
| HSV(B) | 229.5º | 0.94% | 1% | - |
| XYZ | 19.71 | 10.25 | 95.55 | - |
| YUV | 67.01 | 234.09 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 255 | 0.94 | 0.78 | 0 | 0 | 229.5 | 1 | 0.53 |
| Hex | F | 39 | FF | 5E | 4E | 0 | 0 | E6 | 64 | 35 |
| Octal | 17 | 71 | 377 | 136 | 116 | 0 | 0 | 346 | 144 | 65 |
| Binary | 1111 | 111001 | 11111111 | 1011110 | 1001110 | 0 | 0 | 11100110 | 1100100 | 110101 |
Color Harmonies of #0F39FF
Complementary color
Monochromatic Colors of #0F39FF
Black with #0F39FF
Text Example
Text Example
White with #0F39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F39FF; }
p { color: rgb(15,57,255); }
H1.HeaderClassName
{
color: #0F39FF;
}
.AnyTagClassName
{
color: #0F39FF;
}
</style>
background-color css
<style>
a { background-color: #0F39FF; }
a { background-color: rgb(15,57,255); }
div.DivClassName
{
background-color: #0F39FF;
}
.BgClassName
{
background-color: #0F39FF;
}
</style>
border-color css
<style>
span { border-color: #0F39FF; }
span { border-color: rgb(15,57,255); }
td.TdClassName
{
border-color: #0F39FF;
}
.TagClassName
{
border-color: #0F39FF;
}
</style>