Shades of Dodger Blue #1D8CE8
Tints of Dodger Blue #1D8CE8
RGB
CMYK
RGB Variations
Color information
#1D8CE8 (or 0x1D8CE8) is known color: Dodger Blue. HEX triplet: 1D, 8C and E8. RGB value is (29,140,232). Sum of RGB (Red+Green+Blue) = 29+140+232=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #1D8CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8CE8 is #E27317. Grayscale: #747474. Windows color (decimal): -14840600 or 15240221. OLE color: 15240221.
HSL color Cylindrical-coordinate representation of color #1D8CE8: hue angle of 207.19º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8CE8 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 140 | 232 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.09 |
| HSL | 207.19º | 0.82% | 0.51% | - |
| HSV(B) | 207.19º | 0.88% | 0.91% | - |
| XYZ | 24.45 | 24.84 | 79.85 | - |
| YUV | 117.3 | 192.73 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 232 | 0.88 | 0.40 | 0 | 0.09 | 207.19 | 0.82 | 0.51 |
| Hex | 1D | 8C | E8 | 58 | 28 | 0 | 9 | CF | 52 | 33 |
| Octal | 35 | 214 | 350 | 130 | 50 | 0 | 11 | 317 | 122 | 63 |
| Binary | 11101 | 10001100 | 11101000 | 1011000 | 101000 | 0 | 1001 | 11001111 | 1010010 | 110011 |
Color Harmonies of #1D8CE8
Complementary color
Monochromatic Colors of #1D8CE8
Black with #1D8CE8
Text Example
Text Example
White with #1D8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8CE8; }
p { color: rgb(29,140,232); }
H1.HeaderClassName
{
color: #1D8CE8;
}
.AnyTagClassName
{
color: #1D8CE8;
}
</style>
background-color css
<style>
a { background-color: #1D8CE8; }
a { background-color: rgb(29,140,232); }
div.DivClassName
{
background-color: #1D8CE8;
}
.BgClassName
{
background-color: #1D8CE8;
}
</style>
border-color css
<style>
span { border-color: #1D8CE8; }
span { border-color: rgb(29,140,232); }
td.TdClassName
{
border-color: #1D8CE8;
}
.TagClassName
{
border-color: #1D8CE8;
}
</style>