Shades of Dodger Blue #1388EB
Tints of Dodger Blue #1388EB
RGB
CMYK
RGB Variations
Color information
#1388EB (or 0x1388EB) is known color: Dodger Blue. HEX triplet: 13, 88 and EB. RGB value is (19,136,235). Sum of RGB (Red+Green+Blue) = 19+136+235=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #1388EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1388EB is #EC7714. Grayscale: #6F6F6F. Windows color (decimal): -15496981 or 15435795. OLE color: 15435795.
HSL color Cylindrical-coordinate representation of color #1388EB: hue angle of 207.5º 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 #1388EB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 136 | 235 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.08 |
| HSL | 207.5º | 0.85% | 0.5% | - |
| HSV(B) | 207.5º | 0.92% | 0.92% | - |
| XYZ | 24.07 | 23.74 | 81.91 | - |
| YUV | 112.3 | 197.24 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 235 | 0.92 | 0.42 | 0 | 0.08 | 207.5 | 0.85 | 0.5 |
| Hex | 13 | 88 | EB | 5C | 2A | 0 | 8 | D0 | 55 | 32 |
| Octal | 23 | 210 | 353 | 134 | 52 | 0 | 10 | 320 | 125 | 62 |
| Binary | 10011 | 10001000 | 11101011 | 1011100 | 101010 | 0 | 1000 | 11010000 | 1010101 | 110010 |
Color Harmonies of #1388EB
Complementary color
Monochromatic Colors of #1388EB
Black with #1388EB
Text Example
Text Example
White with #1388EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388EB; }
p { color: rgb(19,136,235); }
H1.HeaderClassName
{
color: #1388EB;
}
.AnyTagClassName
{
color: #1388EB;
}
</style>
background-color css
<style>
a { background-color: #1388EB; }
a { background-color: rgb(19,136,235); }
div.DivClassName
{
background-color: #1388EB;
}
.BgClassName
{
background-color: #1388EB;
}
</style>
border-color css
<style>
span { border-color: #1388EB; }
span { border-color: rgb(19,136,235); }
td.TdClassName
{
border-color: #1388EB;
}
.TagClassName
{
border-color: #1388EB;
}
</style>