Shades of Dodger Blue #1378FF
Tints of Dodger Blue #1378FF
RGB
CMYK
RGB Variations
Color information
#1378FF (or 0x1378FF) is known color: Dodger Blue. HEX triplet: 13, 78 and FF. RGB value is (19,120,255). Sum of RGB (Red+Green+Blue) = 19+120+255=394 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.82% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #1378FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1378FF is #EC8700. Grayscale: #686868. Windows color (decimal): -15501057 or 16742419. OLE color: 16742419.
HSL color Cylindrical-coordinate representation of color #1378FF: hue angle of 214.32º 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 #1378FF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 120 | 255 | - |
| CMYK | 0.93 | 0.53 | 0 | 0 |
| HSL | 214.32º | 1% | 0.54% | - |
| HSV(B) | 214.32º | 0.93% | 1% | - |
| XYZ | 25.04 | 20.79 | 97.3 | - |
| YUV | 105.19 | 212.54 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 255 | 0.93 | 0.53 | 0 | 0 | 214.32 | 1 | 0.54 |
| Hex | 13 | 78 | FF | 5D | 35 | 0 | 0 | D6 | 64 | 36 |
| Octal | 23 | 170 | 377 | 135 | 65 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10011 | 1111000 | 11111111 | 1011101 | 110101 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #1378FF
Complementary color
Monochromatic Colors of #1378FF
Black with #1378FF
Text Example
Text Example
White with #1378FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378FF; }
p { color: rgb(19,120,255); }
H1.HeaderClassName
{
color: #1378FF;
}
.AnyTagClassName
{
color: #1378FF;
}
</style>
background-color css
<style>
a { background-color: #1378FF; }
a { background-color: rgb(19,120,255); }
div.DivClassName
{
background-color: #1378FF;
}
.BgClassName
{
background-color: #1378FF;
}
</style>
border-color css
<style>
span { border-color: #1378FF; }
span { border-color: rgb(19,120,255); }
td.TdClassName
{
border-color: #1378FF;
}
.TagClassName
{
border-color: #1378FF;
}
</style>