Shades of Dodger Blue #1391FA
Tints of Dodger Blue #1391FA
RGB
CMYK
RGB Variations
Color information
#1391FA (or 0x1391FA) is known color: Dodger Blue. HEX triplet: 13, 91 and FA. RGB value is (19,145,250). Sum of RGB (Red+Green+Blue) = 19+145+250=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #1391FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1391FA is #EC6E05. Grayscale: #767676. Windows color (decimal): -15494662 or 16421139. OLE color: 16421139.
HSL color Cylindrical-coordinate representation of color #1391FA: hue angle of 207.27º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1391FA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 145 | 250 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.02 |
| HSL | 207.27º | 0.96% | 0.53% | - |
| HSV(B) | 207.27º | 0.92% | 0.98% | - |
| XYZ | 27.65 | 27.29 | 94.25 | - |
| YUV | 119.3 | 201.76 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 250 | 0.92 | 0.42 | 0 | 0.02 | 207.27 | 0.96 | 0.53 |
| Hex | 13 | 91 | FA | 5C | 2A | 0 | 2 | CF | 60 | 35 |
| Octal | 23 | 221 | 372 | 134 | 52 | 0 | 2 | 317 | 140 | 65 |
| Binary | 10011 | 10010001 | 11111010 | 1011100 | 101010 | 0 | 10 | 11001111 | 1100000 | 110101 |
Color Harmonies of #1391FA
Complementary color
Monochromatic Colors of #1391FA
Black with #1391FA
Text Example
Text Example
White with #1391FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1391FA; }
p { color: rgb(19,145,250); }
H1.HeaderClassName
{
color: #1391FA;
}
.AnyTagClassName
{
color: #1391FA;
}
</style>
background-color css
<style>
a { background-color: #1391FA; }
a { background-color: rgb(19,145,250); }
div.DivClassName
{
background-color: #1391FA;
}
.BgClassName
{
background-color: #1391FA;
}
</style>
border-color css
<style>
span { border-color: #1391FA; }
span { border-color: rgb(19,145,250); }
td.TdClassName
{
border-color: #1391FA;
}
.TagClassName
{
border-color: #1391FA;
}
</style>