Shades of Medium Blue #1A04DD
Tints of Medium Blue #1A04DD
RGB
CMYK
RGB Variations
Color information
#1A04DD (or 0x1A04DD) is known color: Medium Blue. HEX triplet: 1A, 04 and DD. RGB value is (26,4,221). Sum of RGB (Red+Green+Blue) = 26+4+221=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 4 (1.95% from 255 or 1.59% 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 #1A04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A04DD is #E5FB22. Grayscale: #222222. Windows color (decimal): -15072035 or 14484506. OLE color: 14484506.
HSL color Cylindrical-coordinate representation of color #1A04DD: hue angle of 246.08º 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 #1A04DD is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 4 | 221 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.13 |
| HSL | 246.08º | 0.96% | 0.44% | - |
| HSV(B) | 246.08º | 0.98% | 0.87% | - |
| XYZ | 13.52 | 5.53 | 68.76 | - |
| YUV | 35.32 | 232.79 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 221 | 0.88 | 0.98 | 0 | 0.13 | 246.08 | 0.96 | 0.44 |
| Hex | 1A | 4 | DD | 58 | 62 | 0 | D | F6 | 60 | 2C |
| Octal | 32 | 4 | 335 | 130 | 142 | 0 | 15 | 366 | 140 | 54 |
| Binary | 11010 | 100 | 11011101 | 1011000 | 1100010 | 0 | 1101 | 11110110 | 1100000 | 101100 |
Color Harmonies of #1A04DD
Complementary color
Monochromatic Colors of #1A04DD
Black with #1A04DD
Text Example
Text Example
White with #1A04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A04DD; }
p { color: rgb(26,4,221); }
H1.HeaderClassName
{
color: #1A04DD;
}
.AnyTagClassName
{
color: #1A04DD;
}
</style>
background-color css
<style>
a { background-color: #1A04DD; }
a { background-color: rgb(26,4,221); }
div.DivClassName
{
background-color: #1A04DD;
}
.BgClassName
{
background-color: #1A04DD;
}
</style>
border-color css
<style>
span { border-color: #1A04DD; }
span { border-color: rgb(26,4,221); }
td.TdClassName
{
border-color: #1A04DD;
}
.TagClassName
{
border-color: #1A04DD;
}
</style>