Shades of Dodger Blue #1D68FF
Tints of Dodger Blue #1D68FF
RGB
CMYK
RGB Variations
Color information
#1D68FF (or 0x1D68FF) is known color: Dodger Blue. HEX triplet: 1D, 68 and FF. RGB value is (29,104,255). Sum of RGB (Red+Green+Blue) = 29+104+255=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D68FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D68FF is #E29700. Grayscale: #626262. Windows color (decimal): -14849793 or 16738333. OLE color: 16738333.
HSL color Cylindrical-coordinate representation of color #1D68FF: hue angle of 220.09º 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 #1D68FF is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 104 | 255 | - |
| CMYK | 0.89 | 0.59 | 0 | 0 |
| HSL | 220.09º | 1% | 0.56% | - |
| HSV(B) | 220.09º | 0.89% | 1% | - |
| XYZ | 23.51 | 17.38 | 96.72 | - |
| YUV | 98.79 | 216.15 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 104 | 255 | 0.89 | 0.59 | 0 | 0 | 220.09 | 1 | 0.56 |
| Hex | 1D | 68 | FF | 59 | 3B | 0 | 0 | DC | 64 | 38 |
| Octal | 35 | 150 | 377 | 131 | 73 | 0 | 0 | 334 | 144 | 70 |
| Binary | 11101 | 1101000 | 11111111 | 1011001 | 111011 | 0 | 0 | 11011100 | 1100100 | 111000 |
Color Harmonies of #1D68FF
Complementary color
Monochromatic Colors of #1D68FF
Black with #1D68FF
Text Example
Text Example
White with #1D68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D68FF; }
p { color: rgb(29,104,255); }
H1.HeaderClassName
{
color: #1D68FF;
}
.AnyTagClassName
{
color: #1D68FF;
}
</style>
background-color css
<style>
a { background-color: #1D68FF; }
a { background-color: rgb(29,104,255); }
div.DivClassName
{
background-color: #1D68FF;
}
.BgClassName
{
background-color: #1D68FF;
}
</style>
border-color css
<style>
span { border-color: #1D68FF; }
span { border-color: rgb(29,104,255); }
td.TdClassName
{
border-color: #1D68FF;
}
.TagClassName
{
border-color: #1D68FF;
}
</style>