Shades of Dodger Blue #1388FA
Tints of Dodger Blue #1388FA
RGB
CMYK
RGB Variations
Color information
#1388FA (or 0x1388FA) is known color: Dodger Blue. HEX triplet: 13, 88 and FA. RGB value is (19,136,250). Sum of RGB (Red+Green+Blue) = 19+136+250=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #1388FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1388FA is #EC7705. Grayscale: #717171. Windows color (decimal): -15496966 or 16418835. OLE color: 16418835.
HSL color Cylindrical-coordinate representation of color #1388FA: hue angle of 209.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1388FA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 136 | 250 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.02 |
| HSL | 209.61º | 0.96% | 0.53% | - |
| HSV(B) | 209.61º | 0.92% | 0.98% | - |
| XYZ | 26.33 | 24.65 | 93.81 | - |
| YUV | 114.01 | 204.74 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 250 | 0.92 | 0.46 | 0 | 0.02 | 209.61 | 0.96 | 0.53 |
| Hex | 13 | 88 | FA | 5C | 2E | 0 | 2 | D2 | 60 | 35 |
| Octal | 23 | 210 | 372 | 134 | 56 | 0 | 2 | 322 | 140 | 65 |
| Binary | 10011 | 10001000 | 11111010 | 1011100 | 101110 | 0 | 10 | 11010010 | 1100000 | 110101 |
Color Harmonies of #1388FA
Complementary color
Monochromatic Colors of #1388FA
Black with #1388FA
Text Example
Text Example
White with #1388FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388FA; }
p { color: rgb(19,136,250); }
H1.HeaderClassName
{
color: #1388FA;
}
.AnyTagClassName
{
color: #1388FA;
}
</style>
background-color css
<style>
a { background-color: #1388FA; }
a { background-color: rgb(19,136,250); }
div.DivClassName
{
background-color: #1388FA;
}
.BgClassName
{
background-color: #1388FA;
}
</style>
border-color css
<style>
span { border-color: #1388FA; }
span { border-color: rgb(19,136,250); }
td.TdClassName
{
border-color: #1388FA;
}
.TagClassName
{
border-color: #1388FA;
}
</style>