Shades of Dodger Blue #1594ED
Tints of Dodger Blue #1594ED
RGB
CMYK
RGB Variations
Color information
#1594ED (or 0x1594ED) is known color: Dodger Blue. HEX triplet: 15, 94 and ED. RGB value is (21,148,237). Sum of RGB (Red+Green+Blue) = 21+148+237=406 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.17% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #1594ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1594ED is #EA6B12. Grayscale: #777777. Windows color (decimal): -15362835 or 15569941. OLE color: 15569941.
HSL color Cylindrical-coordinate representation of color #1594ED: hue angle of 204.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1594ED is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 148 | 237 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.07 |
| HSL | 204.72º | 0.86% | 0.51% | - |
| HSV(B) | 204.72º | 0.91% | 0.93% | - |
| XYZ | 26.19 | 27.45 | 84.04 | - |
| YUV | 120.17 | 193.92 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 237 | 0.91 | 0.38 | 0 | 0.07 | 204.72 | 0.86 | 0.51 |
| Hex | 15 | 94 | ED | 5B | 26 | 0 | 7 | CD | 56 | 33 |
| Octal | 25 | 224 | 355 | 133 | 46 | 0 | 7 | 315 | 126 | 63 |
| Binary | 10101 | 10010100 | 11101101 | 1011011 | 100110 | 0 | 111 | 11001101 | 1010110 | 110011 |
Color Harmonies of #1594ED
Complementary color
Monochromatic Colors of #1594ED
Black with #1594ED
Text Example
Text Example
White with #1594ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1594ED; }
p { color: rgb(21,148,237); }
H1.HeaderClassName
{
color: #1594ED;
}
.AnyTagClassName
{
color: #1594ED;
}
</style>
background-color css
<style>
a { background-color: #1594ED; }
a { background-color: rgb(21,148,237); }
div.DivClassName
{
background-color: #1594ED;
}
.BgClassName
{
background-color: #1594ED;
}
</style>
border-color css
<style>
span { border-color: #1594ED; }
span { border-color: rgb(21,148,237); }
td.TdClassName
{
border-color: #1594ED;
}
.TagClassName
{
border-color: #1594ED;
}
</style>