Shades of Medium Blue #1F02B9
Tints of Medium Blue #1F02B9
RGB
CMYK
RGB Variations
Color information
#1F02B9 (or 0x1F02B9) is known color: Medium Blue. HEX triplet: 1F, 02 and B9. RGB value is (31,2,185). Sum of RGB (Red+Green+Blue) = 31+2+185=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 185 (72.66% from 255 or 84.86% from 218); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F02B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02B9 is #E0FD46. Grayscale: #1E1E1E. Windows color (decimal): -14744903 or 12124703. OLE color: 12124703.
HSL color Cylindrical-coordinate representation of color #1F02B9: hue angle of 249.51º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02B9 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 2 | 185 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.27 |
| HSL | 249.51º | 0.98% | 0.37% | - |
| HSV(B) | 249.51º | 0.99% | 0.73% | - |
| XYZ | 9.34 | 3.84 | 46.15 | - |
| YUV | 31.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 185 | 0.83 | 0.99 | 0 | 0.27 | 249.51 | 0.98 | 0.37 |
| Hex | 1F | 2 | B9 | 53 | 63 | 0 | 1B | FA | 62 | 25 |
| Octal | 37 | 2 | 271 | 123 | 143 | 0 | 33 | 372 | 142 | 45 |
| Binary | 11111 | 10 | 10111001 | 1010011 | 1100011 | 0 | 11011 | 11111010 | 1100010 | 100101 |
Color Harmonies of #1F02B9
Complementary color
Monochromatic Colors of #1F02B9
Black with #1F02B9
Text Example
Text Example
White with #1F02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02B9; }
p { color: rgb(31,2,185); }
H1.HeaderClassName
{
color: #1F02B9;
}
.AnyTagClassName
{
color: #1F02B9;
}
</style>
background-color css
<style>
a { background-color: #1F02B9; }
a { background-color: rgb(31,2,185); }
div.DivClassName
{
background-color: #1F02B9;
}
.BgClassName
{
background-color: #1F02B9;
}
</style>
border-color css
<style>
span { border-color: #1F02B9; }
span { border-color: rgb(31,2,185); }
td.TdClassName
{
border-color: #1F02B9;
}
.TagClassName
{
border-color: #1F02B9;
}
</style>