Shades of Dodger Blue #1285DD
Tints of Dodger Blue #1285DD
RGB
CMYK
RGB Variations
Color information
#1285DD (or 0x1285DD) is known color: Dodger Blue. HEX triplet: 12, 85 and DD. RGB value is (18,133,221). Sum of RGB (Red+Green+Blue) = 18+133+221=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #1285DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285DD is #ED7A22. Grayscale: #6C6C6C. Windows color (decimal): -15563299 or 14517522. OLE color: 14517522.
HSL color Cylindrical-coordinate representation of color #1285DD: hue angle of 206.01º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1285DD is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 133 | 221 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.13 |
| HSL | 206.01º | 0.85% | 0.47% | - |
| HSV(B) | 206.01º | 0.92% | 0.87% | - |
| XYZ | 21.69 | 22.12 | 71.53 | - |
| YUV | 108.65 | 191.4 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 221 | 0.92 | 0.40 | 0 | 0.13 | 206.01 | 0.85 | 0.47 |
| Hex | 12 | 85 | DD | 5C | 28 | 0 | D | CE | 55 | 2F |
| Octal | 22 | 205 | 335 | 134 | 50 | 0 | 15 | 316 | 125 | 57 |
| Binary | 10010 | 10000101 | 11011101 | 1011100 | 101000 | 0 | 1101 | 11001110 | 1010101 | 101111 |
Color Harmonies of #1285DD
Complementary color
Monochromatic Colors of #1285DD
Black with #1285DD
Text Example
Text Example
White with #1285DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285DD; }
p { color: rgb(18,133,221); }
H1.HeaderClassName
{
color: #1285DD;
}
.AnyTagClassName
{
color: #1285DD;
}
</style>
background-color css
<style>
a { background-color: #1285DD; }
a { background-color: rgb(18,133,221); }
div.DivClassName
{
background-color: #1285DD;
}
.BgClassName
{
background-color: #1285DD;
}
</style>
border-color css
<style>
span { border-color: #1285DD; }
span { border-color: rgb(18,133,221); }
td.TdClassName
{
border-color: #1285DD;
}
.TagClassName
{
border-color: #1285DD;
}
</style>