Shades of Medium Blue #1F0BBF
Tints of Medium Blue #1F0BBF
RGB
CMYK
RGB Variations
Color information
#1F0BBF (or 0x1F0BBF) is known color: Medium Blue. HEX triplet: 1F, 0B and BF. RGB value is (31,11,191). Sum of RGB (Red+Green+Blue) = 31+11+191=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 191 (75% from 255 or 81.97% from 233); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F0BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BBF is #E0F440. Grayscale: #242424. Windows color (decimal): -14742593 or 12520223. OLE color: 12520223.
HSL color Cylindrical-coordinate representation of color #1F0BBF: hue angle of 246.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0BBF is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 11 | 191 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.25 |
| HSL | 246.67º | 0.89% | 0.4% | - |
| HSV(B) | 246.67º | 0.94% | 0.75% | - |
| XYZ | 10.09 | 4.29 | 49.59 | - |
| YUV | 37.5 | 214.63 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 191 | 0.84 | 0.94 | 0 | 0.25 | 246.67 | 0.89 | 0.4 |
| Hex | 1F | B | BF | 54 | 5E | 0 | 19 | F7 | 59 | 28 |
| Octal | 37 | 13 | 277 | 124 | 136 | 0 | 31 | 367 | 131 | 50 |
| Binary | 11111 | 1011 | 10111111 | 1010100 | 1011110 | 0 | 11001 | 11110111 | 1011001 | 101000 |
Color Harmonies of #1F0BBF
Complementary color
Monochromatic Colors of #1F0BBF
Black with #1F0BBF
Text Example
Text Example
White with #1F0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0BBF; }
p { color: rgb(31,11,191); }
H1.HeaderClassName
{
color: #1F0BBF;
}
.AnyTagClassName
{
color: #1F0BBF;
}
</style>
background-color css
<style>
a { background-color: #1F0BBF; }
a { background-color: rgb(31,11,191); }
div.DivClassName
{
background-color: #1F0BBF;
}
.BgClassName
{
background-color: #1F0BBF;
}
</style>
border-color css
<style>
span { border-color: #1F0BBF; }
span { border-color: rgb(31,11,191); }
td.TdClassName
{
border-color: #1F0BBF;
}
.TagClassName
{
border-color: #1F0BBF;
}
</style>