Shades of Dodger Blue #1390FF
Tints of Dodger Blue #1390FF
RGB
CMYK
RGB Variations
Color information
#1390FF (or 0x1390FF) is known color: Dodger Blue. HEX triplet: 13, 90 and FF. RGB value is (19,144,255). Sum of RGB (Red+Green+Blue) = 19+144+255=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #1390FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1390FF is #EC6F00. Grayscale: #767676. Windows color (decimal): -15494913 or 16748563. OLE color: 16748563.
HSL color Cylindrical-coordinate representation of color #1390FF: hue angle of 208.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1390FF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 144 | 255 | - |
| CMYK | 0.93 | 0.44 | 0 | 0 |
| HSL | 208.22º | 1% | 0.54% | - |
| HSV(B) | 208.22º | 0.93% | 1% | - |
| XYZ | 28.29 | 27.3 | 98.39 | - |
| YUV | 119.28 | 204.59 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 255 | 0.93 | 0.44 | 0 | 0 | 208.22 | 1 | 0.54 |
| Hex | 13 | 90 | FF | 5D | 2C | 0 | 0 | D0 | 64 | 36 |
| Octal | 23 | 220 | 377 | 135 | 54 | 0 | 0 | 320 | 144 | 66 |
| Binary | 10011 | 10010000 | 11111111 | 1011101 | 101100 | 0 | 0 | 11010000 | 1100100 | 110110 |
Color Harmonies of #1390FF
Complementary color
Monochromatic Colors of #1390FF
Black with #1390FF
Text Example
Text Example
White with #1390FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390FF; }
p { color: rgb(19,144,255); }
H1.HeaderClassName
{
color: #1390FF;
}
.AnyTagClassName
{
color: #1390FF;
}
</style>
background-color css
<style>
a { background-color: #1390FF; }
a { background-color: rgb(19,144,255); }
div.DivClassName
{
background-color: #1390FF;
}
.BgClassName
{
background-color: #1390FF;
}
</style>
border-color css
<style>
span { border-color: #1390FF; }
span { border-color: rgb(19,144,255); }
td.TdClassName
{
border-color: #1390FF;
}
.TagClassName
{
border-color: #1390FF;
}
</style>