Shades of Dodger Blue #1389DF
Tints of Dodger Blue #1389DF
RGB
CMYK
RGB Variations
Color information
#1389DF (or 0x1389DF) is known color: Dodger Blue. HEX triplet: 13, 89 and DF. RGB value is (19,137,223). Sum of RGB (Red+Green+Blue) = 19+137+223=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #1389DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1389DF is #EC7620. Grayscale: #6F6F6F. Windows color (decimal): -15496737 or 14649619. OLE color: 14649619.
HSL color Cylindrical-coordinate representation of color #1389DF: hue angle of 205.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1389DF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 137 | 223 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.13 |
| HSL | 205.29º | 0.84% | 0.47% | - |
| HSV(B) | 205.29º | 0.91% | 0.87% | - |
| XYZ | 22.53 | 23.36 | 73.13 | - |
| YUV | 111.52 | 190.91 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 223 | 0.91 | 0.39 | 0 | 0.13 | 205.29 | 0.84 | 0.47 |
| Hex | 13 | 89 | DF | 5B | 27 | 0 | D | CD | 54 | 2F |
| Octal | 23 | 211 | 337 | 133 | 47 | 0 | 15 | 315 | 124 | 57 |
| Binary | 10011 | 10001001 | 11011111 | 1011011 | 100111 | 0 | 1101 | 11001101 | 1010100 | 101111 |
Color Harmonies of #1389DF
Complementary color
Monochromatic Colors of #1389DF
Black with #1389DF
Text Example
Text Example
White with #1389DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389DF; }
p { color: rgb(19,137,223); }
H1.HeaderClassName
{
color: #1389DF;
}
.AnyTagClassName
{
color: #1389DF;
}
</style>
background-color css
<style>
a { background-color: #1389DF; }
a { background-color: rgb(19,137,223); }
div.DivClassName
{
background-color: #1389DF;
}
.BgClassName
{
background-color: #1389DF;
}
</style>
border-color css
<style>
span { border-color: #1389DF; }
span { border-color: rgb(19,137,223); }
td.TdClassName
{
border-color: #1389DF;
}
.TagClassName
{
border-color: #1389DF;
}
</style>