Shades of Dodger Blue #1D6EFB
Tints of Dodger Blue #1D6EFB
RGB
CMYK
RGB Variations
Color information
#1D6EFB (or 0x1D6EFB) is known color: Dodger Blue. HEX triplet: 1D, 6E and FB. RGB value is (29,110,251). Sum of RGB (Red+Green+Blue) = 29+110+251=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D6EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6EFB is #E29104. Grayscale: #656565. Windows color (decimal): -14848261 or 16477725. OLE color: 16477725.
HSL color Cylindrical-coordinate representation of color #1D6EFB: hue angle of 218.11º degrees, saturation: 0.97, 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 #1D6EFB is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 110 | 251 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.02 |
| HSL | 218.11º | 0.97% | 0.55% | - |
| HSV(B) | 218.11º | 0.88% | 0.98% | - |
| XYZ | 23.5 | 18.38 | 93.58 | - |
| YUV | 101.86 | 212.16 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 251 | 0.88 | 0.56 | 0 | 0.02 | 218.11 | 0.97 | 0.55 |
| Hex | 1D | 6E | FB | 58 | 38 | 0 | 2 | DA | 61 | 37 |
| Octal | 35 | 156 | 373 | 130 | 70 | 0 | 2 | 332 | 141 | 67 |
| Binary | 11101 | 1101110 | 11111011 | 1011000 | 111000 | 0 | 10 | 11011010 | 1100001 | 110111 |
Color Harmonies of #1D6EFB
Complementary color
Monochromatic Colors of #1D6EFB
Black with #1D6EFB
Text Example
Text Example
White with #1D6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6EFB; }
p { color: rgb(29,110,251); }
H1.HeaderClassName
{
color: #1D6EFB;
}
.AnyTagClassName
{
color: #1D6EFB;
}
</style>
background-color css
<style>
a { background-color: #1D6EFB; }
a { background-color: rgb(29,110,251); }
div.DivClassName
{
background-color: #1D6EFB;
}
.BgClassName
{
background-color: #1D6EFB;
}
</style>
border-color css
<style>
span { border-color: #1D6EFB; }
span { border-color: rgb(29,110,251); }
td.TdClassName
{
border-color: #1D6EFB;
}
.TagClassName
{
border-color: #1D6EFB;
}
</style>