Shades of Dodger Blue #1377FF
Tints of Dodger Blue #1377FF
RGB
CMYK
RGB Variations
Color information
#1377FF (or 0x1377FF) is known color: Dodger Blue. HEX triplet: 13, 77 and FF. RGB value is (19,119,255). Sum of RGB (Red+Green+Blue) = 19+119+255=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #1377FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1377FF is #EC8800. Grayscale: #676767. Windows color (decimal): -15501313 or 16742163. OLE color: 16742163.
HSL color Cylindrical-coordinate representation of color #1377FF: hue angle of 214.58º 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 #1377FF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 119 | 255 | - |
| CMYK | 0.93 | 0.53 | 0 | 0 |
| HSL | 214.58º | 1% | 0.54% | - |
| HSV(B) | 214.58º | 0.93% | 1% | - |
| XYZ | 24.92 | 20.55 | 97.26 | - |
| YUV | 104.6 | 212.87 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 255 | 0.93 | 0.53 | 0 | 0 | 214.58 | 1 | 0.54 |
| Hex | 13 | 77 | FF | 5D | 35 | 0 | 0 | D7 | 64 | 36 |
| Octal | 23 | 167 | 377 | 135 | 65 | 0 | 0 | 327 | 144 | 66 |
| Binary | 10011 | 1110111 | 11111111 | 1011101 | 110101 | 0 | 0 | 11010111 | 1100100 | 110110 |
Color Harmonies of #1377FF
Complementary color
Monochromatic Colors of #1377FF
Black with #1377FF
Text Example
Text Example
White with #1377FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377FF; }
p { color: rgb(19,119,255); }
H1.HeaderClassName
{
color: #1377FF;
}
.AnyTagClassName
{
color: #1377FF;
}
</style>
background-color css
<style>
a { background-color: #1377FF; }
a { background-color: rgb(19,119,255); }
div.DivClassName
{
background-color: #1377FF;
}
.BgClassName
{
background-color: #1377FF;
}
</style>
border-color css
<style>
span { border-color: #1377FF; }
span { border-color: rgb(19,119,255); }
td.TdClassName
{
border-color: #1377FF;
}
.TagClassName
{
border-color: #1377FF;
}
</style>