Shades of Medium Blue #1F02D5
Tints of Medium Blue #1F02D5
RGB
CMYK
RGB Variations
Color information
#1F02D5 (or 0x1F02D5) is known color: Medium Blue. HEX triplet: 1F, 02 and D5. RGB value is (31,2,213). Sum of RGB (Red+Green+Blue) = 31+2+213=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 213 (83.59% from 255 or 86.59% from 246); Max value from RGB is 213 - color contains mainly: blue. Hex color #1F02D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F02D5 is #E0FD2A. Grayscale: #212121. Windows color (decimal): -14744875 or 13959711. OLE color: 13959711.
HSL color Cylindrical-coordinate representation of color #1F02D5: hue angle of 248.25º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02D5 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 2 | 213 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.16 |
| HSL | 248.25º | 0.98% | 0.42% | - |
| HSV(B) | 248.25º | 0.99% | 0.84% | - |
| XYZ | 12.6 | 5.14 | 63.28 | - |
| YUV | 34.73 | 228.61 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 213 | 0.85 | 0.99 | 0 | 0.16 | 248.25 | 0.98 | 0.42 |
| Hex | 1F | 2 | D5 | 55 | 63 | 0 | 10 | F8 | 62 | 2A |
| Octal | 37 | 2 | 325 | 125 | 143 | 0 | 20 | 370 | 142 | 52 |
| Binary | 11111 | 10 | 11010101 | 1010101 | 1100011 | 0 | 10000 | 11111000 | 1100010 | 101010 |
Color Harmonies of #1F02D5
Complementary color
Monochromatic Colors of #1F02D5
Black with #1F02D5
Text Example
Text Example
White with #1F02D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02D5; }
p { color: rgb(31,2,213); }
H1.HeaderClassName
{
color: #1F02D5;
}
.AnyTagClassName
{
color: #1F02D5;
}
</style>
background-color css
<style>
a { background-color: #1F02D5; }
a { background-color: rgb(31,2,213); }
div.DivClassName
{
background-color: #1F02D5;
}
.BgClassName
{
background-color: #1F02D5;
}
</style>
border-color css
<style>
span { border-color: #1F02D5; }
span { border-color: rgb(31,2,213); }
td.TdClassName
{
border-color: #1F02D5;
}
.TagClassName
{
border-color: #1F02D5;
}
</style>