Shades of Dodger Blue #1D93DC
Tints of Dodger Blue #1D93DC
RGB
CMYK
RGB Variations
Color information
#1D93DC (or 0x1D93DC) is known color: Dodger Blue. HEX triplet: 1D, 93 and DC. RGB value is (29,147,220). Sum of RGB (Red+Green+Blue) = 29+147+220=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D93DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D93DC is #E26C23. Grayscale: #777777. Windows color (decimal): -14838820 or 14455581. OLE color: 14455581.
HSL color Cylindrical-coordinate representation of color #1D93DC: hue angle of 202.93º 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 #1D93DC is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 147 | 220 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.14 |
| HSL | 202.93º | 0.77% | 0.49% | - |
| HSV(B) | 202.93º | 0.87% | 0.86% | - |
| XYZ | 23.86 | 26.3 | 71.53 | - |
| YUV | 120.04 | 184.41 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 220 | 0.87 | 0.33 | 0 | 0.14 | 202.93 | 0.77 | 0.49 |
| Hex | 1D | 93 | DC | 57 | 21 | 0 | E | CB | 4D | 31 |
| Octal | 35 | 223 | 334 | 127 | 41 | 0 | 16 | 313 | 115 | 61 |
| Binary | 11101 | 10010011 | 11011100 | 1010111 | 100001 | 0 | 1110 | 11001011 | 1001101 | 110001 |
Color Harmonies of #1D93DC
Complementary color
Monochromatic Colors of #1D93DC
Black with #1D93DC
Text Example
Text Example
White with #1D93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D93DC; }
p { color: rgb(29,147,220); }
H1.HeaderClassName
{
color: #1D93DC;
}
.AnyTagClassName
{
color: #1D93DC;
}
</style>
background-color css
<style>
a { background-color: #1D93DC; }
a { background-color: rgb(29,147,220); }
div.DivClassName
{
background-color: #1D93DC;
}
.BgClassName
{
background-color: #1D93DC;
}
</style>
border-color css
<style>
span { border-color: #1D93DC; }
span { border-color: rgb(29,147,220); }
td.TdClassName
{
border-color: #1D93DC;
}
.TagClassName
{
border-color: #1D93DC;
}
</style>