Shades of Dodger Blue #1378FD
Tints of Dodger Blue #1378FD
RGB
CMYK
RGB Variations
Color information
#1378FD (or 0x1378FD) is known color: Dodger Blue. HEX triplet: 13, 78 and FD. RGB value is (19,120,253). Sum of RGB (Red+Green+Blue) = 19+120+253=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #1378FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1378FD is #EC8702. Grayscale: #686868. Windows color (decimal): -15501059 or 16611347. OLE color: 16611347.
HSL color Cylindrical-coordinate representation of color #1378FD: hue angle of 214.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1378FD is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 120 | 253 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.01 |
| HSL | 214.1º | 0.98% | 0.53% | - |
| HSV(B) | 214.1º | 0.92% | 0.99% | - |
| XYZ | 24.71 | 20.66 | 95.61 | - |
| YUV | 104.96 | 211.54 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 253 | 0.92 | 0.53 | 0 | 0.01 | 214.1 | 0.98 | 0.53 |
| Hex | 13 | 78 | FD | 5C | 35 | 0 | 1 | D6 | 62 | 35 |
| Octal | 23 | 170 | 375 | 134 | 65 | 0 | 1 | 326 | 142 | 65 |
| Binary | 10011 | 1111000 | 11111101 | 1011100 | 110101 | 0 | 1 | 11010110 | 1100010 | 110101 |
Color Harmonies of #1378FD
Complementary color
Monochromatic Colors of #1378FD
Black with #1378FD
Text Example
Text Example
White with #1378FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378FD; }
p { color: rgb(19,120,253); }
H1.HeaderClassName
{
color: #1378FD;
}
.AnyTagClassName
{
color: #1378FD;
}
</style>
background-color css
<style>
a { background-color: #1378FD; }
a { background-color: rgb(19,120,253); }
div.DivClassName
{
background-color: #1378FD;
}
.BgClassName
{
background-color: #1378FD;
}
</style>
border-color css
<style>
span { border-color: #1378FD; }
span { border-color: rgb(19,120,253); }
td.TdClassName
{
border-color: #1378FD;
}
.TagClassName
{
border-color: #1378FD;
}
</style>