Shades of Dodger Blue #1289DB
Tints of Dodger Blue #1289DB
RGB
CMYK
RGB Variations
Color information
#1289DB (or 0x1289DB) is known color: Dodger Blue. HEX triplet: 12, 89 and DB. RGB value is (18,137,219). Sum of RGB (Red+Green+Blue) = 18+137+219=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #1289DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1289DB is #ED7624. Grayscale: #6E6E6E. Windows color (decimal): -15562277 or 14387474. OLE color: 14387474.
HSL color Cylindrical-coordinate representation of color #1289DB: hue angle of 204.48º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1289DB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 137 | 219 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.14 |
| HSL | 204.48º | 0.85% | 0.46% | - |
| HSV(B) | 204.48º | 0.92% | 0.86% | - |
| XYZ | 21.98 | 23.13 | 70.32 | - |
| YUV | 110.77 | 189.08 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 219 | 0.92 | 0.37 | 0 | 0.14 | 204.48 | 0.85 | 0.46 |
| Hex | 12 | 89 | DB | 5C | 25 | 0 | E | CC | 55 | 2E |
| Octal | 22 | 211 | 333 | 134 | 45 | 0 | 16 | 314 | 125 | 56 |
| Binary | 10010 | 10001001 | 11011011 | 1011100 | 100101 | 0 | 1110 | 11001100 | 1010101 | 101110 |
Color Harmonies of #1289DB
Complementary color
Monochromatic Colors of #1289DB
Black with #1289DB
Text Example
Text Example
White with #1289DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1289DB; }
p { color: rgb(18,137,219); }
H1.HeaderClassName
{
color: #1289DB;
}
.AnyTagClassName
{
color: #1289DB;
}
</style>
background-color css
<style>
a { background-color: #1289DB; }
a { background-color: rgb(18,137,219); }
div.DivClassName
{
background-color: #1289DB;
}
.BgClassName
{
background-color: #1289DB;
}
</style>
border-color css
<style>
span { border-color: #1289DB; }
span { border-color: rgb(18,137,219); }
td.TdClassName
{
border-color: #1289DB;
}
.TagClassName
{
border-color: #1289DB;
}
</style>