Shades of Dodger Blue #1D93DB
Tints of Dodger Blue #1D93DB
RGB
CMYK
RGB Variations
Color information
#1D93DB (or 0x1D93DB) is known color: Dodger Blue. HEX triplet: 1D, 93 and DB. RGB value is (29,147,219). Sum of RGB (Red+Green+Blue) = 29+147+219=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D93DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D93DB is #E26C24. Grayscale: #777777. Windows color (decimal): -14838821 or 14390045. OLE color: 14390045.
HSL color Cylindrical-coordinate representation of color #1D93DB: hue angle of 202.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D93DB is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 147 | 219 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.14 |
| HSL | 202.74º | 0.77% | 0.49% | - |
| HSV(B) | 202.74º | 0.87% | 0.86% | - |
| XYZ | 23.73 | 26.24 | 70.83 | - |
| YUV | 119.93 | 183.91 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 219 | 0.87 | 0.33 | 0 | 0.14 | 202.74 | 0.77 | 0.49 |
| Hex | 1D | 93 | DB | 57 | 21 | 0 | E | CB | 4D | 31 |
| Octal | 35 | 223 | 333 | 127 | 41 | 0 | 16 | 313 | 115 | 61 |
| Binary | 11101 | 10010011 | 11011011 | 1010111 | 100001 | 0 | 1110 | 11001011 | 1001101 | 110001 |
Color Harmonies of #1D93DB
Complementary color
Monochromatic Colors of #1D93DB
Black with #1D93DB
Text Example
Text Example
White with #1D93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D93DB; }
p { color: rgb(29,147,219); }
H1.HeaderClassName
{
color: #1D93DB;
}
.AnyTagClassName
{
color: #1D93DB;
}
</style>
background-color css
<style>
a { background-color: #1D93DB; }
a { background-color: rgb(29,147,219); }
div.DivClassName
{
background-color: #1D93DB;
}
.BgClassName
{
background-color: #1D93DB;
}
</style>
border-color css
<style>
span { border-color: #1D93DB; }
span { border-color: rgb(29,147,219); }
td.TdClassName
{
border-color: #1D93DB;
}
.TagClassName
{
border-color: #1D93DB;
}
</style>