Shades of Dodger Blue #1285EF
Tints of Dodger Blue #1285EF
RGB
CMYK
RGB Variations
Color information
#1285EF (or 0x1285EF) is known color: Dodger Blue. HEX triplet: 12, 85 and EF. RGB value is (18,133,239). Sum of RGB (Red+Green+Blue) = 18+133+239=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #1285EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1285EF is #ED7A10. Grayscale: #6E6E6E. Windows color (decimal): -15563281 or 15697170. OLE color: 15697170.
HSL color Cylindrical-coordinate representation of color #1285EF: hue angle of 208.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1285EF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 133 | 239 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.06 |
| HSL | 208.78º | 0.87% | 0.5% | - |
| HSV(B) | 208.78º | 0.92% | 0.94% | - |
| XYZ | 24.22 | 23.14 | 84.85 | - |
| YUV | 110.7 | 200.4 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 239 | 0.92 | 0.44 | 0 | 0.06 | 208.78 | 0.87 | 0.5 |
| Hex | 12 | 85 | EF | 5C | 2C | 0 | 6 | D1 | 57 | 32 |
| Octal | 22 | 205 | 357 | 134 | 54 | 0 | 6 | 321 | 127 | 62 |
| Binary | 10010 | 10000101 | 11101111 | 1011100 | 101100 | 0 | 110 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1285EF
Complementary color
Monochromatic Colors of #1285EF
Black with #1285EF
Text Example
Text Example
White with #1285EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285EF; }
p { color: rgb(18,133,239); }
H1.HeaderClassName
{
color: #1285EF;
}
.AnyTagClassName
{
color: #1285EF;
}
</style>
background-color css
<style>
a { background-color: #1285EF; }
a { background-color: rgb(18,133,239); }
div.DivClassName
{
background-color: #1285EF;
}
.BgClassName
{
background-color: #1285EF;
}
</style>
border-color css
<style>
span { border-color: #1285EF; }
span { border-color: rgb(18,133,239); }
td.TdClassName
{
border-color: #1285EF;
}
.TagClassName
{
border-color: #1285EF;
}
</style>