Shades of Blue #0F00FD
Tints of Blue #0F00FD
RGB
CMYK
RGB Variations
Color information
#0F00FD (or 0x0F00FD) is known color: Blue. HEX triplet: 0F, 00 and FD. RGB value is (15,0,253). Sum of RGB (Red+Green+Blue) = 15+0+253=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 253 (99.22% from 255 or 94.40% from 268); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F00FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F00FD is #F0FF02. Grayscale: #202020. Windows color (decimal): -15793923 or 16580623. OLE color: 16580623.
HSL color Cylindrical-coordinate representation of color #0F00FD: hue angle of 243.56º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F00FD is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 0 | 253 | - |
| CMYK | 0.94 | 1 | 0 | 0.01 |
| HSL | 243.56º | 1% | 0.5% | - |
| HSV(B) | 243.56º | 1% | 0.99% | - |
| XYZ | 17.93 | 7.19 | 93.37 | - |
| YUV | 33.33 | 251.97 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 253 | 0.94 | 1 | 0 | 0.01 | 243.56 | 1 | 0.5 |
| Hex | F | 0 | FD | 5E | 64 | 0 | 1 | F4 | 64 | 32 |
| Octal | 17 | 0 | 375 | 136 | 144 | 0 | 1 | 364 | 144 | 62 |
| Binary | 1111 | 0 | 11111101 | 1011110 | 1100100 | 0 | 1 | 11110100 | 1100100 | 110010 |
Color Harmonies of #0F00FD
Complementary color
Monochromatic Colors of #0F00FD
Black with #0F00FD
Text Example
Text Example
White with #0F00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F00FD; }
p { color: rgb(15,0,253); }
H1.HeaderClassName
{
color: #0F00FD;
}
.AnyTagClassName
{
color: #0F00FD;
}
</style>
background-color css
<style>
a { background-color: #0F00FD; }
a { background-color: rgb(15,0,253); }
div.DivClassName
{
background-color: #0F00FD;
}
.BgClassName
{
background-color: #0F00FD;
}
</style>
border-color css
<style>
span { border-color: #0F00FD; }
span { border-color: rgb(15,0,253); }
td.TdClassName
{
border-color: #0F00FD;
}
.TagClassName
{
border-color: #0F00FD;
}
</style>