Shades of Medium Blue #1F02BD
Tints of Medium Blue #1F02BD
RGB
CMYK
RGB Variations
Color information
#1F02BD (or 0x1F02BD) is known color: Medium Blue. HEX triplet: 1F, 02 and BD. RGB value is (31,2,189). Sum of RGB (Red+Green+Blue) = 31+2+189=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 189 (74.22% from 255 or 85.14% from 222); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F02BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02BD is #E0FD42. Grayscale: #1F1F1F. Windows color (decimal): -14744899 or 12386847. OLE color: 12386847.
HSL color Cylindrical-coordinate representation of color #1F02BD: hue angle of 249.3º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02BD is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 2 | 189 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.26 |
| HSL | 249.3º | 0.98% | 0.37% | - |
| HSV(B) | 249.3º | 0.99% | 0.74% | - |
| XYZ | 9.77 | 4.01 | 48.4 | - |
| YUV | 31.99 | 216.61 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 189 | 0.84 | 0.99 | 0 | 0.26 | 249.3 | 0.98 | 0.37 |
| Hex | 1F | 2 | BD | 54 | 63 | 0 | 1A | F9 | 62 | 25 |
| Octal | 37 | 2 | 275 | 124 | 143 | 0 | 32 | 371 | 142 | 45 |
| Binary | 11111 | 10 | 10111101 | 1010100 | 1100011 | 0 | 11010 | 11111001 | 1100010 | 100101 |
Color Harmonies of #1F02BD
Complementary color
Monochromatic Colors of #1F02BD
Black with #1F02BD
Text Example
Text Example
White with #1F02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02BD; }
p { color: rgb(31,2,189); }
H1.HeaderClassName
{
color: #1F02BD;
}
.AnyTagClassName
{
color: #1F02BD;
}
</style>
background-color css
<style>
a { background-color: #1F02BD; }
a { background-color: rgb(31,2,189); }
div.DivClassName
{
background-color: #1F02BD;
}
.BgClassName
{
background-color: #1F02BD;
}
</style>
border-color css
<style>
span { border-color: #1F02BD; }
span { border-color: rgb(31,2,189); }
td.TdClassName
{
border-color: #1F02BD;
}
.TagClassName
{
border-color: #1F02BD;
}
</style>