Shades of Medium Blue #041FDB
Tints of Medium Blue #041FDB
RGB
CMYK
RGB Variations
Color information
#041FDB (or 0x041FDB) is known color: Medium Blue. HEX triplet: 04, 1F and DB. RGB value is (4,31,219). Sum of RGB (Red+Green+Blue) = 4+31+219=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 31 (12.5% from 255 or 12.20% 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 #041FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041FDB is #FBE024. Grayscale: #2B2B2B. Windows color (decimal): -16506917 or 14360324. OLE color: 14360324.
HSL color Cylindrical-coordinate representation of color #041FDB: hue angle of 232.47º 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 #041FDB is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 31 | 219 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.14 |
| HSL | 232.47º | 0.96% | 0.44% | - |
| HSV(B) | 232.47º | 0.98% | 0.86% | - |
| XYZ | 13.33 | 6.12 | 67.5 | - |
| YUV | 44.36 | 226.55 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 219 | 0.98 | 0.86 | 0 | 0.14 | 232.47 | 0.96 | 0.44 |
| Hex | 4 | 1F | DB | 62 | 56 | 0 | E | E8 | 60 | 2C |
| Octal | 4 | 37 | 333 | 142 | 126 | 0 | 16 | 350 | 140 | 54 |
| Binary | 100 | 11111 | 11011011 | 1100010 | 1010110 | 0 | 1110 | 11101000 | 1100000 | 101100 |
Color Harmonies of #041FDB
Complementary color
Monochromatic Colors of #041FDB
Black with #041FDB
Text Example
Text Example
White with #041FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FDB; }
p { color: rgb(4,31,219); }
H1.HeaderClassName
{
color: #041FDB;
}
.AnyTagClassName
{
color: #041FDB;
}
</style>
background-color css
<style>
a { background-color: #041FDB; }
a { background-color: rgb(4,31,219); }
div.DivClassName
{
background-color: #041FDB;
}
.BgClassName
{
background-color: #041FDB;
}
</style>
border-color css
<style>
span { border-color: #041FDB; }
span { border-color: rgb(4,31,219); }
td.TdClassName
{
border-color: #041FDB;
}
.TagClassName
{
border-color: #041FDB;
}
</style>