Shades of Dodger Blue #1D8CFF
Tints of Dodger Blue #1D8CFF
RGB
CMYK
RGB Variations
Color information
#1D8CFF (or 0x1D8CFF) is known color: Dodger Blue. HEX triplet: 1D, 8C and FF. RGB value is (29,140,255). Sum of RGB (Red+Green+Blue) = 29+140+255=424 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.84% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D8CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8CFF is #E27300. Grayscale: #777777. Windows color (decimal): -14840577 or 16747549. OLE color: 16747549.
HSL color Cylindrical-coordinate representation of color #1D8CFF: hue angle of 210.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D8CFF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 140 | 255 | - |
| CMYK | 0.89 | 0.45 | 0 | 0 |
| HSL | 210.53º | 1% | 0.56% | - |
| HSV(B) | 210.53º | 0.89% | 1% | - |
| XYZ | 27.93 | 26.24 | 98.2 | - |
| YUV | 119.92 | 204.23 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 255 | 0.89 | 0.45 | 0 | 0 | 210.53 | 1 | 0.56 |
| Hex | 1D | 8C | FF | 59 | 2D | 0 | 0 | D3 | 64 | 38 |
| Octal | 35 | 214 | 377 | 131 | 55 | 0 | 0 | 323 | 144 | 70 |
| Binary | 11101 | 10001100 | 11111111 | 1011001 | 101101 | 0 | 0 | 11010011 | 1100100 | 111000 |
Color Harmonies of #1D8CFF
Complementary color
Monochromatic Colors of #1D8CFF
Black with #1D8CFF
Text Example
Text Example
White with #1D8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8CFF; }
p { color: rgb(29,140,255); }
H1.HeaderClassName
{
color: #1D8CFF;
}
.AnyTagClassName
{
color: #1D8CFF;
}
</style>
background-color css
<style>
a { background-color: #1D8CFF; }
a { background-color: rgb(29,140,255); }
div.DivClassName
{
background-color: #1D8CFF;
}
.BgClassName
{
background-color: #1D8CFF;
}
</style>
border-color css
<style>
span { border-color: #1D8CFF; }
span { border-color: rgb(29,140,255); }
td.TdClassName
{
border-color: #1D8CFF;
}
.TagClassName
{
border-color: #1D8CFF;
}
</style>