Shades of Dodger Blue #1E81DD
Tints of Dodger Blue #1E81DD
RGB
CMYK
RGB Variations
Color information
#1E81DD (or 0x1E81DD) is known color: Dodger Blue. HEX triplet: 1E, 81 and DD. RGB value is (30,129,221). Sum of RGB (Red+Green+Blue) = 30+129+221=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E81DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E81DD is #E17E22. Grayscale: #6D6D6D. Windows color (decimal): -14777891 or 14516510. OLE color: 14516510.
HSL color Cylindrical-coordinate representation of color #1E81DD: hue angle of 208.9º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E81DD is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 129 | 221 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.13 |
| HSL | 208.9º | 0.76% | 0.49% | - |
| HSV(B) | 208.9º | 0.86% | 0.87% | - |
| XYZ | 21.44 | 21.2 | 71.37 | - |
| YUV | 109.89 | 190.7 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 221 | 0.86 | 0.42 | 0 | 0.13 | 208.9 | 0.76 | 0.49 |
| Hex | 1E | 81 | DD | 56 | 2A | 0 | D | D1 | 4C | 31 |
| Octal | 36 | 201 | 335 | 126 | 52 | 0 | 15 | 321 | 114 | 61 |
| Binary | 11110 | 10000001 | 11011101 | 1010110 | 101010 | 0 | 1101 | 11010001 | 1001100 | 110001 |
Color Harmonies of #1E81DD
Complementary color
Monochromatic Colors of #1E81DD
Black with #1E81DD
Text Example
Text Example
White with #1E81DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E81DD; }
p { color: rgb(30,129,221); }
H1.HeaderClassName
{
color: #1E81DD;
}
.AnyTagClassName
{
color: #1E81DD;
}
</style>
background-color css
<style>
a { background-color: #1E81DD; }
a { background-color: rgb(30,129,221); }
div.DivClassName
{
background-color: #1E81DD;
}
.BgClassName
{
background-color: #1E81DD;
}
</style>
border-color css
<style>
span { border-color: #1E81DD; }
span { border-color: rgb(30,129,221); }
td.TdClassName
{
border-color: #1E81DD;
}
.TagClassName
{
border-color: #1E81DD;
}
</style>