Shades of Dodger Blue #1D70FF
Tints of Dodger Blue #1D70FF
RGB
CMYK
RGB Variations
Color information
#1D70FF (or 0x1D70FF) is known color: Dodger Blue. HEX triplet: 1D, 70 and FF. RGB value is (29,112,255). Sum of RGB (Red+Green+Blue) = 29+112+255=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D70FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D70FF is #E28F00. Grayscale: #666666. Windows color (decimal): -14847745 or 16740381. OLE color: 16740381.
HSL color Cylindrical-coordinate representation of color #1D70FF: hue angle of 217.96º 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 #1D70FF is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 112 | 255 | - |
| CMYK | 0.89 | 0.56 | 0 | 0 |
| HSL | 217.96º | 1% | 0.56% | - |
| HSV(B) | 217.96º | 0.89% | 1% | - |
| XYZ | 24.35 | 19.07 | 97.01 | - |
| YUV | 103.49 | 213.5 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 255 | 0.89 | 0.56 | 0 | 0 | 217.96 | 1 | 0.56 |
| Hex | 1D | 70 | FF | 59 | 38 | 0 | 0 | DA | 64 | 38 |
| Octal | 35 | 160 | 377 | 131 | 70 | 0 | 0 | 332 | 144 | 70 |
| Binary | 11101 | 1110000 | 11111111 | 1011001 | 111000 | 0 | 0 | 11011010 | 1100100 | 111000 |
Color Harmonies of #1D70FF
Complementary color
Monochromatic Colors of #1D70FF
Black with #1D70FF
Text Example
Text Example
White with #1D70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D70FF; }
p { color: rgb(29,112,255); }
H1.HeaderClassName
{
color: #1D70FF;
}
.AnyTagClassName
{
color: #1D70FF;
}
</style>
background-color css
<style>
a { background-color: #1D70FF; }
a { background-color: rgb(29,112,255); }
div.DivClassName
{
background-color: #1D70FF;
}
.BgClassName
{
background-color: #1D70FF;
}
</style>
border-color css
<style>
span { border-color: #1D70FF; }
span { border-color: rgb(29,112,255); }
td.TdClassName
{
border-color: #1D70FF;
}
.TagClassName
{
border-color: #1D70FF;
}
</style>