Shades of Medium Blue #1F01B8
Tints of Medium Blue #1F01B8
RGB
CMYK
RGB Variations
Color information
#1F01B8 (or 0x1F01B8) is known color: Medium Blue. HEX triplet: 1F, 01 and B8. RGB value is (31,1,184). Sum of RGB (Red+Green+Blue) = 31+1+184=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 184 (72.27% from 255 or 85.19% from 216); Max value from RGB is 184 - color contains mainly: blue. Hex color #1F01B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01B8 is #E0FE47. Grayscale: #1E1E1E. Windows color (decimal): -14745160 or 12058911. OLE color: 12058911.
HSL color Cylindrical-coordinate representation of color #1F01B8: hue angle of 249.84º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01B8 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 1 | 184 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.28 |
| HSL | 249.84º | 0.99% | 0.36% | - |
| HSV(B) | 249.84º | 0.99% | 0.72% | - |
| XYZ | 9.23 | 3.77 | 45.59 | - |
| YUV | 30.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 184 | 0.83 | 0.99 | 0 | 0.28 | 249.84 | 0.99 | 0.36 |
| Hex | 1F | 1 | B8 | 53 | 63 | 0 | 1C | FA | 63 | 24 |
| Octal | 37 | 1 | 270 | 123 | 143 | 0 | 34 | 372 | 143 | 44 |
| Binary | 11111 | 1 | 10111000 | 1010011 | 1100011 | 0 | 11100 | 11111010 | 1100011 | 100100 |
Color Harmonies of #1F01B8
Complementary color
Monochromatic Colors of #1F01B8
Black with #1F01B8
Text Example
Text Example
White with #1F01B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F01B8; }
p { color: rgb(31,1,184); }
H1.HeaderClassName
{
color: #1F01B8;
}
.AnyTagClassName
{
color: #1F01B8;
}
</style>
background-color css
<style>
a { background-color: #1F01B8; }
a { background-color: rgb(31,1,184); }
div.DivClassName
{
background-color: #1F01B8;
}
.BgClassName
{
background-color: #1F01B8;
}
</style>
border-color css
<style>
span { border-color: #1F01B8; }
span { border-color: rgb(31,1,184); }
td.TdClassName
{
border-color: #1F01B8;
}
.TagClassName
{
border-color: #1F01B8;
}
</style>