Shades of Medium Blue #1F02B7
Tints of Medium Blue #1F02B7
RGB
CMYK
RGB Variations
Color information
#1F02B7 (or 0x1F02B7) is known color: Medium Blue. HEX triplet: 1F, 02 and B7. RGB value is (31,2,183). Sum of RGB (Red+Green+Blue) = 31+2+183=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 183 (71.88% from 255 or 84.72% from 216); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F02B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02B7 is #E0FD48. Grayscale: #1E1E1E. Windows color (decimal): -14744905 or 11993631. OLE color: 11993631.
HSL color Cylindrical-coordinate representation of color #1F02B7: hue angle of 249.61º degrees, saturation: 0.98, 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 #1F02B7 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 2 | 183 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.28 |
| HSL | 249.61º | 0.98% | 0.36% | - |
| HSV(B) | 249.61º | 0.99% | 0.72% | - |
| XYZ | 9.13 | 3.75 | 45.04 | - |
| YUV | 31.31 | 213.61 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 183 | 0.83 | 0.99 | 0 | 0.28 | 249.61 | 0.98 | 0.36 |
| Hex | 1F | 2 | B7 | 53 | 63 | 0 | 1C | FA | 62 | 24 |
| Octal | 37 | 2 | 267 | 123 | 143 | 0 | 34 | 372 | 142 | 44 |
| Binary | 11111 | 10 | 10110111 | 1010011 | 1100011 | 0 | 11100 | 11111010 | 1100010 | 100100 |
Color Harmonies of #1F02B7
Complementary color
Monochromatic Colors of #1F02B7
Black with #1F02B7
Text Example
Text Example
White with #1F02B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02B7; }
p { color: rgb(31,2,183); }
H1.HeaderClassName
{
color: #1F02B7;
}
.AnyTagClassName
{
color: #1F02B7;
}
</style>
background-color css
<style>
a { background-color: #1F02B7; }
a { background-color: rgb(31,2,183); }
div.DivClassName
{
background-color: #1F02B7;
}
.BgClassName
{
background-color: #1F02B7;
}
</style>
border-color css
<style>
span { border-color: #1F02B7; }
span { border-color: rgb(31,2,183); }
td.TdClassName
{
border-color: #1F02B7;
}
.TagClassName
{
border-color: #1F02B7;
}
</style>