Shades of Medium Blue #1F00CF
Tints of Medium Blue #1F00CF
RGB
CMYK
RGB Variations
Color information
#1F00CF (or 0x1F00CF) is known color: Medium Blue. HEX triplet: 1F, 00 and CF. RGB value is (31,0,207). Sum of RGB (Red+Green+Blue) = 31+0+207=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00CF is #E0FF30. Grayscale: #202020. Windows color (decimal): -14745393 or 13565983. OLE color: 13565983.
HSL color Cylindrical-coordinate representation of color #1F00CF: hue angle of 248.99º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00CF is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 0 | 207 | - |
| CMYK | 0.85 | 1 | 0 | 0.19 |
| HSL | 248.99º | 1% | 0.41% | - |
| HSV(B) | 248.99º | 1% | 0.81% | - |
| XYZ | 11.83 | 4.8 | 59.33 | - |
| YUV | 32.87 | 226.27 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 207 | 0.85 | 1 | 0 | 0.19 | 248.99 | 1 | 0.41 |
| Hex | 1F | 0 | CF | 55 | 64 | 0 | 13 | F9 | 64 | 29 |
| Octal | 37 | 0 | 317 | 125 | 144 | 0 | 23 | 371 | 144 | 51 |
| Binary | 11111 | 0 | 11001111 | 1010101 | 1100100 | 0 | 10011 | 11111001 | 1100100 | 101001 |
Color Harmonies of #1F00CF
Complementary color
Monochromatic Colors of #1F00CF
Black with #1F00CF
Text Example
Text Example
White with #1F00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00CF; }
p { color: rgb(31,0,207); }
H1.HeaderClassName
{
color: #1F00CF;
}
.AnyTagClassName
{
color: #1F00CF;
}
</style>
background-color css
<style>
a { background-color: #1F00CF; }
a { background-color: rgb(31,0,207); }
div.DivClassName
{
background-color: #1F00CF;
}
.BgClassName
{
background-color: #1F00CF;
}
</style>
border-color css
<style>
span { border-color: #1F00CF; }
span { border-color: rgb(31,0,207); }
td.TdClassName
{
border-color: #1F00CF;
}
.TagClassName
{
border-color: #1F00CF;
}
</style>