Shades of Dodger Blue #1E83DD
Tints of Dodger Blue #1E83DD
RGB
CMYK
RGB Variations
Color information
#1E83DD (or 0x1E83DD) is known color: Dodger Blue. HEX triplet: 1E, 83 and DD. RGB value is (30,131,221). Sum of RGB (Red+Green+Blue) = 30+131+221=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E83DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E83DD is #E17C22. Grayscale: #6E6E6E. Windows color (decimal): -14777379 or 14517022. OLE color: 14517022.
HSL color Cylindrical-coordinate representation of color #1E83DD: hue angle of 208.27º 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 #1E83DD is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 131 | 221 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.13 |
| HSL | 208.27º | 0.76% | 0.49% | - |
| HSV(B) | 208.27º | 0.86% | 0.87% | - |
| XYZ | 21.7 | 21.73 | 71.46 | - |
| YUV | 111.06 | 190.04 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 131 | 221 | 0.86 | 0.41 | 0 | 0.13 | 208.27 | 0.76 | 0.49 |
| Hex | 1E | 83 | DD | 56 | 29 | 0 | D | D0 | 4C | 31 |
| Octal | 36 | 203 | 335 | 126 | 51 | 0 | 15 | 320 | 114 | 61 |
| Binary | 11110 | 10000011 | 11011101 | 1010110 | 101001 | 0 | 1101 | 11010000 | 1001100 | 110001 |
Color Harmonies of #1E83DD
Complementary color
Monochromatic Colors of #1E83DD
Black with #1E83DD
Text Example
Text Example
White with #1E83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E83DD; }
p { color: rgb(30,131,221); }
H1.HeaderClassName
{
color: #1E83DD;
}
.AnyTagClassName
{
color: #1E83DD;
}
</style>
background-color css
<style>
a { background-color: #1E83DD; }
a { background-color: rgb(30,131,221); }
div.DivClassName
{
background-color: #1E83DD;
}
.BgClassName
{
background-color: #1E83DD;
}
</style>
border-color css
<style>
span { border-color: #1E83DD; }
span { border-color: rgb(30,131,221); }
td.TdClassName
{
border-color: #1E83DD;
}
.TagClassName
{
border-color: #1E83DD;
}
</style>