Shades of Medium Blue #1F07CA
Tints of Medium Blue #1F07CA
RGB
CMYK
RGB Variations
Color information
#1F07CA (or 0x1F07CA) is known color: Medium Blue. HEX triplet: 1F, 07 and CA. RGB value is (31,7,202). Sum of RGB (Red+Green+Blue) = 31+7+202=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 202 (79.30% from 255 or 84.17% from 240); Max value from RGB is 202 - color contains mainly: blue. Hex color #1F07CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F07CA is #E0F835. Grayscale: #232323. Windows color (decimal): -14743606 or 13240095. OLE color: 13240095.
HSL color Cylindrical-coordinate representation of color #1F07CA: hue angle of 247.38º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F07CA is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 7 | 202 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.21 |
| HSL | 247.38º | 0.93% | 0.41% | - |
| HSV(B) | 247.38º | 0.97% | 0.79% | - |
| XYZ | 11.3 | 4.71 | 56.19 | - |
| YUV | 36.41 | 221.45 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 202 | 0.85 | 0.97 | 0 | 0.21 | 247.38 | 0.93 | 0.41 |
| Hex | 1F | 7 | CA | 55 | 61 | 0 | 15 | F7 | 5D | 29 |
| Octal | 37 | 7 | 312 | 125 | 141 | 0 | 25 | 367 | 135 | 51 |
| Binary | 11111 | 111 | 11001010 | 1010101 | 1100001 | 0 | 10101 | 11110111 | 1011101 | 101001 |
Color Harmonies of #1F07CA
Complementary color
Monochromatic Colors of #1F07CA
Black with #1F07CA
Text Example
Text Example
White with #1F07CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F07CA; }
p { color: rgb(31,7,202); }
H1.HeaderClassName
{
color: #1F07CA;
}
.AnyTagClassName
{
color: #1F07CA;
}
</style>
background-color css
<style>
a { background-color: #1F07CA; }
a { background-color: rgb(31,7,202); }
div.DivClassName
{
background-color: #1F07CA;
}
.BgClassName
{
background-color: #1F07CA;
}
</style>
border-color css
<style>
span { border-color: #1F07CA; }
span { border-color: rgb(31,7,202); }
td.TdClassName
{
border-color: #1F07CA;
}
.TagClassName
{
border-color: #1F07CA;
}
</style>