Shades of Medium Blue #0F03D5
Tints of Medium Blue #0F03D5
RGB
CMYK
RGB Variations
Color information
#0F03D5 (or 0x0F03D5) is known color: Medium Blue. HEX triplet: 0F, 03 and D5. RGB value is (15,3,213). Sum of RGB (Red+Green+Blue) = 15+3+213=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 213 (83.59% from 255 or 92.21% from 231); Max value from RGB is 213 - color contains mainly: blue. Hex color #0F03D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F03D5 is #F0FC2A. Grayscale: #1D1D1D. Windows color (decimal): -15793195 or 13959951. OLE color: 13959951.
HSL color Cylindrical-coordinate representation of color #0F03D5: hue angle of 243.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F03D5 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 3 | 213 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.16 |
| HSL | 243.43º | 0.97% | 0.42% | - |
| HSV(B) | 243.43º | 0.99% | 0.84% | - |
| XYZ | 12.24 | 4.97 | 63.27 | - |
| YUV | 30.53 | 230.98 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 213 | 0.93 | 0.99 | 0 | 0.16 | 243.43 | 0.97 | 0.42 |
| Hex | F | 3 | D5 | 5D | 63 | 0 | 10 | F3 | 61 | 2A |
| Octal | 17 | 3 | 325 | 135 | 143 | 0 | 20 | 363 | 141 | 52 |
| Binary | 1111 | 11 | 11010101 | 1011101 | 1100011 | 0 | 10000 | 11110011 | 1100001 | 101010 |
Color Harmonies of #0F03D5
Complementary color
Monochromatic Colors of #0F03D5
Black with #0F03D5
Text Example
Text Example
White with #0F03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F03D5; }
p { color: rgb(15,3,213); }
H1.HeaderClassName
{
color: #0F03D5;
}
.AnyTagClassName
{
color: #0F03D5;
}
</style>
background-color css
<style>
a { background-color: #0F03D5; }
a { background-color: rgb(15,3,213); }
div.DivClassName
{
background-color: #0F03D5;
}
.BgClassName
{
background-color: #0F03D5;
}
</style>
border-color css
<style>
span { border-color: #0F03D5; }
span { border-color: rgb(15,3,213); }
td.TdClassName
{
border-color: #0F03D5;
}
.TagClassName
{
border-color: #0F03D5;
}
</style>