Shades of Dodger Blue #1D69FE
Tints of Dodger Blue #1D69FE
RGB
CMYK
RGB Variations
Color information
#1D69FE (or 0x1D69FE) is known color: Dodger Blue. HEX triplet: 1D, 69 and FE. RGB value is (29,105,254). Sum of RGB (Red+Green+Blue) = 29+105+254=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D69FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D69FE is #E29601. Grayscale: #626262. Windows color (decimal): -14849538 or 16673053. OLE color: 16673053.
HSL color Cylindrical-coordinate representation of color #1D69FE: hue angle of 219.73º 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 #1D69FE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 105 | 254 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.00 |
| HSL | 219.73º | 0.99% | 0.55% | - |
| HSV(B) | 219.73º | 0.89% | 1% | - |
| XYZ | 23.45 | 17.52 | 95.91 | - |
| YUV | 99.26 | 215.32 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 105 | 254 | 0.89 | 0.59 | 0 | 0.00 | 219.73 | 0.99 | 0.55 |
| Hex | 1D | 69 | FE | 59 | 3B | 0 | 0 | DC | 63 | 37 |
| Octal | 35 | 151 | 376 | 131 | 73 | 0 | 0 | 334 | 143 | 67 |
| Binary | 11101 | 1101001 | 11111110 | 1011001 | 111011 | 0 | 0 | 11011100 | 1100011 | 110111 |
Color Harmonies of #1D69FE
Complementary color
Monochromatic Colors of #1D69FE
Black with #1D69FE
Text Example
Text Example
White with #1D69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D69FE; }
p { color: rgb(29,105,254); }
H1.HeaderClassName
{
color: #1D69FE;
}
.AnyTagClassName
{
color: #1D69FE;
}
</style>
background-color css
<style>
a { background-color: #1D69FE; }
a { background-color: rgb(29,105,254); }
div.DivClassName
{
background-color: #1D69FE;
}
.BgClassName
{
background-color: #1D69FE;
}
</style>
border-color css
<style>
span { border-color: #1D69FE; }
span { border-color: rgb(29,105,254); }
td.TdClassName
{
border-color: #1D69FE;
}
.TagClassName
{
border-color: #1D69FE;
}
</style>