Shades of Blue #0F3BFD
Tints of Blue #0F3BFD
RGB
CMYK
RGB Variations
Color information
#0F3BFD (or 0x0F3BFD) is known color: Blue. HEX triplet: 0F, 3B and FD. RGB value is (15,59,253). Sum of RGB (Red+Green+Blue) = 15+59+253=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F3BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3BFD is #F0C402. Grayscale: #434343. Windows color (decimal): -15778819 or 16595727. OLE color: 16595727.
HSL color Cylindrical-coordinate representation of color #0F3BFD: hue angle of 228.91º 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 #0F3BFD is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 59 | 253 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.01 |
| HSL | 228.91º | 0.98% | 0.53% | - |
| HSV(B) | 228.91º | 0.94% | 0.99% | - |
| XYZ | 19.49 | 10.32 | 93.89 | - |
| YUV | 67.96 | 232.42 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 253 | 0.94 | 0.77 | 0 | 0.01 | 228.91 | 0.98 | 0.53 |
| Hex | F | 3B | FD | 5E | 4D | 0 | 1 | E5 | 62 | 35 |
| Octal | 17 | 73 | 375 | 136 | 115 | 0 | 1 | 345 | 142 | 65 |
| Binary | 1111 | 111011 | 11111101 | 1011110 | 1001101 | 0 | 1 | 11100101 | 1100010 | 110101 |
Color Harmonies of #0F3BFD
Complementary color
Monochromatic Colors of #0F3BFD
Black with #0F3BFD
Text Example
Text Example
White with #0F3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3BFD; }
p { color: rgb(15,59,253); }
H1.HeaderClassName
{
color: #0F3BFD;
}
.AnyTagClassName
{
color: #0F3BFD;
}
</style>
background-color css
<style>
a { background-color: #0F3BFD; }
a { background-color: rgb(15,59,253); }
div.DivClassName
{
background-color: #0F3BFD;
}
.BgClassName
{
background-color: #0F3BFD;
}
</style>
border-color css
<style>
span { border-color: #0F3BFD; }
span { border-color: rgb(15,59,253); }
td.TdClassName
{
border-color: #0F3BFD;
}
.TagClassName
{
border-color: #0F3BFD;
}
</style>