Shades of Medium Blue #010FCF
Tints of Medium Blue #010FCF
RGB
CMYK
RGB Variations
Color information
#010FCF (or 0x010FCF) is known color: Medium Blue. HEX triplet: 01, 0F and CF. RGB value is (1,15,207). Sum of RGB (Red+Green+Blue) = 1+15+207=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #010FCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FCF is #FEF030. Grayscale: #1F1F1F. Windows color (decimal): -16707633 or 13569793. OLE color: 13569793.
HSL color Cylindrical-coordinate representation of color #010FCF: hue angle of 235.92º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FCF is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 15 | 207 | - |
| CMYK | 1.00 | 0.93 | 0 | 0.19 |
| HSL | 235.92º | 0.99% | 0.41% | - |
| HSV(B) | 235.92º | 1% | 0.81% | - |
| XYZ | 11.45 | 4.85 | 59.36 | - |
| YUV | 32.7 | 226.36 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 207 | 1.00 | 0.93 | 0 | 0.19 | 235.92 | 0.99 | 0.41 |
| Hex | 1 | F | CF | 64 | 5D | 0 | 13 | EC | 63 | 29 |
| Octal | 1 | 17 | 317 | 144 | 135 | 0 | 23 | 354 | 143 | 51 |
| Binary | 1 | 1111 | 11001111 | 1100100 | 1011101 | 0 | 10011 | 11101100 | 1100011 | 101001 |
Color Harmonies of #010FCF
Complementary color
Monochromatic Colors of #010FCF
Black with #010FCF
Text Example
Text Example
White with #010FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010FCF; }
p { color: rgb(1,15,207); }
H1.HeaderClassName
{
color: #010FCF;
}
.AnyTagClassName
{
color: #010FCF;
}
</style>
background-color css
<style>
a { background-color: #010FCF; }
a { background-color: rgb(1,15,207); }
div.DivClassName
{
background-color: #010FCF;
}
.BgClassName
{
background-color: #010FCF;
}
</style>
border-color css
<style>
span { border-color: #010FCF; }
span { border-color: rgb(1,15,207); }
td.TdClassName
{
border-color: #010FCF;
}
.TagClassName
{
border-color: #010FCF;
}
</style>