Shades of Dodger Blue #1377EF
Tints of Dodger Blue #1377EF
RGB
CMYK
RGB Variations
Color information
#1377EF (or 0x1377EF) is known color: Dodger Blue. HEX triplet: 13, 77 and EF. RGB value is (19,119,239). Sum of RGB (Red+Green+Blue) = 19+119+239=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #1377EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1377EF is #EC8810. Grayscale: #666666. Windows color (decimal): -15501329 or 15693587. OLE color: 15693587.
HSL color Cylindrical-coordinate representation of color #1377EF: hue angle of 212.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1377EF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 119 | 239 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.06 |
| HSL | 212.73º | 0.87% | 0.51% | - |
| HSV(B) | 212.73º | 0.92% | 0.94% | - |
| XYZ | 22.45 | 19.56 | 84.25 | - |
| YUV | 102.78 | 204.87 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 239 | 0.92 | 0.50 | 0 | 0.06 | 212.73 | 0.87 | 0.51 |
| Hex | 13 | 77 | EF | 5C | 32 | 0 | 6 | D5 | 57 | 33 |
| Octal | 23 | 167 | 357 | 134 | 62 | 0 | 6 | 325 | 127 | 63 |
| Binary | 10011 | 1110111 | 11101111 | 1011100 | 110010 | 0 | 110 | 11010101 | 1010111 | 110011 |
Color Harmonies of #1377EF
Complementary color
Monochromatic Colors of #1377EF
Black with #1377EF
Text Example
Text Example
White with #1377EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377EF; }
p { color: rgb(19,119,239); }
H1.HeaderClassName
{
color: #1377EF;
}
.AnyTagClassName
{
color: #1377EF;
}
</style>
background-color css
<style>
a { background-color: #1377EF; }
a { background-color: rgb(19,119,239); }
div.DivClassName
{
background-color: #1377EF;
}
.BgClassName
{
background-color: #1377EF;
}
</style>
border-color css
<style>
span { border-color: #1377EF; }
span { border-color: rgb(19,119,239); }
td.TdClassName
{
border-color: #1377EF;
}
.TagClassName
{
border-color: #1377EF;
}
</style>