Shades of Dodger Blue #1390EF
Tints of Dodger Blue #1390EF
RGB
CMYK
RGB Variations
Color information
#1390EF (or 0x1390EF) is known color: Dodger Blue. HEX triplet: 13, 90 and EF. RGB value is (19,144,239). Sum of RGB (Red+Green+Blue) = 19+144+239=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #1390EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1390EF is #EC6F10. Grayscale: #747474. Windows color (decimal): -15494929 or 15699987. OLE color: 15699987.
HSL color Cylindrical-coordinate representation of color #1390EF: hue angle of 205.91º 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 #1390EF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 144 | 239 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.06 |
| HSL | 205.91º | 0.87% | 0.51% | - |
| HSV(B) | 205.91º | 0.92% | 0.94% | - |
| XYZ | 25.82 | 26.32 | 85.38 | - |
| YUV | 117.46 | 196.59 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 239 | 0.92 | 0.40 | 0 | 0.06 | 205.91 | 0.87 | 0.51 |
| Hex | 13 | 90 | EF | 5C | 28 | 0 | 6 | CE | 57 | 33 |
| Octal | 23 | 220 | 357 | 134 | 50 | 0 | 6 | 316 | 127 | 63 |
| Binary | 10011 | 10010000 | 11101111 | 1011100 | 101000 | 0 | 110 | 11001110 | 1010111 | 110011 |
Color Harmonies of #1390EF
Complementary color
Monochromatic Colors of #1390EF
Black with #1390EF
Text Example
Text Example
White with #1390EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390EF; }
p { color: rgb(19,144,239); }
H1.HeaderClassName
{
color: #1390EF;
}
.AnyTagClassName
{
color: #1390EF;
}
</style>
background-color css
<style>
a { background-color: #1390EF; }
a { background-color: rgb(19,144,239); }
div.DivClassName
{
background-color: #1390EF;
}
.BgClassName
{
background-color: #1390EF;
}
</style>
border-color css
<style>
span { border-color: #1390EF; }
span { border-color: rgb(19,144,239); }
td.TdClassName
{
border-color: #1390EF;
}
.TagClassName
{
border-color: #1390EF;
}
</style>