Shades of Dodger Blue #1287DB
Tints of Dodger Blue #1287DB
RGB
CMYK
RGB Variations
Color information
#1287DB (or 0x1287DB) is known color: Dodger Blue. HEX triplet: 12, 87 and DB. RGB value is (18,135,219). Sum of RGB (Red+Green+Blue) = 18+135+219=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #1287DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287DB is #ED7824. Grayscale: #6D6D6D. Windows color (decimal): -15562789 or 14386962. OLE color: 14386962.
HSL color Cylindrical-coordinate representation of color #1287DB: hue angle of 205.07º 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 #1287DB is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 135 | 219 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.14 |
| HSL | 205.07º | 0.85% | 0.46% | - |
| HSV(B) | 205.07º | 0.92% | 0.86% | - |
| XYZ | 21.7 | 22.57 | 70.23 | - |
| YUV | 109.59 | 189.74 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 219 | 0.92 | 0.38 | 0 | 0.14 | 205.07 | 0.85 | 0.46 |
| Hex | 12 | 87 | DB | 5C | 26 | 0 | E | CD | 55 | 2E |
| Octal | 22 | 207 | 333 | 134 | 46 | 0 | 16 | 315 | 125 | 56 |
| Binary | 10010 | 10000111 | 11011011 | 1011100 | 100110 | 0 | 1110 | 11001101 | 1010101 | 101110 |
Color Harmonies of #1287DB
Complementary color
Monochromatic Colors of #1287DB
Black with #1287DB
Text Example
Text Example
White with #1287DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287DB; }
p { color: rgb(18,135,219); }
H1.HeaderClassName
{
color: #1287DB;
}
.AnyTagClassName
{
color: #1287DB;
}
</style>
background-color css
<style>
a { background-color: #1287DB; }
a { background-color: rgb(18,135,219); }
div.DivClassName
{
background-color: #1287DB;
}
.BgClassName
{
background-color: #1287DB;
}
</style>
border-color css
<style>
span { border-color: #1287DB; }
span { border-color: rgb(18,135,219); }
td.TdClassName
{
border-color: #1287DB;
}
.TagClassName
{
border-color: #1287DB;
}
</style>