Shades of Dodger Blue #1D6FFB
Tints of Dodger Blue #1D6FFB
RGB
CMYK
RGB Variations
Color information
#1D6FFB (or 0x1D6FFB) is known color: Dodger Blue. HEX triplet: 1D, 6F and FB. RGB value is (29,111,251). Sum of RGB (Red+Green+Blue) = 29+111+251=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6FFB is #E29004. Grayscale: #656565. Windows color (decimal): -14848005 or 16477981. OLE color: 16477981.
HSL color Cylindrical-coordinate representation of color #1D6FFB: hue angle of 217.84º 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 #1D6FFB is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 111 | 251 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.02 |
| HSL | 217.84º | 0.97% | 0.55% | - |
| HSV(B) | 217.84º | 0.88% | 0.98% | - |
| XYZ | 23.6 | 18.6 | 93.61 | - |
| YUV | 102.44 | 211.83 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 251 | 0.88 | 0.56 | 0 | 0.02 | 217.84 | 0.97 | 0.55 |
| Hex | 1D | 6F | FB | 58 | 38 | 0 | 2 | DA | 61 | 37 |
| Octal | 35 | 157 | 373 | 130 | 70 | 0 | 2 | 332 | 141 | 67 |
| Binary | 11101 | 1101111 | 11111011 | 1011000 | 111000 | 0 | 10 | 11011010 | 1100001 | 110111 |
Color Harmonies of #1D6FFB
Complementary color
Monochromatic Colors of #1D6FFB
Black with #1D6FFB
Text Example
Text Example
White with #1D6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6FFB; }
p { color: rgb(29,111,251); }
H1.HeaderClassName
{
color: #1D6FFB;
}
.AnyTagClassName
{
color: #1D6FFB;
}
</style>
background-color css
<style>
a { background-color: #1D6FFB; }
a { background-color: rgb(29,111,251); }
div.DivClassName
{
background-color: #1D6FFB;
}
.BgClassName
{
background-color: #1D6FFB;
}
</style>
border-color css
<style>
span { border-color: #1D6FFB; }
span { border-color: rgb(29,111,251); }
td.TdClassName
{
border-color: #1D6FFB;
}
.TagClassName
{
border-color: #1D6FFB;
}
</style>