Shades of Dodger Blue #1D78EB
Tints of Dodger Blue #1D78EB
RGB
CMYK
RGB Variations
Color information
#1D78EB (or 0x1D78EB) is known color: Dodger Blue. HEX triplet: 1D, 78 and EB. RGB value is (29,120,235). Sum of RGB (Red+Green+Blue) = 29+120+235=384 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.55% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D78EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D78EB is #E28714. Grayscale: #696969. Windows color (decimal): -14845717 or 15431709. OLE color: 15431709.
HSL color Cylindrical-coordinate representation of color #1D78EB: hue angle of 213.5º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D78EB is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 120 | 235 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.08 |
| HSL | 213.5º | 0.84% | 0.52% | - |
| HSV(B) | 213.5º | 0.88% | 0.92% | - |
| XYZ | 22.22 | 19.69 | 81.23 | - |
| YUV | 105.9 | 200.85 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 120 | 235 | 0.88 | 0.49 | 0 | 0.08 | 213.5 | 0.84 | 0.52 |
| Hex | 1D | 78 | EB | 58 | 31 | 0 | 8 | D5 | 54 | 34 |
| Octal | 35 | 170 | 353 | 130 | 61 | 0 | 10 | 325 | 124 | 64 |
| Binary | 11101 | 1111000 | 11101011 | 1011000 | 110001 | 0 | 1000 | 11010101 | 1010100 | 110100 |
Color Harmonies of #1D78EB
Complementary color
Monochromatic Colors of #1D78EB
Black with #1D78EB
Text Example
Text Example
White with #1D78EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D78EB; }
p { color: rgb(29,120,235); }
H1.HeaderClassName
{
color: #1D78EB;
}
.AnyTagClassName
{
color: #1D78EB;
}
</style>
background-color css
<style>
a { background-color: #1D78EB; }
a { background-color: rgb(29,120,235); }
div.DivClassName
{
background-color: #1D78EB;
}
.BgClassName
{
background-color: #1D78EB;
}
</style>
border-color css
<style>
span { border-color: #1D78EB; }
span { border-color: rgb(29,120,235); }
td.TdClassName
{
border-color: #1D78EB;
}
.TagClassName
{
border-color: #1D78EB;
}
</style>