Shades of Blue #1D21EA
Tints of Blue #1D21EA
RGB
CMYK
RGB Variations
Color information
#1D21EA (or 0x1D21EA) is known color: Blue. HEX triplet: 1D, 21 and EA. RGB value is (29,33,234). Sum of RGB (Red+Green+Blue) = 29+33+234=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 234 (91.80% from 255 or 79.05% from 296); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D21EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D21EA is #E2DE15. Grayscale: #353535. Windows color (decimal): -14867990 or 15343901. OLE color: 15343901.
HSL color Cylindrical-coordinate representation of color #1D21EA: hue angle of 238.83º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D21EA is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 33 | 234 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.08 |
| HSL | 238.83º | 0.83% | 0.52% | - |
| HSV(B) | 238.83º | 0.88% | 0.92% | - |
| XYZ | 15.9 | 7.29 | 78.41 | - |
| YUV | 54.72 | 229.17 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 234 | 0.88 | 0.86 | 0 | 0.08 | 238.83 | 0.83 | 0.52 |
| Hex | 1D | 21 | EA | 58 | 56 | 0 | 8 | EF | 53 | 34 |
| Octal | 35 | 41 | 352 | 130 | 126 | 0 | 10 | 357 | 123 | 64 |
| Binary | 11101 | 100001 | 11101010 | 1011000 | 1010110 | 0 | 1000 | 11101111 | 1010011 | 110100 |
Color Harmonies of #1D21EA
Complementary color
Monochromatic Colors of #1D21EA
Black with #1D21EA
Text Example
Text Example
White with #1D21EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D21EA; }
p { color: rgb(29,33,234); }
H1.HeaderClassName
{
color: #1D21EA;
}
.AnyTagClassName
{
color: #1D21EA;
}
</style>
background-color css
<style>
a { background-color: #1D21EA; }
a { background-color: rgb(29,33,234); }
div.DivClassName
{
background-color: #1D21EA;
}
.BgClassName
{
background-color: #1D21EA;
}
</style>
border-color css
<style>
span { border-color: #1D21EA; }
span { border-color: rgb(29,33,234); }
td.TdClassName
{
border-color: #1D21EA;
}
.TagClassName
{
border-color: #1D21EA;
}
</style>