Shades of Dodger Blue #1288DB
Tints of Dodger Blue #1288DB
RGB
CMYK
RGB Variations
Color information
#1288DB (or 0x1288DB) is known color: Dodger Blue. HEX triplet: 12, 88 and DB. RGB value is (18,136,219). Sum of RGB (Red+Green+Blue) = 18+136+219=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #1288DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288DB is #ED7724. Grayscale: #6D6D6D. Windows color (decimal): -15562533 or 14387218. OLE color: 14387218.
HSL color Cylindrical-coordinate representation of color #1288DB: hue angle of 204.78º 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 #1288DB is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 136 | 219 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.14 |
| HSL | 204.78º | 0.85% | 0.46% | - |
| HSV(B) | 204.78º | 0.92% | 0.86% | - |
| XYZ | 21.84 | 22.85 | 70.28 | - |
| YUV | 110.18 | 189.41 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 219 | 0.92 | 0.38 | 0 | 0.14 | 204.78 | 0.85 | 0.46 |
| Hex | 12 | 88 | DB | 5C | 26 | 0 | E | CD | 55 | 2E |
| Octal | 22 | 210 | 333 | 134 | 46 | 0 | 16 | 315 | 125 | 56 |
| Binary | 10010 | 10001000 | 11011011 | 1011100 | 100110 | 0 | 1110 | 11001101 | 1010101 | 101110 |
Color Harmonies of #1288DB
Complementary color
Monochromatic Colors of #1288DB
Black with #1288DB
Text Example
Text Example
White with #1288DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288DB; }
p { color: rgb(18,136,219); }
H1.HeaderClassName
{
color: #1288DB;
}
.AnyTagClassName
{
color: #1288DB;
}
</style>
background-color css
<style>
a { background-color: #1288DB; }
a { background-color: rgb(18,136,219); }
div.DivClassName
{
background-color: #1288DB;
}
.BgClassName
{
background-color: #1288DB;
}
</style>
border-color css
<style>
span { border-color: #1288DB; }
span { border-color: rgb(18,136,219); }
td.TdClassName
{
border-color: #1288DB;
}
.TagClassName
{
border-color: #1288DB;
}
</style>