Shades of Dodger Blue #1390E7
Tints of Dodger Blue #1390E7
RGB
CMYK
RGB Variations
Color information
#1390E7 (or 0x1390E7) is known color: Dodger Blue. HEX triplet: 13, 90 and E7. RGB value is (19,144,231). Sum of RGB (Red+Green+Blue) = 19+144+231=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #1390E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1390E7 is #EC6F18. Grayscale: #747474. Windows color (decimal): -15494937 or 15175699. OLE color: 15175699.
HSL color Cylindrical-coordinate representation of color #1390E7: hue angle of 204.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1390E7 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 144 | 231 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.09 |
| HSL | 204.62º | 0.85% | 0.49% | - |
| HSV(B) | 204.62º | 0.92% | 0.91% | - |
| XYZ | 24.67 | 25.85 | 79.29 | - |
| YUV | 116.54 | 192.59 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 231 | 0.92 | 0.38 | 0 | 0.09 | 204.62 | 0.85 | 0.49 |
| Hex | 13 | 90 | E7 | 5C | 26 | 0 | 9 | CD | 55 | 31 |
| Octal | 23 | 220 | 347 | 134 | 46 | 0 | 11 | 315 | 125 | 61 |
| Binary | 10011 | 10010000 | 11100111 | 1011100 | 100110 | 0 | 1001 | 11001101 | 1010101 | 110001 |
Color Harmonies of #1390E7
Complementary color
Monochromatic Colors of #1390E7
Black with #1390E7
Text Example
Text Example
White with #1390E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390E7; }
p { color: rgb(19,144,231); }
H1.HeaderClassName
{
color: #1390E7;
}
.AnyTagClassName
{
color: #1390E7;
}
</style>
background-color css
<style>
a { background-color: #1390E7; }
a { background-color: rgb(19,144,231); }
div.DivClassName
{
background-color: #1390E7;
}
.BgClassName
{
background-color: #1390E7;
}
</style>
border-color css
<style>
span { border-color: #1390E7; }
span { border-color: rgb(19,144,231); }
td.TdClassName
{
border-color: #1390E7;
}
.TagClassName
{
border-color: #1390E7;
}
</style>