Shades of Medium Blue #041ADD
Tints of Medium Blue #041ADD
RGB
CMYK
RGB Variations
Color information
#041ADD (or 0x041ADD) is known color: Medium Blue. HEX triplet: 04, 1A and DD. RGB value is (4,26,221). Sum of RGB (Red+Green+Blue) = 4+26+221=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #041ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041ADD is #FBE522. Grayscale: #282828. Windows color (decimal): -16508195 or 14490116. OLE color: 14490116.
HSL color Cylindrical-coordinate representation of color #041ADD: hue angle of 233.92º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041ADD is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 26 | 221 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.13 |
| HSL | 233.92º | 0.96% | 0.44% | - |
| HSV(B) | 233.92º | 0.98% | 0.87% | - |
| XYZ | 13.47 | 5.99 | 68.85 | - |
| YUV | 41.65 | 229.21 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 221 | 0.98 | 0.88 | 0 | 0.13 | 233.92 | 0.96 | 0.44 |
| Hex | 4 | 1A | DD | 62 | 58 | 0 | D | EA | 60 | 2C |
| Octal | 4 | 32 | 335 | 142 | 130 | 0 | 15 | 352 | 140 | 54 |
| Binary | 100 | 11010 | 11011101 | 1100010 | 1011000 | 0 | 1101 | 11101010 | 1100000 | 101100 |
Color Harmonies of #041ADD
Complementary color
Monochromatic Colors of #041ADD
Black with #041ADD
Text Example
Text Example
White with #041ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041ADD; }
p { color: rgb(4,26,221); }
H1.HeaderClassName
{
color: #041ADD;
}
.AnyTagClassName
{
color: #041ADD;
}
</style>
background-color css
<style>
a { background-color: #041ADD; }
a { background-color: rgb(4,26,221); }
div.DivClassName
{
background-color: #041ADD;
}
.BgClassName
{
background-color: #041ADD;
}
</style>
border-color css
<style>
span { border-color: #041ADD; }
span { border-color: rgb(4,26,221); }
td.TdClassName
{
border-color: #041ADD;
}
.TagClassName
{
border-color: #041ADD;
}
</style>