Shades of Dodger Blue #1388FB
Tints of Dodger Blue #1388FB
RGB
CMYK
RGB Variations
Color information
#1388FB (or 0x1388FB) is known color: Dodger Blue. HEX triplet: 13, 88 and FB. RGB value is (19,136,251). Sum of RGB (Red+Green+Blue) = 19+136+251=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #1388FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1388FB is #EC7704. Grayscale: #717171. Windows color (decimal): -15496965 or 16484371. OLE color: 16484371.
HSL color Cylindrical-coordinate representation of color #1388FB: hue angle of 209.74º degrees, saturation: 0.97, 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 #1388FB is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 136 | 251 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.02 |
| HSL | 209.74º | 0.97% | 0.53% | - |
| HSV(B) | 209.74º | 0.92% | 0.98% | - |
| XYZ | 26.49 | 24.71 | 94.64 | - |
| YUV | 114.13 | 205.24 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 251 | 0.92 | 0.46 | 0 | 0.02 | 209.74 | 0.97 | 0.53 |
| Hex | 13 | 88 | FB | 5C | 2E | 0 | 2 | D2 | 61 | 35 |
| Octal | 23 | 210 | 373 | 134 | 56 | 0 | 2 | 322 | 141 | 65 |
| Binary | 10011 | 10001000 | 11111011 | 1011100 | 101110 | 0 | 10 | 11010010 | 1100001 | 110101 |
Color Harmonies of #1388FB
Complementary color
Monochromatic Colors of #1388FB
Black with #1388FB
Text Example
Text Example
White with #1388FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388FB; }
p { color: rgb(19,136,251); }
H1.HeaderClassName
{
color: #1388FB;
}
.AnyTagClassName
{
color: #1388FB;
}
</style>
background-color css
<style>
a { background-color: #1388FB; }
a { background-color: rgb(19,136,251); }
div.DivClassName
{
background-color: #1388FB;
}
.BgClassName
{
background-color: #1388FB;
}
</style>
border-color css
<style>
span { border-color: #1388FB; }
span { border-color: rgb(19,136,251); }
td.TdClassName
{
border-color: #1388FB;
}
.TagClassName
{
border-color: #1388FB;
}
</style>