Shades of Dodger Blue #1D6BFE
Tints of Dodger Blue #1D6BFE
RGB
CMYK
RGB Variations
Color information
#1D6BFE (or 0x1D6BFE) is known color: Dodger Blue. HEX triplet: 1D, 6B and FE. RGB value is (29,107,254). Sum of RGB (Red+Green+Blue) = 29+107+254=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6BFE is #E29401. Grayscale: #636363. Windows color (decimal): -14849026 or 16673565. OLE color: 16673565.
HSL color Cylindrical-coordinate representation of color #1D6BFE: hue angle of 219.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D6BFE is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 107 | 254 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.00 |
| HSL | 219.2º | 0.99% | 0.55% | - |
| HSV(B) | 219.2º | 0.89% | 1% | - |
| XYZ | 23.65 | 17.93 | 95.98 | - |
| YUV | 100.44 | 214.66 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 254 | 0.89 | 0.58 | 0 | 0.00 | 219.2 | 0.99 | 0.55 |
| Hex | 1D | 6B | FE | 59 | 3A | 0 | 0 | DB | 63 | 37 |
| Octal | 35 | 153 | 376 | 131 | 72 | 0 | 0 | 333 | 143 | 67 |
| Binary | 11101 | 1101011 | 11111110 | 1011001 | 111010 | 0 | 0 | 11011011 | 1100011 | 110111 |
Color Harmonies of #1D6BFE
Complementary color
Monochromatic Colors of #1D6BFE
Black with #1D6BFE
Text Example
Text Example
White with #1D6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BFE; }
p { color: rgb(29,107,254); }
H1.HeaderClassName
{
color: #1D6BFE;
}
.AnyTagClassName
{
color: #1D6BFE;
}
</style>
background-color css
<style>
a { background-color: #1D6BFE; }
a { background-color: rgb(29,107,254); }
div.DivClassName
{
background-color: #1D6BFE;
}
.BgClassName
{
background-color: #1D6BFE;
}
</style>
border-color css
<style>
span { border-color: #1D6BFE; }
span { border-color: rgb(29,107,254); }
td.TdClassName
{
border-color: #1D6BFE;
}
.TagClassName
{
border-color: #1D6BFE;
}
</style>