Shades of Medium Blue #1F00B8
Tints of Medium Blue #1F00B8
RGB
CMYK
RGB Variations
Color information
#1F00B8 (or 0x1F00B8) is known color: Medium Blue. HEX triplet: 1F, 00 and B8. RGB value is (31,0,184). Sum of RGB (Red+Green+Blue) = 31+0+184=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 184 (72.27% from 255 or 85.58% from 215); Max value from RGB is 184 - color contains mainly: blue. Hex color #1F00B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00B8 is #E0FF47. Grayscale: #1D1D1D. Windows color (decimal): -14745416 or 12058655. OLE color: 12058655.
HSL color Cylindrical-coordinate representation of color #1F00B8: hue angle of 250.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00B8 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 0 | 184 | - |
| CMYK | 0.83 | 1 | 0 | 0.28 |
| HSL | 250.11º | 1% | 0.36% | - |
| HSV(B) | 250.11º | 1% | 0.72% | - |
| XYZ | 9.22 | 3.75 | 45.59 | - |
| YUV | 30.25 | 214.77 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 184 | 0.83 | 1 | 0 | 0.28 | 250.11 | 1 | 0.36 |
| Hex | 1F | 0 | B8 | 53 | 64 | 0 | 1C | FA | 64 | 24 |
| Octal | 37 | 0 | 270 | 123 | 144 | 0 | 34 | 372 | 144 | 44 |
| Binary | 11111 | 0 | 10111000 | 1010011 | 1100100 | 0 | 11100 | 11111010 | 1100100 | 100100 |
Color Harmonies of #1F00B8
Complementary color
Monochromatic Colors of #1F00B8
Black with #1F00B8
Text Example
Text Example
White with #1F00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00B8; }
p { color: rgb(31,0,184); }
H1.HeaderClassName
{
color: #1F00B8;
}
.AnyTagClassName
{
color: #1F00B8;
}
</style>
background-color css
<style>
a { background-color: #1F00B8; }
a { background-color: rgb(31,0,184); }
div.DivClassName
{
background-color: #1F00B8;
}
.BgClassName
{
background-color: #1F00B8;
}
</style>
border-color css
<style>
span { border-color: #1F00B8; }
span { border-color: rgb(31,0,184); }
td.TdClassName
{
border-color: #1F00B8;
}
.TagClassName
{
border-color: #1F00B8;
}
</style>