Shades of Dodger Blue #1387EB
Tints of Dodger Blue #1387EB
RGB
CMYK
RGB Variations
Color information
#1387EB (or 0x1387EB) is known color: Dodger Blue. HEX triplet: 13, 87 and EB. RGB value is (19,135,235). Sum of RGB (Red+Green+Blue) = 19+135+235=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #1387EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1387EB is #EC7814. Grayscale: #6F6F6F. Windows color (decimal): -15497237 or 15435539. OLE color: 15435539.
HSL color Cylindrical-coordinate representation of color #1387EB: hue angle of 207.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1387EB is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 135 | 235 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.08 |
| HSL | 207.78º | 0.85% | 0.5% | - |
| HSV(B) | 207.78º | 0.92% | 0.92% | - |
| XYZ | 23.93 | 23.46 | 81.87 | - |
| YUV | 111.72 | 197.57 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 235 | 0.92 | 0.43 | 0 | 0.08 | 207.78 | 0.85 | 0.5 |
| Hex | 13 | 87 | EB | 5C | 2B | 0 | 8 | D0 | 55 | 32 |
| Octal | 23 | 207 | 353 | 134 | 53 | 0 | 10 | 320 | 125 | 62 |
| Binary | 10011 | 10000111 | 11101011 | 1011100 | 101011 | 0 | 1000 | 11010000 | 1010101 | 110010 |
Color Harmonies of #1387EB
Complementary color
Monochromatic Colors of #1387EB
Black with #1387EB
Text Example
Text Example
White with #1387EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387EB; }
p { color: rgb(19,135,235); }
H1.HeaderClassName
{
color: #1387EB;
}
.AnyTagClassName
{
color: #1387EB;
}
</style>
background-color css
<style>
a { background-color: #1387EB; }
a { background-color: rgb(19,135,235); }
div.DivClassName
{
background-color: #1387EB;
}
.BgClassName
{
background-color: #1387EB;
}
</style>
border-color css
<style>
span { border-color: #1387EB; }
span { border-color: rgb(19,135,235); }
td.TdClassName
{
border-color: #1387EB;
}
.TagClassName
{
border-color: #1387EB;
}
</style>