Shades of Dodger Blue #1389F3
Tints of Dodger Blue #1389F3
RGB
CMYK
RGB Variations
Color information
#1389F3 (or 0x1389F3) is known color: Dodger Blue. HEX triplet: 13, 89 and F3. RGB value is (19,137,243). Sum of RGB (Red+Green+Blue) = 19+137+243=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 243 (95.31% from 255 or 60.90% from 399); Max value from RGB is 243 - color contains mainly: blue. Hex color #1389F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389F3 is #EC760C. Grayscale: #717171. Windows color (decimal): -15496717 or 15960339. OLE color: 15960339.
HSL color Cylindrical-coordinate representation of color #1389F3: hue angle of 208.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1389F3 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 137 | 243 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.05 |
| HSL | 208.39º | 0.9% | 0.51% | - |
| HSV(B) | 208.39º | 0.92% | 0.95% | - |
| XYZ | 25.39 | 24.5 | 88.18 | - |
| YUV | 113.8 | 200.91 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 243 | 0.92 | 0.44 | 0 | 0.05 | 208.39 | 0.9 | 0.51 |
| Hex | 13 | 89 | F3 | 5C | 2C | 0 | 5 | D0 | 5A | 33 |
| Octal | 23 | 211 | 363 | 134 | 54 | 0 | 5 | 320 | 132 | 63 |
| Binary | 10011 | 10001001 | 11110011 | 1011100 | 101100 | 0 | 101 | 11010000 | 1011010 | 110011 |
Color Harmonies of #1389F3
Complementary color
Monochromatic Colors of #1389F3
Black with #1389F3
Text Example
Text Example
White with #1389F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389F3; }
p { color: rgb(19,137,243); }
H1.HeaderClassName
{
color: #1389F3;
}
.AnyTagClassName
{
color: #1389F3;
}
</style>
background-color css
<style>
a { background-color: #1389F3; }
a { background-color: rgb(19,137,243); }
div.DivClassName
{
background-color: #1389F3;
}
.BgClassName
{
background-color: #1389F3;
}
</style>
border-color css
<style>
span { border-color: #1389F3; }
span { border-color: rgb(19,137,243); }
td.TdClassName
{
border-color: #1389F3;
}
.TagClassName
{
border-color: #1389F3;
}
</style>