Shades of Dodger Blue #1493ED
Tints of Dodger Blue #1493ED
RGB
CMYK
RGB Variations
Color information
#1493ED (or 0x1493ED) is known color: Dodger Blue. HEX triplet: 14, 93 and ED. RGB value is (20,147,237). Sum of RGB (Red+Green+Blue) = 20+147+237=404 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.95% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #1493ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1493ED is #EB6C12. Grayscale: #767676. Windows color (decimal): -15428627 or 15569684. OLE color: 15569684.
HSL color Cylindrical-coordinate representation of color #1493ED: hue angle of 204.88º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1493ED is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 147 | 237 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.07 |
| HSL | 204.88º | 0.86% | 0.5% | - |
| HSV(B) | 204.88º | 0.92% | 0.93% | - |
| XYZ | 26.01 | 27.13 | 83.99 | - |
| YUV | 119.29 | 194.42 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 237 | 0.92 | 0.38 | 0 | 0.07 | 204.88 | 0.86 | 0.5 |
| Hex | 14 | 93 | ED | 5C | 26 | 0 | 7 | CD | 56 | 32 |
| Octal | 24 | 223 | 355 | 134 | 46 | 0 | 7 | 315 | 126 | 62 |
| Binary | 10100 | 10010011 | 11101101 | 1011100 | 100110 | 0 | 111 | 11001101 | 1010110 | 110010 |
Color Harmonies of #1493ED
Complementary color
Monochromatic Colors of #1493ED
Black with #1493ED
Text Example
Text Example
White with #1493ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493ED; }
p { color: rgb(20,147,237); }
H1.HeaderClassName
{
color: #1493ED;
}
.AnyTagClassName
{
color: #1493ED;
}
</style>
background-color css
<style>
a { background-color: #1493ED; }
a { background-color: rgb(20,147,237); }
div.DivClassName
{
background-color: #1493ED;
}
.BgClassName
{
background-color: #1493ED;
}
</style>
border-color css
<style>
span { border-color: #1493ED; }
span { border-color: rgb(20,147,237); }
td.TdClassName
{
border-color: #1493ED;
}
.TagClassName
{
border-color: #1493ED;
}
</style>