Shades of Dodger Blue #1D6FEE
Tints of Dodger Blue #1D6FEE
RGB
CMYK
RGB Variations
Color information
#1D6FEE (or 0x1D6FEE) is known color: Dodger Blue. HEX triplet: 1D, 6F and EE. RGB value is (29,111,238). Sum of RGB (Red+Green+Blue) = 29+111+238=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D6FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6FEE is #E29011. Grayscale: #646464. Windows color (decimal): -14848018 or 15626013. OLE color: 15626013.
HSL color Cylindrical-coordinate representation of color #1D6FEE: hue angle of 216.46º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6FEE is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 111 | 238 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.07 |
| HSL | 216.46º | 0.86% | 0.52% | - |
| HSV(B) | 216.46º | 0.88% | 0.93% | - |
| XYZ | 21.62 | 17.8 | 83.19 | - |
| YUV | 100.96 | 205.33 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 238 | 0.88 | 0.53 | 0 | 0.07 | 216.46 | 0.86 | 0.52 |
| Hex | 1D | 6F | EE | 58 | 35 | 0 | 7 | D8 | 56 | 34 |
| Octal | 35 | 157 | 356 | 130 | 65 | 0 | 7 | 330 | 126 | 64 |
| Binary | 11101 | 1101111 | 11101110 | 1011000 | 110101 | 0 | 111 | 11011000 | 1010110 | 110100 |
Color Harmonies of #1D6FEE
Complementary color
Monochromatic Colors of #1D6FEE
Black with #1D6FEE
Text Example
Text Example
White with #1D6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6FEE; }
p { color: rgb(29,111,238); }
H1.HeaderClassName
{
color: #1D6FEE;
}
.AnyTagClassName
{
color: #1D6FEE;
}
</style>
background-color css
<style>
a { background-color: #1D6FEE; }
a { background-color: rgb(29,111,238); }
div.DivClassName
{
background-color: #1D6FEE;
}
.BgClassName
{
background-color: #1D6FEE;
}
</style>
border-color css
<style>
span { border-color: #1D6FEE; }
span { border-color: rgb(29,111,238); }
td.TdClassName
{
border-color: #1D6FEE;
}
.TagClassName
{
border-color: #1D6FEE;
}
</style>