Shades of Dodger Blue #1D70EA
Tints of Dodger Blue #1D70EA
RGB
CMYK
RGB Variations
Color information
#1D70EA (or 0x1D70EA) is known color: Dodger Blue. HEX triplet: 1D, 70 and EA. RGB value is (29,112,234). Sum of RGB (Red+Green+Blue) = 29+112+234=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D70EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D70EA is #E28F15. Grayscale: #646464. Windows color (decimal): -14847766 or 15364125. OLE color: 15364125.
HSL color Cylindrical-coordinate representation of color #1D70EA: hue angle of 215.71º degrees, saturation: 0.83, 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 #1D70EA is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 112 | 234 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.08 |
| HSL | 215.71º | 0.83% | 0.52% | - |
| HSV(B) | 215.71º | 0.88% | 0.92% | - |
| XYZ | 21.15 | 17.79 | 80.16 | - |
| YUV | 101.09 | 203 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 234 | 0.88 | 0.52 | 0 | 0.08 | 215.71 | 0.83 | 0.52 |
| Hex | 1D | 70 | EA | 58 | 34 | 0 | 8 | D8 | 53 | 34 |
| Octal | 35 | 160 | 352 | 130 | 64 | 0 | 10 | 330 | 123 | 64 |
| Binary | 11101 | 1110000 | 11101010 | 1011000 | 110100 | 0 | 1000 | 11011000 | 1010011 | 110100 |
Color Harmonies of #1D70EA
Complementary color
Monochromatic Colors of #1D70EA
Black with #1D70EA
Text Example
Text Example
White with #1D70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D70EA; }
p { color: rgb(29,112,234); }
H1.HeaderClassName
{
color: #1D70EA;
}
.AnyTagClassName
{
color: #1D70EA;
}
</style>
background-color css
<style>
a { background-color: #1D70EA; }
a { background-color: rgb(29,112,234); }
div.DivClassName
{
background-color: #1D70EA;
}
.BgClassName
{
background-color: #1D70EA;
}
</style>
border-color css
<style>
span { border-color: #1D70EA; }
span { border-color: rgb(29,112,234); }
td.TdClassName
{
border-color: #1D70EA;
}
.TagClassName
{
border-color: #1D70EA;
}
</style>