Shades of Medium Blue #1F0ABD
Tints of Medium Blue #1F0ABD
RGB
CMYK
RGB Variations
Color information
#1F0ABD (or 0x1F0ABD) is known color: Medium Blue. HEX triplet: 1F, 0A and BD. RGB value is (31,10,189). Sum of RGB (Red+Green+Blue) = 31+10+189=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 189 (74.22% from 255 or 82.17% from 230); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F0ABD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0ABD is #E0F542. Grayscale: #232323. Windows color (decimal): -14742851 or 12388895. OLE color: 12388895.
HSL color Cylindrical-coordinate representation of color #1F0ABD: hue angle of 247.04º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0ABD is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 10 | 189 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.26 |
| HSL | 247.04º | 0.9% | 0.39% | - |
| HSV(B) | 247.04º | 0.95% | 0.74% | - |
| XYZ | 9.86 | 4.18 | 48.43 | - |
| YUV | 36.69 | 213.96 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 189 | 0.84 | 0.95 | 0 | 0.26 | 247.04 | 0.9 | 0.39 |
| Hex | 1F | A | BD | 54 | 5F | 0 | 1A | F7 | 5A | 27 |
| Octal | 37 | 12 | 275 | 124 | 137 | 0 | 32 | 367 | 132 | 47 |
| Binary | 11111 | 1010 | 10111101 | 1010100 | 1011111 | 0 | 11010 | 11110111 | 1011010 | 100111 |
Color Harmonies of #1F0ABD
Complementary color
Monochromatic Colors of #1F0ABD
Black with #1F0ABD
Text Example
Text Example
White with #1F0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0ABD; }
p { color: rgb(31,10,189); }
H1.HeaderClassName
{
color: #1F0ABD;
}
.AnyTagClassName
{
color: #1F0ABD;
}
</style>
background-color css
<style>
a { background-color: #1F0ABD; }
a { background-color: rgb(31,10,189); }
div.DivClassName
{
background-color: #1F0ABD;
}
.BgClassName
{
background-color: #1F0ABD;
}
</style>
border-color css
<style>
span { border-color: #1F0ABD; }
span { border-color: rgb(31,10,189); }
td.TdClassName
{
border-color: #1F0ABD;
}
.TagClassName
{
border-color: #1F0ABD;
}
</style>