Shades of Dodger Blue #1388FE
Tints of Dodger Blue #1388FE
RGB
CMYK
RGB Variations
Color information
#1388FE (or 0x1388FE) is known color: Dodger Blue. HEX triplet: 13, 88 and FE. RGB value is (19,136,254). Sum of RGB (Red+Green+Blue) = 19+136+254=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #1388FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1388FE is #EC7701. Grayscale: #717171. Windows color (decimal): -15496962 or 16680979. OLE color: 16680979.
HSL color Cylindrical-coordinate representation of color #1388FE: hue angle of 210.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1388FE is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 136 | 254 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.00 |
| HSL | 210.13º | 0.99% | 0.54% | - |
| HSV(B) | 210.13º | 0.93% | 1% | - |
| XYZ | 26.96 | 24.9 | 97.15 | - |
| YUV | 114.47 | 206.74 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 254 | 0.93 | 0.46 | 0 | 0.00 | 210.13 | 0.99 | 0.54 |
| Hex | 13 | 88 | FE | 5D | 2E | 0 | 0 | D2 | 63 | 36 |
| Octal | 23 | 210 | 376 | 135 | 56 | 0 | 0 | 322 | 143 | 66 |
| Binary | 10011 | 10001000 | 11111110 | 1011101 | 101110 | 0 | 0 | 11010010 | 1100011 | 110110 |
Color Harmonies of #1388FE
Complementary color
Monochromatic Colors of #1388FE
Black with #1388FE
Text Example
Text Example
White with #1388FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388FE; }
p { color: rgb(19,136,254); }
H1.HeaderClassName
{
color: #1388FE;
}
.AnyTagClassName
{
color: #1388FE;
}
</style>
background-color css
<style>
a { background-color: #1388FE; }
a { background-color: rgb(19,136,254); }
div.DivClassName
{
background-color: #1388FE;
}
.BgClassName
{
background-color: #1388FE;
}
</style>
border-color css
<style>
span { border-color: #1388FE; }
span { border-color: rgb(19,136,254); }
td.TdClassName
{
border-color: #1388FE;
}
.TagClassName
{
border-color: #1388FE;
}
</style>