Shades of Dodger Blue #1D6EFA
Tints of Dodger Blue #1D6EFA
RGB
CMYK
RGB Variations
Color information
#1D6EFA (or 0x1D6EFA) is known color: Dodger Blue. HEX triplet: 1D, 6E and FA. RGB value is (29,110,250). Sum of RGB (Red+Green+Blue) = 29+110+250=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D6EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6EFA is #E29105. Grayscale: #656565. Windows color (decimal): -14848262 or 16412189. OLE color: 16412189.
HSL color Cylindrical-coordinate representation of color #1D6EFA: hue angle of 218.01º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6EFA is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 110 | 250 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.02 |
| HSL | 218.01º | 0.96% | 0.55% | - |
| HSV(B) | 218.01º | 0.88% | 0.98% | - |
| XYZ | 23.34 | 18.32 | 92.75 | - |
| YUV | 101.74 | 211.66 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 250 | 0.88 | 0.56 | 0 | 0.02 | 218.01 | 0.96 | 0.55 |
| Hex | 1D | 6E | FA | 58 | 38 | 0 | 2 | DA | 60 | 37 |
| Octal | 35 | 156 | 372 | 130 | 70 | 0 | 2 | 332 | 140 | 67 |
| Binary | 11101 | 1101110 | 11111010 | 1011000 | 111000 | 0 | 10 | 11011010 | 1100000 | 110111 |
Color Harmonies of #1D6EFA
Complementary color
Monochromatic Colors of #1D6EFA
Black with #1D6EFA
Text Example
Text Example
White with #1D6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6EFA; }
p { color: rgb(29,110,250); }
H1.HeaderClassName
{
color: #1D6EFA;
}
.AnyTagClassName
{
color: #1D6EFA;
}
</style>
background-color css
<style>
a { background-color: #1D6EFA; }
a { background-color: rgb(29,110,250); }
div.DivClassName
{
background-color: #1D6EFA;
}
.BgClassName
{
background-color: #1D6EFA;
}
</style>
border-color css
<style>
span { border-color: #1D6EFA; }
span { border-color: rgb(29,110,250); }
td.TdClassName
{
border-color: #1D6EFA;
}
.TagClassName
{
border-color: #1D6EFA;
}
</style>