Shades of Medium Blue #1A00DD
Tints of Medium Blue #1A00DD
RGB
CMYK
RGB Variations
Color information
#1A00DD (or 0x1A00DD) is known color: Medium Blue. HEX triplet: 1A, 00 and DD. RGB value is (26,0,221). Sum of RGB (Red+Green+Blue) = 26+0+221=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A00DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00DD is #E5FF22. Grayscale: #202020. Windows color (decimal): -15073059 or 14483482. OLE color: 14483482.
HSL color Cylindrical-coordinate representation of color #1A00DD: hue angle of 247.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00DD is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 0 | 221 | - |
| CMYK | 0.88 | 1 | 0 | 0.13 |
| HSL | 247.06º | 1% | 0.43% | - |
| HSV(B) | 247.06º | 1% | 0.87% | - |
| XYZ | 13.48 | 5.44 | 68.75 | - |
| YUV | 32.97 | 234.11 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 221 | 0.88 | 1 | 0 | 0.13 | 247.06 | 1 | 0.43 |
| Hex | 1A | 0 | DD | 58 | 64 | 0 | D | F7 | 64 | 2B |
| Octal | 32 | 0 | 335 | 130 | 144 | 0 | 15 | 367 | 144 | 53 |
| Binary | 11010 | 0 | 11011101 | 1011000 | 1100100 | 0 | 1101 | 11110111 | 1100100 | 101011 |
Color Harmonies of #1A00DD
Complementary color
Monochromatic Colors of #1A00DD
Black with #1A00DD
Text Example
Text Example
White with #1A00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A00DD; }
p { color: rgb(26,0,221); }
H1.HeaderClassName
{
color: #1A00DD;
}
.AnyTagClassName
{
color: #1A00DD;
}
</style>
background-color css
<style>
a { background-color: #1A00DD; }
a { background-color: rgb(26,0,221); }
div.DivClassName
{
background-color: #1A00DD;
}
.BgClassName
{
background-color: #1A00DD;
}
</style>
border-color css
<style>
span { border-color: #1A00DD; }
span { border-color: rgb(26,0,221); }
td.TdClassName
{
border-color: #1A00DD;
}
.TagClassName
{
border-color: #1A00DD;
}
</style>