Shades of Dodger Blue #1378FA
Tints of Dodger Blue #1378FA
RGB
CMYK
RGB Variations
Color information
#1378FA (or 0x1378FA) is known color: Dodger Blue. HEX triplet: 13, 78 and FA. RGB value is (19,120,250). Sum of RGB (Red+Green+Blue) = 19+120+250=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #1378FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1378FA is #EC8705. Grayscale: #686868. Windows color (decimal): -15501062 or 16414739. OLE color: 16414739.
HSL color Cylindrical-coordinate representation of color #1378FA: hue angle of 213.77º 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 #1378FA is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 120 | 250 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.02 |
| HSL | 213.77º | 0.96% | 0.53% | - |
| HSV(B) | 213.77º | 0.92% | 0.98% | - |
| XYZ | 24.24 | 20.47 | 93.12 | - |
| YUV | 104.62 | 210.04 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 250 | 0.92 | 0.52 | 0 | 0.02 | 213.77 | 0.96 | 0.53 |
| Hex | 13 | 78 | FA | 5C | 34 | 0 | 2 | D6 | 60 | 35 |
| Octal | 23 | 170 | 372 | 134 | 64 | 0 | 2 | 326 | 140 | 65 |
| Binary | 10011 | 1111000 | 11111010 | 1011100 | 110100 | 0 | 10 | 11010110 | 1100000 | 110101 |
Color Harmonies of #1378FA
Complementary color
Monochromatic Colors of #1378FA
Black with #1378FA
Text Example
Text Example
White with #1378FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378FA; }
p { color: rgb(19,120,250); }
H1.HeaderClassName
{
color: #1378FA;
}
.AnyTagClassName
{
color: #1378FA;
}
</style>
background-color css
<style>
a { background-color: #1378FA; }
a { background-color: rgb(19,120,250); }
div.DivClassName
{
background-color: #1378FA;
}
.BgClassName
{
background-color: #1378FA;
}
</style>
border-color css
<style>
span { border-color: #1378FA; }
span { border-color: rgb(19,120,250); }
td.TdClassName
{
border-color: #1378FA;
}
.TagClassName
{
border-color: #1378FA;
}
</style>