Shades of Dodger Blue #1388FF
Tints of Dodger Blue #1388FF
RGB
CMYK
RGB Variations
Color information
#1388FF (or 0x1388FF) is known color: Dodger Blue. HEX triplet: 13, 88 and FF. RGB value is (19,136,255). Sum of RGB (Red+Green+Blue) = 19+136+255=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #1388FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1388FF is #EC7700. Grayscale: #717171. Windows color (decimal): -15496961 or 16746515. OLE color: 16746515.
HSL color Cylindrical-coordinate representation of color #1388FF: hue angle of 210.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1388FF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 136 | 255 | - |
| CMYK | 0.93 | 0.47 | 0 | 0 |
| HSL | 210.25º | 1% | 0.54% | - |
| HSV(B) | 210.25º | 0.93% | 1% | - |
| XYZ | 27.12 | 24.97 | 98 | - |
| YUV | 114.58 | 207.24 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 255 | 0.93 | 0.47 | 0 | 0 | 210.25 | 1 | 0.54 |
| Hex | 13 | 88 | FF | 5D | 2F | 0 | 0 | D2 | 64 | 36 |
| Octal | 23 | 210 | 377 | 135 | 57 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10011 | 10001000 | 11111111 | 1011101 | 101111 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #1388FF
Complementary color
Monochromatic Colors of #1388FF
Black with #1388FF
Text Example
Text Example
White with #1388FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388FF; }
p { color: rgb(19,136,255); }
H1.HeaderClassName
{
color: #1388FF;
}
.AnyTagClassName
{
color: #1388FF;
}
</style>
background-color css
<style>
a { background-color: #1388FF; }
a { background-color: rgb(19,136,255); }
div.DivClassName
{
background-color: #1388FF;
}
.BgClassName
{
background-color: #1388FF;
}
</style>
border-color css
<style>
span { border-color: #1388FF; }
span { border-color: rgb(19,136,255); }
td.TdClassName
{
border-color: #1388FF;
}
.TagClassName
{
border-color: #1388FF;
}
</style>