Shades of Dodger Blue #1376FF
Tints of Dodger Blue #1376FF
RGB
CMYK
RGB Variations
Color information
#1376FF (or 0x1376FF) is known color: Dodger Blue. HEX triplet: 13, 76 and FF. RGB value is (19,118,255). Sum of RGB (Red+Green+Blue) = 19+118+255=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #1376FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1376FF is #EC8900. Grayscale: #676767. Windows color (decimal): -15501569 or 16741907. OLE color: 16741907.
HSL color Cylindrical-coordinate representation of color #1376FF: hue angle of 214.83º 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 #1376FF is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 118 | 255 | - |
| CMYK | 0.93 | 0.54 | 0 | 0 |
| HSL | 214.83º | 1% | 0.54% | - |
| HSV(B) | 214.83º | 0.93% | 1% | - |
| XYZ | 24.8 | 20.32 | 97.22 | - |
| YUV | 104.02 | 213.2 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 255 | 0.93 | 0.54 | 0 | 0 | 214.83 | 1 | 0.54 |
| Hex | 13 | 76 | FF | 5D | 36 | 0 | 0 | D7 | 64 | 36 |
| Octal | 23 | 166 | 377 | 135 | 66 | 0 | 0 | 327 | 144 | 66 |
| Binary | 10011 | 1110110 | 11111111 | 1011101 | 110110 | 0 | 0 | 11010111 | 1100100 | 110110 |
Color Harmonies of #1376FF
Complementary color
Monochromatic Colors of #1376FF
Black with #1376FF
Text Example
Text Example
White with #1376FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1376FF; }
p { color: rgb(19,118,255); }
H1.HeaderClassName
{
color: #1376FF;
}
.AnyTagClassName
{
color: #1376FF;
}
</style>
background-color css
<style>
a { background-color: #1376FF; }
a { background-color: rgb(19,118,255); }
div.DivClassName
{
background-color: #1376FF;
}
.BgClassName
{
background-color: #1376FF;
}
</style>
border-color css
<style>
span { border-color: #1376FF; }
span { border-color: rgb(19,118,255); }
td.TdClassName
{
border-color: #1376FF;
}
.TagClassName
{
border-color: #1376FF;
}
</style>