Shades of Dodger Blue #1378FB
Tints of Dodger Blue #1378FB
RGB
CMYK
RGB Variations
Color information
#1378FB (or 0x1378FB) is known color: Dodger Blue. HEX triplet: 13, 78 and FB. RGB value is (19,120,251). Sum of RGB (Red+Green+Blue) = 19+120+251=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #1378FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1378FB is #EC8704. Grayscale: #686868. Windows color (decimal): -15501061 or 16480275. OLE color: 16480275.
HSL color Cylindrical-coordinate representation of color #1378FB: hue angle of 213.88º degrees, saturation: 0.97, 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 #1378FB is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 120 | 251 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.02 |
| HSL | 213.88º | 0.97% | 0.53% | - |
| HSV(B) | 213.88º | 0.92% | 0.98% | - |
| XYZ | 24.4 | 20.54 | 93.94 | - |
| YUV | 104.74 | 210.54 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 251 | 0.92 | 0.52 | 0 | 0.02 | 213.88 | 0.97 | 0.53 |
| Hex | 13 | 78 | FB | 5C | 34 | 0 | 2 | D6 | 61 | 35 |
| Octal | 23 | 170 | 373 | 134 | 64 | 0 | 2 | 326 | 141 | 65 |
| Binary | 10011 | 1111000 | 11111011 | 1011100 | 110100 | 0 | 10 | 11010110 | 1100001 | 110101 |
Color Harmonies of #1378FB
Complementary color
Monochromatic Colors of #1378FB
Black with #1378FB
Text Example
Text Example
White with #1378FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378FB; }
p { color: rgb(19,120,251); }
H1.HeaderClassName
{
color: #1378FB;
}
.AnyTagClassName
{
color: #1378FB;
}
</style>
background-color css
<style>
a { background-color: #1378FB; }
a { background-color: rgb(19,120,251); }
div.DivClassName
{
background-color: #1378FB;
}
.BgClassName
{
background-color: #1378FB;
}
</style>
border-color css
<style>
span { border-color: #1378FB; }
span { border-color: rgb(19,120,251); }
td.TdClassName
{
border-color: #1378FB;
}
.TagClassName
{
border-color: #1378FB;
}
</style>