Shades of Dodger Blue #1394EF
Tints of Dodger Blue #1394EF
RGB
CMYK
RGB Variations
Color information
#1394EF (or 0x1394EF) is known color: Dodger Blue. HEX triplet: 13, 94 and EF. RGB value is (19,148,239). Sum of RGB (Red+Green+Blue) = 19+148+239=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #1394EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1394EF is #EC6B10. Grayscale: #777777. Windows color (decimal): -15493905 or 15701011. OLE color: 15701011.
HSL color Cylindrical-coordinate representation of color #1394EF: hue angle of 204.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1394EF is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 148 | 239 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.06 |
| HSL | 204.82º | 0.87% | 0.51% | - |
| HSV(B) | 204.82º | 0.92% | 0.94% | - |
| XYZ | 26.44 | 27.55 | 85.59 | - |
| YUV | 119.8 | 195.26 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 239 | 0.92 | 0.38 | 0 | 0.06 | 204.82 | 0.87 | 0.51 |
| Hex | 13 | 94 | EF | 5C | 26 | 0 | 6 | CD | 57 | 33 |
| Octal | 23 | 224 | 357 | 134 | 46 | 0 | 6 | 315 | 127 | 63 |
| Binary | 10011 | 10010100 | 11101111 | 1011100 | 100110 | 0 | 110 | 11001101 | 1010111 | 110011 |
Color Harmonies of #1394EF
Complementary color
Monochromatic Colors of #1394EF
Black with #1394EF
Text Example
Text Example
White with #1394EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394EF; }
p { color: rgb(19,148,239); }
H1.HeaderClassName
{
color: #1394EF;
}
.AnyTagClassName
{
color: #1394EF;
}
</style>
background-color css
<style>
a { background-color: #1394EF; }
a { background-color: rgb(19,148,239); }
div.DivClassName
{
background-color: #1394EF;
}
.BgClassName
{
background-color: #1394EF;
}
</style>
border-color css
<style>
span { border-color: #1394EF; }
span { border-color: rgb(19,148,239); }
td.TdClassName
{
border-color: #1394EF;
}
.TagClassName
{
border-color: #1394EF;
}
</style>