Shades of Dodger Blue #1D8FE3
Tints of Dodger Blue #1D8FE3
RGB
CMYK
RGB Variations
Color information
#1D8FE3 (or 0x1D8FE3) is known color: Dodger Blue. HEX triplet: 1D, 8F and E3. RGB value is (29,143,227). Sum of RGB (Red+Green+Blue) = 29+143+227=399 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.27% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #1D8FE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8FE3 is #E2701C. Grayscale: #767676. Windows color (decimal): -14839837 or 14913309. OLE color: 14913309.
HSL color Cylindrical-coordinate representation of color #1D8FE3: hue angle of 205.45º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D8FE3 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 143 | 227 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.11 |
| HSL | 205.45º | 0.78% | 0.5% | - |
| HSV(B) | 205.45º | 0.87% | 0.89% | - |
| XYZ | 24.19 | 25.45 | 76.31 | - |
| YUV | 118.49 | 189.23 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 143 | 227 | 0.87 | 0.37 | 0 | 0.11 | 205.45 | 0.78 | 0.5 |
| Hex | 1D | 8F | E3 | 57 | 25 | 0 | B | CD | 4E | 32 |
| Octal | 35 | 217 | 343 | 127 | 45 | 0 | 13 | 315 | 116 | 62 |
| Binary | 11101 | 10001111 | 11100011 | 1010111 | 100101 | 0 | 1011 | 11001101 | 1001110 | 110010 |
Color Harmonies of #1D8FE3
Complementary color
Monochromatic Colors of #1D8FE3
Black with #1D8FE3
Text Example
Text Example
White with #1D8FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8FE3; }
p { color: rgb(29,143,227); }
H1.HeaderClassName
{
color: #1D8FE3;
}
.AnyTagClassName
{
color: #1D8FE3;
}
</style>
background-color css
<style>
a { background-color: #1D8FE3; }
a { background-color: rgb(29,143,227); }
div.DivClassName
{
background-color: #1D8FE3;
}
.BgClassName
{
background-color: #1D8FE3;
}
</style>
border-color css
<style>
span { border-color: #1D8FE3; }
span { border-color: rgb(29,143,227); }
td.TdClassName
{
border-color: #1D8FE3;
}
.TagClassName
{
border-color: #1D8FE3;
}
</style>