Shades of Dodger Blue #1D7BE9
Tints of Dodger Blue #1D7BE9
RGB
CMYK
RGB Variations
Color information
#1D7BE9 (or 0x1D7BE9) is known color: Dodger Blue. HEX triplet: 1D, 7B and E9. RGB value is (29,123,233). Sum of RGB (Red+Green+Blue) = 29+123+233=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 233 (91.41% from 255 or 60.52% from 385); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D7BE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7BE9 is #E28416. Grayscale: #6A6A6A. Windows color (decimal): -14844951 or 15301405. OLE color: 15301405.
HSL color Cylindrical-coordinate representation of color #1D7BE9: hue angle of 212.35º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7BE9 is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 123 | 233 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.09 |
| HSL | 212.35º | 0.82% | 0.51% | - |
| HSV(B) | 212.35º | 0.88% | 0.91% | - |
| XYZ | 22.3 | 20.31 | 79.84 | - |
| YUV | 107.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 123 | 233 | 0.88 | 0.47 | 0 | 0.09 | 212.35 | 0.82 | 0.51 |
| Hex | 1D | 7B | E9 | 58 | 2F | 0 | 9 | D4 | 52 | 33 |
| Octal | 35 | 173 | 351 | 130 | 57 | 0 | 11 | 324 | 122 | 63 |
| Binary | 11101 | 1111011 | 11101001 | 1011000 | 101111 | 0 | 1001 | 11010100 | 1010010 | 110011 |
Color Harmonies of #1D7BE9
Complementary color
Monochromatic Colors of #1D7BE9
Black with #1D7BE9
Text Example
Text Example
White with #1D7BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7BE9; }
p { color: rgb(29,123,233); }
H1.HeaderClassName
{
color: #1D7BE9;
}
.AnyTagClassName
{
color: #1D7BE9;
}
</style>
background-color css
<style>
a { background-color: #1D7BE9; }
a { background-color: rgb(29,123,233); }
div.DivClassName
{
background-color: #1D7BE9;
}
.BgClassName
{
background-color: #1D7BE9;
}
</style>
border-color css
<style>
span { border-color: #1D7BE9; }
span { border-color: rgb(29,123,233); }
td.TdClassName
{
border-color: #1D7BE9;
}
.TagClassName
{
border-color: #1D7BE9;
}
</style>