Shades of Dodger Blue #1D6BFF
Tints of Dodger Blue #1D6BFF
RGB
CMYK
RGB Variations
Color information
#1D6BFF (or 0x1D6BFF) is known color: Dodger Blue. HEX triplet: 1D, 6B and FF. RGB value is (29,107,255). Sum of RGB (Red+Green+Blue) = 29+107+255=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D6BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6BFF is #E29400. Grayscale: #636363. Windows color (decimal): -14849025 or 16739101. OLE color: 16739101.
HSL color Cylindrical-coordinate representation of color #1D6BFF: hue angle of 219.29º 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 #1D6BFF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 107 | 255 | - |
| CMYK | 0.89 | 0.58 | 0 | 0 |
| HSL | 219.29º | 1% | 0.56% | - |
| HSV(B) | 219.29º | 0.89% | 1% | - |
| XYZ | 23.81 | 18 | 96.83 | - |
| YUV | 100.55 | 215.16 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 255 | 0.89 | 0.58 | 0 | 0 | 219.29 | 1 | 0.56 |
| Hex | 1D | 6B | FF | 59 | 3A | 0 | 0 | DB | 64 | 38 |
| Octal | 35 | 153 | 377 | 131 | 72 | 0 | 0 | 333 | 144 | 70 |
| Binary | 11101 | 1101011 | 11111111 | 1011001 | 111010 | 0 | 0 | 11011011 | 1100100 | 111000 |
Color Harmonies of #1D6BFF
Complementary color
Monochromatic Colors of #1D6BFF
Black with #1D6BFF
Text Example
Text Example
White with #1D6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BFF; }
p { color: rgb(29,107,255); }
H1.HeaderClassName
{
color: #1D6BFF;
}
.AnyTagClassName
{
color: #1D6BFF;
}
</style>
background-color css
<style>
a { background-color: #1D6BFF; }
a { background-color: rgb(29,107,255); }
div.DivClassName
{
background-color: #1D6BFF;
}
.BgClassName
{
background-color: #1D6BFF;
}
</style>
border-color css
<style>
span { border-color: #1D6BFF; }
span { border-color: rgb(29,107,255); }
td.TdClassName
{
border-color: #1D6BFF;
}
.TagClassName
{
border-color: #1D6BFF;
}
</style>