Shades of Blue #0F37FD
Tints of Blue #0F37FD
RGB
CMYK
RGB Variations
Color information
#0F37FD (or 0x0F37FD) is known color: Blue. HEX triplet: 0F, 37 and FD. RGB value is (15,55,253). Sum of RGB (Red+Green+Blue) = 15+55+253=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 253 (99.22% from 255 or 78.33% from 323); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F37FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F37FD is #F0C802. Grayscale: #404040. Windows color (decimal): -15779843 or 16594703. OLE color: 16594703.
HSL color Cylindrical-coordinate representation of color #0F37FD: hue angle of 229.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F37FD is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 55 | 253 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.01 |
| HSL | 229.92º | 0.98% | 0.53% | - |
| HSV(B) | 229.92º | 0.94% | 0.99% | - |
| XYZ | 19.29 | 9.93 | 93.83 | - |
| YUV | 65.61 | 233.75 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 253 | 0.94 | 0.78 | 0 | 0.01 | 229.92 | 0.98 | 0.53 |
| Hex | F | 37 | FD | 5E | 4E | 0 | 1 | E6 | 62 | 35 |
| Octal | 17 | 67 | 375 | 136 | 116 | 0 | 1 | 346 | 142 | 65 |
| Binary | 1111 | 110111 | 11111101 | 1011110 | 1001110 | 0 | 1 | 11100110 | 1100010 | 110101 |
Color Harmonies of #0F37FD
Complementary color
Monochromatic Colors of #0F37FD
Black with #0F37FD
Text Example
Text Example
White with #0F37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F37FD; }
p { color: rgb(15,55,253); }
H1.HeaderClassName
{
color: #0F37FD;
}
.AnyTagClassName
{
color: #0F37FD;
}
</style>
background-color css
<style>
a { background-color: #0F37FD; }
a { background-color: rgb(15,55,253); }
div.DivClassName
{
background-color: #0F37FD;
}
.BgClassName
{
background-color: #0F37FD;
}
</style>
border-color css
<style>
span { border-color: #0F37FD; }
span { border-color: rgb(15,55,253); }
td.TdClassName
{
border-color: #0F37FD;
}
.TagClassName
{
border-color: #0F37FD;
}
</style>