Shades of Dodger Blue #1287E6
Tints of Dodger Blue #1287E6
RGB
CMYK
RGB Variations
Color information
#1287E6 (or 0x1287E6) is known color: Dodger Blue. HEX triplet: 12, 87 and E6. RGB value is (18,135,230). Sum of RGB (Red+Green+Blue) = 18+135+230=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 230 (90.23% from 255 or 60.05% from 383); Max value from RGB is 230 - color contains mainly: blue. Hex color #1287E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1287E6 is #ED7819. Grayscale: #6E6E6E. Windows color (decimal): -15562778 or 15107858. OLE color: 15107858.
HSL color Cylindrical-coordinate representation of color #1287E6: hue angle of 206.89º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1287E6 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 135 | 230 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.10 |
| HSL | 206.89º | 0.85% | 0.49% | - |
| HSV(B) | 206.89º | 0.92% | 0.9% | - |
| XYZ | 23.2 | 23.17 | 78.11 | - |
| YUV | 110.85 | 195.24 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 230 | 0.92 | 0.41 | 0 | 0.10 | 206.89 | 0.85 | 0.49 |
| Hex | 12 | 87 | E6 | 5C | 29 | 0 | A | CF | 55 | 31 |
| Octal | 22 | 207 | 346 | 134 | 51 | 0 | 12 | 317 | 125 | 61 |
| Binary | 10010 | 10000111 | 11100110 | 1011100 | 101001 | 0 | 1010 | 11001111 | 1010101 | 110001 |
Color Harmonies of #1287E6
Complementary color
Monochromatic Colors of #1287E6
Black with #1287E6
Text Example
Text Example
White with #1287E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287E6; }
p { color: rgb(18,135,230); }
H1.HeaderClassName
{
color: #1287E6;
}
.AnyTagClassName
{
color: #1287E6;
}
</style>
background-color css
<style>
a { background-color: #1287E6; }
a { background-color: rgb(18,135,230); }
div.DivClassName
{
background-color: #1287E6;
}
.BgClassName
{
background-color: #1287E6;
}
</style>
border-color css
<style>
span { border-color: #1287E6; }
span { border-color: rgb(18,135,230); }
td.TdClassName
{
border-color: #1287E6;
}
.TagClassName
{
border-color: #1287E6;
}
</style>