Shades of Dodger Blue #2486EF
Tints of Dodger Blue #2486EF
RGB
CMYK
RGB Variations
Color information
#2486EF (or 0x2486EF) is known color: Dodger Blue. HEX triplet: 24, 86 and EF. RGB value is (36,134,239). Sum of RGB (Red+Green+Blue) = 36+134+239=409 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.80% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #2486EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2486EF is #DB7910. Grayscale: #747474. Windows color (decimal): -14383377 or 15697444. OLE color: 15697444.
HSL color Cylindrical-coordinate representation of color #2486EF: hue angle of 211.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2486EF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 134 | 239 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.06 |
| HSL | 211.03º | 0.86% | 0.54% | - |
| HSV(B) | 211.03º | 0.85% | 0.94% | - |
| XYZ | 24.83 | 23.66 | 84.92 | - |
| YUV | 116.67 | 197.03 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 239 | 0.85 | 0.44 | 0 | 0.06 | 211.03 | 0.86 | 0.54 |
| Hex | 24 | 86 | EF | 55 | 2C | 0 | 6 | D3 | 56 | 36 |
| Octal | 44 | 206 | 357 | 125 | 54 | 0 | 6 | 323 | 126 | 66 |
| Binary | 100100 | 10000110 | 11101111 | 1010101 | 101100 | 0 | 110 | 11010011 | 1010110 | 110110 |
Color Harmonies of #2486EF
Complementary color
Monochromatic Colors of #2486EF
Black with #2486EF
Text Example
Text Example
White with #2486EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486EF; }
p { color: rgb(36,134,239); }
H1.HeaderClassName
{
color: #2486EF;
}
.AnyTagClassName
{
color: #2486EF;
}
</style>
background-color css
<style>
a { background-color: #2486EF; }
a { background-color: rgb(36,134,239); }
div.DivClassName
{
background-color: #2486EF;
}
.BgClassName
{
background-color: #2486EF;
}
</style>
border-color css
<style>
span { border-color: #2486EF; }
span { border-color: rgb(36,134,239); }
td.TdClassName
{
border-color: #2486EF;
}
.TagClassName
{
border-color: #2486EF;
}
</style>