Shades of Blue #0F30FF
Tints of Blue #0F30FF
RGB
CMYK
RGB Variations
Color information
#0F30FF (or 0x0F30FF) is known color: Blue. HEX triplet: 0F, 30 and FF. RGB value is (15,48,255). Sum of RGB (Red+Green+Blue) = 15+48+255=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F30FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F30FF is #F0CF00. Grayscale: #3C3C3C. Windows color (decimal): -15781633 or 16723983. OLE color: 16723983.
HSL color Cylindrical-coordinate representation of color #0F30FF: hue angle of 231.75º 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 #0F30FF is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 48 | 255 | - |
| CMYK | 0.94 | 0.81 | 0 | 0 |
| HSL | 231.75º | 1% | 0.53% | - |
| HSV(B) | 231.75º | 0.94% | 1% | - |
| XYZ | 19.3 | 9.44 | 95.41 | - |
| YUV | 61.73 | 237.07 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 255 | 0.94 | 0.81 | 0 | 0 | 231.75 | 1 | 0.53 |
| Hex | F | 30 | FF | 5E | 51 | 0 | 0 | E8 | 64 | 35 |
| Octal | 17 | 60 | 377 | 136 | 121 | 0 | 0 | 350 | 144 | 65 |
| Binary | 1111 | 110000 | 11111111 | 1011110 | 1010001 | 0 | 0 | 11101000 | 1100100 | 110101 |
Color Harmonies of #0F30FF
Complementary color
Monochromatic Colors of #0F30FF
Black with #0F30FF
Text Example
Text Example
White with #0F30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F30FF; }
p { color: rgb(15,48,255); }
H1.HeaderClassName
{
color: #0F30FF;
}
.AnyTagClassName
{
color: #0F30FF;
}
</style>
background-color css
<style>
a { background-color: #0F30FF; }
a { background-color: rgb(15,48,255); }
div.DivClassName
{
background-color: #0F30FF;
}
.BgClassName
{
background-color: #0F30FF;
}
</style>
border-color css
<style>
span { border-color: #0F30FF; }
span { border-color: rgb(15,48,255); }
td.TdClassName
{
border-color: #0F30FF;
}
.TagClassName
{
border-color: #0F30FF;
}
</style>