Shades of Dodger Blue #1389FC
Tints of Dodger Blue #1389FC
RGB
CMYK
RGB Variations
Color information
#1389FC (or 0x1389FC) is known color: Dodger Blue. HEX triplet: 13, 89 and FC. RGB value is (19,137,252). Sum of RGB (Red+Green+Blue) = 19+137+252=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #1389FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389FC is #EC7603. Grayscale: #727272. Windows color (decimal): -15496708 or 16550163. OLE color: 16550163.
HSL color Cylindrical-coordinate representation of color #1389FC: hue angle of 209.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1389FC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 137 | 252 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.01 |
| HSL | 209.61º | 0.97% | 0.53% | - |
| HSV(B) | 209.61º | 0.92% | 0.99% | - |
| XYZ | 26.78 | 25.06 | 95.52 | - |
| YUV | 114.83 | 205.41 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 252 | 0.92 | 0.46 | 0 | 0.01 | 209.61 | 0.97 | 0.53 |
| Hex | 13 | 89 | FC | 5C | 2E | 0 | 1 | D2 | 61 | 35 |
| Octal | 23 | 211 | 374 | 134 | 56 | 0 | 1 | 322 | 141 | 65 |
| Binary | 10011 | 10001001 | 11111100 | 1011100 | 101110 | 0 | 1 | 11010010 | 1100001 | 110101 |
Color Harmonies of #1389FC
Complementary color
Monochromatic Colors of #1389FC
Black with #1389FC
Text Example
Text Example
White with #1389FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389FC; }
p { color: rgb(19,137,252); }
H1.HeaderClassName
{
color: #1389FC;
}
.AnyTagClassName
{
color: #1389FC;
}
</style>
background-color css
<style>
a { background-color: #1389FC; }
a { background-color: rgb(19,137,252); }
div.DivClassName
{
background-color: #1389FC;
}
.BgClassName
{
background-color: #1389FC;
}
</style>
border-color css
<style>
span { border-color: #1389FC; }
span { border-color: rgb(19,137,252); }
td.TdClassName
{
border-color: #1389FC;
}
.TagClassName
{
border-color: #1389FC;
}
</style>