Shades of Dodger Blue #1387EF
Tints of Dodger Blue #1387EF
RGB
CMYK
RGB Variations
Color information
#1387EF (or 0x1387EF) is known color: Dodger Blue. HEX triplet: 13, 87 and EF. RGB value is (19,135,239). Sum of RGB (Red+Green+Blue) = 19+135+239=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #1387EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1387EF is #EC7810. Grayscale: #6F6F6F. Windows color (decimal): -15497233 or 15697683. OLE color: 15697683.
HSL color Cylindrical-coordinate representation of color #1387EF: hue angle of 208.36º 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 #1387EF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 135 | 239 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.06 |
| HSL | 208.36º | 0.87% | 0.51% | - |
| HSV(B) | 208.36º | 0.92% | 0.94% | - |
| XYZ | 24.51 | 23.7 | 84.94 | - |
| YUV | 112.17 | 199.57 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 239 | 0.92 | 0.44 | 0 | 0.06 | 208.36 | 0.87 | 0.51 |
| Hex | 13 | 87 | EF | 5C | 2C | 0 | 6 | D0 | 57 | 33 |
| Octal | 23 | 207 | 357 | 134 | 54 | 0 | 6 | 320 | 127 | 63 |
| Binary | 10011 | 10000111 | 11101111 | 1011100 | 101100 | 0 | 110 | 11010000 | 1010111 | 110011 |
Color Harmonies of #1387EF
Complementary color
Monochromatic Colors of #1387EF
Black with #1387EF
Text Example
Text Example
White with #1387EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387EF; }
p { color: rgb(19,135,239); }
H1.HeaderClassName
{
color: #1387EF;
}
.AnyTagClassName
{
color: #1387EF;
}
</style>
background-color css
<style>
a { background-color: #1387EF; }
a { background-color: rgb(19,135,239); }
div.DivClassName
{
background-color: #1387EF;
}
.BgClassName
{
background-color: #1387EF;
}
</style>
border-color css
<style>
span { border-color: #1387EF; }
span { border-color: rgb(19,135,239); }
td.TdClassName
{
border-color: #1387EF;
}
.TagClassName
{
border-color: #1387EF;
}
</style>