Shades of Dodger Blue #1388FD
Tints of Dodger Blue #1388FD
RGB
CMYK
RGB Variations
Color information
#1388FD (or 0x1388FD) is known color: Dodger Blue. HEX triplet: 13, 88 and FD. RGB value is (19,136,253). Sum of RGB (Red+Green+Blue) = 19+136+253=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #1388FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1388FD is #EC7702. Grayscale: #717171. Windows color (decimal): -15496963 or 16615443. OLE color: 16615443.
HSL color Cylindrical-coordinate representation of color #1388FD: hue angle of 210º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1388FD is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 136 | 253 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.53% | - |
| HSV(B) | 210º | 0.92% | 0.99% | - |
| XYZ | 26.8 | 24.84 | 96.31 | - |
| YUV | 114.36 | 206.24 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 253 | 0.92 | 0.46 | 0 | 0.01 | 210 | 0.98 | 0.53 |
| Hex | 13 | 88 | FD | 5C | 2E | 0 | 1 | D2 | 62 | 35 |
| Octal | 23 | 210 | 375 | 134 | 56 | 0 | 1 | 322 | 142 | 65 |
| Binary | 10011 | 10001000 | 11111101 | 1011100 | 101110 | 0 | 1 | 11010010 | 1100010 | 110101 |
Color Harmonies of #1388FD
Complementary color
Monochromatic Colors of #1388FD
Black with #1388FD
Text Example
Text Example
White with #1388FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388FD; }
p { color: rgb(19,136,253); }
H1.HeaderClassName
{
color: #1388FD;
}
.AnyTagClassName
{
color: #1388FD;
}
</style>
background-color css
<style>
a { background-color: #1388FD; }
a { background-color: rgb(19,136,253); }
div.DivClassName
{
background-color: #1388FD;
}
.BgClassName
{
background-color: #1388FD;
}
</style>
border-color css
<style>
span { border-color: #1388FD; }
span { border-color: rgb(19,136,253); }
td.TdClassName
{
border-color: #1388FD;
}
.TagClassName
{
border-color: #1388FD;
}
</style>