Shades of Dodger Blue #1391DE
Tints of Dodger Blue #1391DE
RGB
CMYK
RGB Variations
Color information
#1391DE (or 0x1391DE) is known color: Dodger Blue. HEX triplet: 13, 91 and DE. RGB value is (19,145,222). Sum of RGB (Red+Green+Blue) = 19+145+222=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #1391DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1391DE is #EC6E21. Grayscale: #737373. Windows color (decimal): -15494690 or 14586131. OLE color: 14586131.
HSL color Cylindrical-coordinate representation of color #1391DE: hue angle of 202.76º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1391DE is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 145 | 222 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.13 |
| HSL | 202.76º | 0.84% | 0.47% | - |
| HSV(B) | 202.76º | 0.91% | 0.87% | - |
| XYZ | 23.58 | 25.66 | 72.82 | - |
| YUV | 116.1 | 187.76 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 222 | 0.91 | 0.35 | 0 | 0.13 | 202.76 | 0.84 | 0.47 |
| Hex | 13 | 91 | DE | 5B | 23 | 0 | D | CB | 54 | 2F |
| Octal | 23 | 221 | 336 | 133 | 43 | 0 | 15 | 313 | 124 | 57 |
| Binary | 10011 | 10010001 | 11011110 | 1011011 | 100011 | 0 | 1101 | 11001011 | 1010100 | 101111 |
Color Harmonies of #1391DE
Complementary color
Monochromatic Colors of #1391DE
Black with #1391DE
Text Example
Text Example
White with #1391DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1391DE; }
p { color: rgb(19,145,222); }
H1.HeaderClassName
{
color: #1391DE;
}
.AnyTagClassName
{
color: #1391DE;
}
</style>
background-color css
<style>
a { background-color: #1391DE; }
a { background-color: rgb(19,145,222); }
div.DivClassName
{
background-color: #1391DE;
}
.BgClassName
{
background-color: #1391DE;
}
</style>
border-color css
<style>
span { border-color: #1391DE; }
span { border-color: rgb(19,145,222); }
td.TdClassName
{
border-color: #1391DE;
}
.TagClassName
{
border-color: #1391DE;
}
</style>