Shades of Dodger Blue #1376FE
Tints of Dodger Blue #1376FE
RGB
CMYK
RGB Variations
Color information
#1376FE (or 0x1376FE) is known color: Dodger Blue. HEX triplet: 13, 76 and FE. RGB value is (19,118,254). Sum of RGB (Red+Green+Blue) = 19+118+254=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #1376FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1376FE is #EC8901. Grayscale: #676767. Windows color (decimal): -15501570 or 16676371. OLE color: 16676371.
HSL color Cylindrical-coordinate representation of color #1376FE: hue angle of 214.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1376FE is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 118 | 254 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.00 |
| HSL | 214.72º | 0.99% | 0.54% | - |
| HSV(B) | 214.72º | 0.93% | 1% | - |
| XYZ | 24.64 | 20.25 | 96.38 | - |
| YUV | 103.9 | 212.7 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 254 | 0.93 | 0.54 | 0 | 0.00 | 214.72 | 0.99 | 0.54 |
| Hex | 13 | 76 | FE | 5D | 36 | 0 | 0 | D7 | 63 | 36 |
| Octal | 23 | 166 | 376 | 135 | 66 | 0 | 0 | 327 | 143 | 66 |
| Binary | 10011 | 1110110 | 11111110 | 1011101 | 110110 | 0 | 0 | 11010111 | 1100011 | 110110 |
Color Harmonies of #1376FE
Complementary color
Monochromatic Colors of #1376FE
Black with #1376FE
Text Example
Text Example
White with #1376FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1376FE; }
p { color: rgb(19,118,254); }
H1.HeaderClassName
{
color: #1376FE;
}
.AnyTagClassName
{
color: #1376FE;
}
</style>
background-color css
<style>
a { background-color: #1376FE; }
a { background-color: rgb(19,118,254); }
div.DivClassName
{
background-color: #1376FE;
}
.BgClassName
{
background-color: #1376FE;
}
</style>
border-color css
<style>
span { border-color: #1376FE; }
span { border-color: rgb(19,118,254); }
td.TdClassName
{
border-color: #1376FE;
}
.TagClassName
{
border-color: #1376FE;
}
</style>