Shades of Dodger Blue #1E82DA
Tints of Dodger Blue #1E82DA
RGB
CMYK
RGB Variations
Color information
#1E82DA (or 0x1E82DA) is known color: Dodger Blue. HEX triplet: 1E, 82 and DA. RGB value is (30,130,218). Sum of RGB (Red+Green+Blue) = 30+130+218=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E82DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E82DA is #E17D25. Grayscale: #6D6D6D. Windows color (decimal): -14777638 or 14320158. OLE color: 14320158.
HSL color Cylindrical-coordinate representation of color #1E82DA: hue angle of 208.09º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E82DA is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 130 | 218 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.15 |
| HSL | 208.09º | 0.76% | 0.49% | - |
| HSV(B) | 208.09º | 0.86% | 0.85% | - |
| XYZ | 21.17 | 21.3 | 69.33 | - |
| YUV | 110.13 | 188.87 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 130 | 218 | 0.86 | 0.40 | 0 | 0.15 | 208.09 | 0.76 | 0.49 |
| Hex | 1E | 82 | DA | 56 | 28 | 0 | F | D0 | 4C | 31 |
| Octal | 36 | 202 | 332 | 126 | 50 | 0 | 17 | 320 | 114 | 61 |
| Binary | 11110 | 10000010 | 11011010 | 1010110 | 101000 | 0 | 1111 | 11010000 | 1001100 | 110001 |
Color Harmonies of #1E82DA
Complementary color
Monochromatic Colors of #1E82DA
Black with #1E82DA
Text Example
Text Example
White with #1E82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E82DA; }
p { color: rgb(30,130,218); }
H1.HeaderClassName
{
color: #1E82DA;
}
.AnyTagClassName
{
color: #1E82DA;
}
</style>
background-color css
<style>
a { background-color: #1E82DA; }
a { background-color: rgb(30,130,218); }
div.DivClassName
{
background-color: #1E82DA;
}
.BgClassName
{
background-color: #1E82DA;
}
</style>
border-color css
<style>
span { border-color: #1E82DA; }
span { border-color: rgb(30,130,218); }
td.TdClassName
{
border-color: #1E82DA;
}
.TagClassName
{
border-color: #1E82DA;
}
</style>