Shades of Medium Blue #0F02CF
Tints of Medium Blue #0F02CF
RGB
CMYK
RGB Variations
Color information
#0F02CF (or 0x0F02CF) is known color: Medium Blue. HEX triplet: 0F, 02 and CF. RGB value is (15,2,207). Sum of RGB (Red+Green+Blue) = 15+2+207=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F02CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F02CF is #F0FD30. Grayscale: #1C1C1C. Windows color (decimal): -15793457 or 13566479. OLE color: 13566479.
HSL color Cylindrical-coordinate representation of color #0F02CF: hue angle of 243.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F02CF is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 2 | 207 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.19 |
| HSL | 243.8º | 0.98% | 0.41% | - |
| HSV(B) | 243.8º | 0.99% | 0.81% | - |
| XYZ | 11.48 | 4.65 | 59.32 | - |
| YUV | 29.26 | 228.31 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 207 | 0.93 | 0.99 | 0 | 0.19 | 243.8 | 0.98 | 0.41 |
| Hex | F | 2 | CF | 5D | 63 | 0 | 13 | F4 | 62 | 29 |
| Octal | 17 | 2 | 317 | 135 | 143 | 0 | 23 | 364 | 142 | 51 |
| Binary | 1111 | 10 | 11001111 | 1011101 | 1100011 | 0 | 10011 | 11110100 | 1100010 | 101001 |
Color Harmonies of #0F02CF
Complementary color
Monochromatic Colors of #0F02CF
Black with #0F02CF
Text Example
Text Example
White with #0F02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F02CF; }
p { color: rgb(15,2,207); }
H1.HeaderClassName
{
color: #0F02CF;
}
.AnyTagClassName
{
color: #0F02CF;
}
</style>
background-color css
<style>
a { background-color: #0F02CF; }
a { background-color: rgb(15,2,207); }
div.DivClassName
{
background-color: #0F02CF;
}
.BgClassName
{
background-color: #0F02CF;
}
</style>
border-color css
<style>
span { border-color: #0F02CF; }
span { border-color: rgb(15,2,207); }
td.TdClassName
{
border-color: #0F02CF;
}
.TagClassName
{
border-color: #0F02CF;
}
</style>