Shades of Blue #0F28FF
Tints of Blue #0F28FF
RGB
CMYK
RGB Variations
Color information
#0F28FF (or 0x0F28FF) is known color: Blue. HEX triplet: 0F, 28 and FF. RGB value is (15,40,255). Sum of RGB (Red+Green+Blue) = 15+40+255=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 255 (100% from 255 or 82.26% from 310); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F28FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F28FF is #F0D700. Grayscale: #383838. Windows color (decimal): -15783681 or 16721935. OLE color: 16721935.
HSL color Cylindrical-coordinate representation of color #0F28FF: hue angle of 233.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 #0F28FF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 40 | 255 | - |
| CMYK | 0.94 | 0.84 | 0 | 0 |
| HSL | 233.75º | 1% | 0.53% | - |
| HSV(B) | 233.75º | 0.94% | 1% | - |
| XYZ | 19.01 | 8.84 | 95.31 | - |
| YUV | 57.04 | 239.72 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 255 | 0.94 | 0.84 | 0 | 0 | 233.75 | 1 | 0.53 |
| Hex | F | 28 | FF | 5E | 54 | 0 | 0 | EA | 64 | 35 |
| Octal | 17 | 50 | 377 | 136 | 124 | 0 | 0 | 352 | 144 | 65 |
| Binary | 1111 | 101000 | 11111111 | 1011110 | 1010100 | 0 | 0 | 11101010 | 1100100 | 110101 |
Color Harmonies of #0F28FF
Complementary color
Monochromatic Colors of #0F28FF
Black with #0F28FF
Text Example
Text Example
White with #0F28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F28FF; }
p { color: rgb(15,40,255); }
H1.HeaderClassName
{
color: #0F28FF;
}
.AnyTagClassName
{
color: #0F28FF;
}
</style>
background-color css
<style>
a { background-color: #0F28FF; }
a { background-color: rgb(15,40,255); }
div.DivClassName
{
background-color: #0F28FF;
}
.BgClassName
{
background-color: #0F28FF;
}
</style>
border-color css
<style>
span { border-color: #0F28FF; }
span { border-color: rgb(15,40,255); }
td.TdClassName
{
border-color: #0F28FF;
}
.TagClassName
{
border-color: #0F28FF;
}
</style>