Shades of Dodger Blue #1D7EEB
Tints of Dodger Blue #1D7EEB
RGB
CMYK
RGB Variations
Color information
#1D7EEB (or 0x1D7EEB) is known color: Dodger Blue. HEX triplet: 1D, 7E and EB. RGB value is (29,126,235). Sum of RGB (Red+Green+Blue) = 29+126+235=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D7EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7EEB is #E28114. Grayscale: #6C6C6C. Windows color (decimal): -14844181 or 15433245. OLE color: 15433245.
HSL color Cylindrical-coordinate representation of color #1D7EEB: hue angle of 211.75º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7EEB is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 126 | 235 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.08 |
| HSL | 211.75º | 0.84% | 0.52% | - |
| HSV(B) | 211.75º | 0.88% | 0.92% | - |
| XYZ | 22.96 | 21.18 | 81.48 | - |
| YUV | 109.42 | 198.86 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 126 | 235 | 0.88 | 0.46 | 0 | 0.08 | 211.75 | 0.84 | 0.52 |
| Hex | 1D | 7E | EB | 58 | 2E | 0 | 8 | D4 | 54 | 34 |
| Octal | 35 | 176 | 353 | 130 | 56 | 0 | 10 | 324 | 124 | 64 |
| Binary | 11101 | 1111110 | 11101011 | 1011000 | 101110 | 0 | 1000 | 11010100 | 1010100 | 110100 |
Color Harmonies of #1D7EEB
Complementary color
Monochromatic Colors of #1D7EEB
Black with #1D7EEB
Text Example
Text Example
White with #1D7EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7EEB; }
p { color: rgb(29,126,235); }
H1.HeaderClassName
{
color: #1D7EEB;
}
.AnyTagClassName
{
color: #1D7EEB;
}
</style>
background-color css
<style>
a { background-color: #1D7EEB; }
a { background-color: rgb(29,126,235); }
div.DivClassName
{
background-color: #1D7EEB;
}
.BgClassName
{
background-color: #1D7EEB;
}
</style>
border-color css
<style>
span { border-color: #1D7EEB; }
span { border-color: rgb(29,126,235); }
td.TdClassName
{
border-color: #1D7EEB;
}
.TagClassName
{
border-color: #1D7EEB;
}
</style>