Shades of Dodger Blue #1D77EB
Tints of Dodger Blue #1D77EB
RGB
CMYK
RGB Variations
Color information
#1D77EB (or 0x1D77EB) is known color: Dodger Blue. HEX triplet: 1D, 77 and EB. RGB value is (29,119,235). Sum of RGB (Red+Green+Blue) = 29+119+235=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D77EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D77EB is #E28814. Grayscale: #686868. Windows color (decimal): -14845973 or 15431453. OLE color: 15431453.
HSL color Cylindrical-coordinate representation of color #1D77EB: hue angle of 213.79º 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 #1D77EB is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 119 | 235 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.08 |
| HSL | 213.79º | 0.84% | 0.52% | - |
| HSV(B) | 213.79º | 0.88% | 0.92% | - |
| XYZ | 22.1 | 19.45 | 81.19 | - |
| YUV | 105.31 | 201.18 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 235 | 0.88 | 0.49 | 0 | 0.08 | 213.79 | 0.84 | 0.52 |
| Hex | 1D | 77 | EB | 58 | 31 | 0 | 8 | D6 | 54 | 34 |
| Octal | 35 | 167 | 353 | 130 | 61 | 0 | 10 | 326 | 124 | 64 |
| Binary | 11101 | 1110111 | 11101011 | 1011000 | 110001 | 0 | 1000 | 11010110 | 1010100 | 110100 |
Color Harmonies of #1D77EB
Complementary color
Monochromatic Colors of #1D77EB
Black with #1D77EB
Text Example
Text Example
White with #1D77EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D77EB; }
p { color: rgb(29,119,235); }
H1.HeaderClassName
{
color: #1D77EB;
}
.AnyTagClassName
{
color: #1D77EB;
}
</style>
background-color css
<style>
a { background-color: #1D77EB; }
a { background-color: rgb(29,119,235); }
div.DivClassName
{
background-color: #1D77EB;
}
.BgClassName
{
background-color: #1D77EB;
}
</style>
border-color css
<style>
span { border-color: #1D77EB; }
span { border-color: rgb(29,119,235); }
td.TdClassName
{
border-color: #1D77EB;
}
.TagClassName
{
border-color: #1D77EB;
}
</style>