Shades of Dodger Blue #1E82DC
Tints of Dodger Blue #1E82DC
RGB
CMYK
RGB Variations
Color information
#1E82DC (or 0x1E82DC) is known color: Dodger Blue. HEX triplet: 1E, 82 and DC. RGB value is (30,130,220). Sum of RGB (Red+Green+Blue) = 30+130+220=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E82DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E82DC is #E17D23. Grayscale: #6D6D6D. Windows color (decimal): -14777636 or 14451230. OLE color: 14451230.
HSL color Cylindrical-coordinate representation of color #1E82DC: hue angle of 208.42º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E82DC is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 130 | 220 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.14 |
| HSL | 208.42º | 0.76% | 0.49% | - |
| HSV(B) | 208.42º | 0.86% | 0.86% | - |
| XYZ | 21.44 | 21.41 | 70.71 | - |
| YUV | 110.36 | 189.87 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 220 | 0.86 | 0.41 | 0 | 0.14 | 208.42 | 0.76 | 0.49 |
| Hex | 1E | 82 | DC | 56 | 29 | 0 | E | D0 | 4C | 31 |
| Octal | 36 | 202 | 334 | 126 | 51 | 0 | 16 | 320 | 114 | 61 |
| Binary | 11110 | 10000010 | 11011100 | 1010110 | 101001 | 0 | 1110 | 11010000 | 1001100 | 110001 |
Color Harmonies of #1E82DC
Complementary color
Monochromatic Colors of #1E82DC
Black with #1E82DC
Text Example
Text Example
White with #1E82DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E82DC; }
p { color: rgb(30,130,220); }
H1.HeaderClassName
{
color: #1E82DC;
}
.AnyTagClassName
{
color: #1E82DC;
}
</style>
background-color css
<style>
a { background-color: #1E82DC; }
a { background-color: rgb(30,130,220); }
div.DivClassName
{
background-color: #1E82DC;
}
.BgClassName
{
background-color: #1E82DC;
}
</style>
border-color css
<style>
span { border-color: #1E82DC; }
span { border-color: rgb(30,130,220); }
td.TdClassName
{
border-color: #1E82DC;
}
.TagClassName
{
border-color: #1E82DC;
}
</style>