Shades of Medium Blue #1F04DB
Tints of Medium Blue #1F04DB
RGB
CMYK
RGB Variations
Color information
#1F04DB (or 0x1F04DB) is known color: Medium Blue. HEX triplet: 1F, 04 and DB. RGB value is (31,4,219). Sum of RGB (Red+Green+Blue) = 31+4+219=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F04DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F04DB is #E0FB24. Grayscale: #232323. Windows color (decimal): -14744357 or 14353439. OLE color: 14353439.
HSL color Cylindrical-coordinate representation of color #1F04DB: hue angle of 247.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F04DB is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 4 | 219 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.14 |
| HSL | 247.53º | 0.96% | 0.44% | - |
| HSV(B) | 247.53º | 0.98% | 0.86% | - |
| XYZ | 13.39 | 5.49 | 67.37 | - |
| YUV | 36.58 | 230.95 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 219 | 0.86 | 0.98 | 0 | 0.14 | 247.53 | 0.96 | 0.44 |
| Hex | 1F | 4 | DB | 56 | 62 | 0 | E | F8 | 60 | 2C |
| Octal | 37 | 4 | 333 | 126 | 142 | 0 | 16 | 370 | 140 | 54 |
| Binary | 11111 | 100 | 11011011 | 1010110 | 1100010 | 0 | 1110 | 11111000 | 1100000 | 101100 |
Color Harmonies of #1F04DB
Complementary color
Monochromatic Colors of #1F04DB
Black with #1F04DB
Text Example
Text Example
White with #1F04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F04DB; }
p { color: rgb(31,4,219); }
H1.HeaderClassName
{
color: #1F04DB;
}
.AnyTagClassName
{
color: #1F04DB;
}
</style>
background-color css
<style>
a { background-color: #1F04DB; }
a { background-color: rgb(31,4,219); }
div.DivClassName
{
background-color: #1F04DB;
}
.BgClassName
{
background-color: #1F04DB;
}
</style>
border-color css
<style>
span { border-color: #1F04DB; }
span { border-color: rgb(31,4,219); }
td.TdClassName
{
border-color: #1F04DB;
}
.TagClassName
{
border-color: #1F04DB;
}
</style>