Shades of Blue #0F30FD
Tints of Blue #0F30FD
RGB
CMYK
RGB Variations
Color information
#0F30FD (or 0x0F30FD) is known color: Blue. HEX triplet: 0F, 30 and FD. RGB value is (15,48,253). Sum of RGB (Red+Green+Blue) = 15+48+253=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F30FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F30FD is #F0CF02. Grayscale: #3C3C3C. Windows color (decimal): -15781635 or 16592911. OLE color: 16592911.
HSL color Cylindrical-coordinate representation of color #0F30FD: hue angle of 231.68º 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 #0F30FD is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 48 | 253 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.01 |
| HSL | 231.68º | 0.98% | 0.53% | - |
| HSV(B) | 231.68º | 0.94% | 0.99% | - |
| XYZ | 18.98 | 9.31 | 93.72 | - |
| YUV | 61.5 | 236.07 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 253 | 0.94 | 0.81 | 0 | 0.01 | 231.68 | 0.98 | 0.53 |
| Hex | F | 30 | FD | 5E | 51 | 0 | 1 | E8 | 62 | 35 |
| Octal | 17 | 60 | 375 | 136 | 121 | 0 | 1 | 350 | 142 | 65 |
| Binary | 1111 | 110000 | 11111101 | 1011110 | 1010001 | 0 | 1 | 11101000 | 1100010 | 110101 |
Color Harmonies of #0F30FD
Complementary color
Monochromatic Colors of #0F30FD
Black with #0F30FD
Text Example
Text Example
White with #0F30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F30FD; }
p { color: rgb(15,48,253); }
H1.HeaderClassName
{
color: #0F30FD;
}
.AnyTagClassName
{
color: #0F30FD;
}
</style>
background-color css
<style>
a { background-color: #0F30FD; }
a { background-color: rgb(15,48,253); }
div.DivClassName
{
background-color: #0F30FD;
}
.BgClassName
{
background-color: #0F30FD;
}
</style>
border-color css
<style>
span { border-color: #0F30FD; }
span { border-color: rgb(15,48,253); }
td.TdClassName
{
border-color: #0F30FD;
}
.TagClassName
{
border-color: #0F30FD;
}
</style>