Shades of Dodger Blue #1D82EF
Tints of Dodger Blue #1D82EF
RGB
CMYK
RGB Variations
Color information
#1D82EF (or 0x1D82EF) is known color: Dodger Blue. HEX triplet: 1D, 82 and EF. RGB value is (29,130,239). Sum of RGB (Red+Green+Blue) = 29+130+239=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D82EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D82EF is #E27D10. Grayscale: #6F6F6F. Windows color (decimal): -14843153 or 15696413. OLE color: 15696413.
HSL color Cylindrical-coordinate representation of color #1D82EF: hue angle of 211.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D82EF is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 130 | 239 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.06 |
| HSL | 211.14º | 0.87% | 0.53% | - |
| HSV(B) | 211.14º | 0.88% | 0.94% | - |
| XYZ | 24.07 | 22.46 | 84.73 | - |
| YUV | 112.23 | 199.54 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 239 | 0.88 | 0.46 | 0 | 0.06 | 211.14 | 0.87 | 0.53 |
| Hex | 1D | 82 | EF | 58 | 2E | 0 | 6 | D3 | 57 | 35 |
| Octal | 35 | 202 | 357 | 130 | 56 | 0 | 6 | 323 | 127 | 65 |
| Binary | 11101 | 10000010 | 11101111 | 1011000 | 101110 | 0 | 110 | 11010011 | 1010111 | 110101 |
Color Harmonies of #1D82EF
Complementary color
Monochromatic Colors of #1D82EF
Black with #1D82EF
Text Example
Text Example
White with #1D82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D82EF; }
p { color: rgb(29,130,239); }
H1.HeaderClassName
{
color: #1D82EF;
}
.AnyTagClassName
{
color: #1D82EF;
}
</style>
background-color css
<style>
a { background-color: #1D82EF; }
a { background-color: rgb(29,130,239); }
div.DivClassName
{
background-color: #1D82EF;
}
.BgClassName
{
background-color: #1D82EF;
}
</style>
border-color css
<style>
span { border-color: #1D82EF; }
span { border-color: rgb(29,130,239); }
td.TdClassName
{
border-color: #1D82EF;
}
.TagClassName
{
border-color: #1D82EF;
}
</style>