Shades of Dodger Blue #1389FE
Tints of Dodger Blue #1389FE
RGB
CMYK
RGB Variations
Color information
#1389FE (or 0x1389FE) is known color: Dodger Blue. HEX triplet: 13, 89 and FE. RGB value is (19,137,254). Sum of RGB (Red+Green+Blue) = 19+137+254=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #1389FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389FE is #EC7601. Grayscale: #727272. Windows color (decimal): -15496706 or 16681235. OLE color: 16681235.
HSL color Cylindrical-coordinate representation of color #1389FE: hue angle of 209.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1389FE is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 137 | 254 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.00 |
| HSL | 209.87º | 0.99% | 0.54% | - |
| HSV(B) | 209.87º | 0.93% | 1% | - |
| XYZ | 27.1 | 25.19 | 97.2 | - |
| YUV | 115.06 | 206.41 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 254 | 0.93 | 0.46 | 0 | 0.00 | 209.87 | 0.99 | 0.54 |
| Hex | 13 | 89 | FE | 5D | 2E | 0 | 0 | D2 | 63 | 36 |
| Octal | 23 | 211 | 376 | 135 | 56 | 0 | 0 | 322 | 143 | 66 |
| Binary | 10011 | 10001001 | 11111110 | 1011101 | 101110 | 0 | 0 | 11010010 | 1100011 | 110110 |
Color Harmonies of #1389FE
Complementary color
Monochromatic Colors of #1389FE
Black with #1389FE
Text Example
Text Example
White with #1389FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389FE; }
p { color: rgb(19,137,254); }
H1.HeaderClassName
{
color: #1389FE;
}
.AnyTagClassName
{
color: #1389FE;
}
</style>
background-color css
<style>
a { background-color: #1389FE; }
a { background-color: rgb(19,137,254); }
div.DivClassName
{
background-color: #1389FE;
}
.BgClassName
{
background-color: #1389FE;
}
</style>
border-color css
<style>
span { border-color: #1389FE; }
span { border-color: rgb(19,137,254); }
td.TdClassName
{
border-color: #1389FE;
}
.TagClassName
{
border-color: #1389FE;
}
</style>