Shades of Dodger Blue #1389F1
Tints of Dodger Blue #1389F1
RGB
CMYK
RGB Variations
Color information
#1389F1 (or 0x1389F1) is known color: Dodger Blue. HEX triplet: 13, 89 and F1. RGB value is (19,137,241). Sum of RGB (Red+Green+Blue) = 19+137+241=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #1389F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389F1 is #EC760E. Grayscale: #717171. Windows color (decimal): -15496719 or 15829267. OLE color: 15829267.
HSL color Cylindrical-coordinate representation of color #1389F1: hue angle of 208.11º degrees, saturation: 0.89, 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 #1389F1 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 137 | 241 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.05 |
| HSL | 208.11º | 0.89% | 0.51% | - |
| HSV(B) | 208.11º | 0.92% | 0.95% | - |
| XYZ | 25.09 | 24.38 | 86.6 | - |
| YUV | 113.57 | 199.91 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 241 | 0.92 | 0.43 | 0 | 0.05 | 208.11 | 0.89 | 0.51 |
| Hex | 13 | 89 | F1 | 5C | 2B | 0 | 5 | D0 | 59 | 33 |
| Octal | 23 | 211 | 361 | 134 | 53 | 0 | 5 | 320 | 131 | 63 |
| Binary | 10011 | 10001001 | 11110001 | 1011100 | 101011 | 0 | 101 | 11010000 | 1011001 | 110011 |
Color Harmonies of #1389F1
Complementary color
Monochromatic Colors of #1389F1
Black with #1389F1
Text Example
Text Example
White with #1389F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389F1; }
p { color: rgb(19,137,241); }
H1.HeaderClassName
{
color: #1389F1;
}
.AnyTagClassName
{
color: #1389F1;
}
</style>
background-color css
<style>
a { background-color: #1389F1; }
a { background-color: rgb(19,137,241); }
div.DivClassName
{
background-color: #1389F1;
}
.BgClassName
{
background-color: #1389F1;
}
</style>
border-color css
<style>
span { border-color: #1389F1; }
span { border-color: rgb(19,137,241); }
td.TdClassName
{
border-color: #1389F1;
}
.TagClassName
{
border-color: #1389F1;
}
</style>