Shades of Blue #0F0FFD
Tints of Blue #0F0FFD
RGB
CMYK
RGB Variations
Color information
#0F0FFD (or 0x0F0FFD) is known color: Blue. HEX triplet: 0F, 0F and FD. RGB value is (15,15,253). Sum of RGB (Red+Green+Blue) = 15+15+253=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 253 (99.22% from 255 or 89.40% from 283); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F0FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0FFD is #F0F002. Grayscale: #292929. Windows color (decimal): -15790083 or 16584463. OLE color: 16584463.
HSL color Cylindrical-coordinate representation of color #0F0FFD: hue angle of 240º 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 #0F0FFD is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 15 | 253 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.53% | - |
| HSV(B) | 240º | 0.94% | 0.99% | - |
| XYZ | 18.1 | 7.54 | 93.43 | - |
| YUV | 42.13 | 247 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 15 | 253 | 0.94 | 0.94 | 0 | 0.01 | 240 | 0.98 | 0.53 |
| Hex | F | F | FD | 5E | 5E | 0 | 1 | F0 | 62 | 35 |
| Octal | 17 | 17 | 375 | 136 | 136 | 0 | 1 | 360 | 142 | 65 |
| Binary | 1111 | 1111 | 11111101 | 1011110 | 1011110 | 0 | 1 | 11110000 | 1100010 | 110101 |
Color Harmonies of #0F0FFD
Complementary color
Monochromatic Colors of #0F0FFD
Black with #0F0FFD
Text Example
Text Example
White with #0F0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0FFD; }
p { color: rgb(15,15,253); }
H1.HeaderClassName
{
color: #0F0FFD;
}
.AnyTagClassName
{
color: #0F0FFD;
}
</style>
background-color css
<style>
a { background-color: #0F0FFD; }
a { background-color: rgb(15,15,253); }
div.DivClassName
{
background-color: #0F0FFD;
}
.BgClassName
{
background-color: #0F0FFD;
}
</style>
border-color css
<style>
span { border-color: #0F0FFD; }
span { border-color: rgb(15,15,253); }
td.TdClassName
{
border-color: #0F0FFD;
}
.TagClassName
{
border-color: #0F0FFD;
}
</style>