Shades of Dodger Blue #1D7AED
Tints of Dodger Blue #1D7AED
RGB
CMYK
RGB Variations
Color information
#1D7AED (or 0x1D7AED) is known color: Dodger Blue. HEX triplet: 1D, 7A and ED. RGB value is (29,122,237). Sum of RGB (Red+Green+Blue) = 29+122+237=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #1D7AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7AED is #E28512. Grayscale: #6A6A6A. Windows color (decimal): -14845203 or 15563293. OLE color: 15563293.
HSL color Cylindrical-coordinate representation of color #1D7AED: hue angle of 213.17º degrees, saturation: 0.85, 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 #1D7AED is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 122 | 237 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.07 |
| HSL | 213.17º | 0.85% | 0.52% | - |
| HSV(B) | 213.17º | 0.88% | 0.93% | - |
| XYZ | 22.75 | 20.29 | 82.84 | - |
| YUV | 107.3 | 201.19 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 122 | 237 | 0.88 | 0.49 | 0 | 0.07 | 213.17 | 0.85 | 0.52 |
| Hex | 1D | 7A | ED | 58 | 31 | 0 | 7 | D5 | 55 | 34 |
| Octal | 35 | 172 | 355 | 130 | 61 | 0 | 7 | 325 | 125 | 64 |
| Binary | 11101 | 1111010 | 11101101 | 1011000 | 110001 | 0 | 111 | 11010101 | 1010101 | 110100 |
Color Harmonies of #1D7AED
Complementary color
Monochromatic Colors of #1D7AED
Black with #1D7AED
Text Example
Text Example
White with #1D7AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7AED; }
p { color: rgb(29,122,237); }
H1.HeaderClassName
{
color: #1D7AED;
}
.AnyTagClassName
{
color: #1D7AED;
}
</style>
background-color css
<style>
a { background-color: #1D7AED; }
a { background-color: rgb(29,122,237); }
div.DivClassName
{
background-color: #1D7AED;
}
.BgClassName
{
background-color: #1D7AED;
}
</style>
border-color css
<style>
span { border-color: #1D7AED; }
span { border-color: rgb(29,122,237); }
td.TdClassName
{
border-color: #1D7AED;
}
.TagClassName
{
border-color: #1D7AED;
}
</style>