Shades of Dodger Blue #1287DC
Tints of Dodger Blue #1287DC
RGB
CMYK
RGB Variations
Color information
#1287DC (or 0x1287DC) is known color: Dodger Blue. HEX triplet: 12, 87 and DC. RGB value is (18,135,220). Sum of RGB (Red+Green+Blue) = 18+135+220=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #1287DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287DC is #ED7823. Grayscale: #6D6D6D. Windows color (decimal): -15562788 or 14452498. OLE color: 14452498.
HSL color Cylindrical-coordinate representation of color #1287DC: hue angle of 205.25º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1287DC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 135 | 220 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.14 |
| HSL | 205.25º | 0.85% | 0.47% | - |
| HSV(B) | 205.25º | 0.92% | 0.86% | - |
| XYZ | 21.83 | 22.62 | 70.93 | - |
| YUV | 109.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 220 | 0.92 | 0.39 | 0 | 0.14 | 205.25 | 0.85 | 0.47 |
| Hex | 12 | 87 | DC | 5C | 27 | 0 | E | CD | 55 | 2F |
| Octal | 22 | 207 | 334 | 134 | 47 | 0 | 16 | 315 | 125 | 57 |
| Binary | 10010 | 10000111 | 11011100 | 1011100 | 100111 | 0 | 1110 | 11001101 | 1010101 | 101111 |
Color Harmonies of #1287DC
Complementary color
Monochromatic Colors of #1287DC
Black with #1287DC
Text Example
Text Example
White with #1287DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287DC; }
p { color: rgb(18,135,220); }
H1.HeaderClassName
{
color: #1287DC;
}
.AnyTagClassName
{
color: #1287DC;
}
</style>
background-color css
<style>
a { background-color: #1287DC; }
a { background-color: rgb(18,135,220); }
div.DivClassName
{
background-color: #1287DC;
}
.BgClassName
{
background-color: #1287DC;
}
</style>
border-color css
<style>
span { border-color: #1287DC; }
span { border-color: rgb(18,135,220); }
td.TdClassName
{
border-color: #1287DC;
}
.TagClassName
{
border-color: #1287DC;
}
</style>