Shades of Dodger Blue #2486FE
Tints of Dodger Blue #2486FE
RGB
CMYK
RGB Variations
Color information
#2486FE (or 0x2486FE) is known color: Dodger Blue. HEX triplet: 24, 86 and FE. RGB value is (36,134,254). Sum of RGB (Red+Green+Blue) = 36+134+254=424 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.49% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #2486FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2486FE is #DB7901. Grayscale: #757575. Windows color (decimal): -14383362 or 16680484. OLE color: 16680484.
HSL color Cylindrical-coordinate representation of color #2486FE: hue angle of 213.03º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2486FE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 134 | 254 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.00 |
| HSL | 213.03º | 0.99% | 0.57% | - |
| HSV(B) | 213.03º | 0.86% | 1% | - |
| XYZ | 27.14 | 24.58 | 97.08 | - |
| YUV | 118.38 | 204.53 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 254 | 0.86 | 0.47 | 0 | 0.00 | 213.03 | 0.99 | 0.57 |
| Hex | 24 | 86 | FE | 56 | 2F | 0 | 0 | D5 | 63 | 39 |
| Octal | 44 | 206 | 376 | 126 | 57 | 0 | 0 | 325 | 143 | 71 |
| Binary | 100100 | 10000110 | 11111110 | 1010110 | 101111 | 0 | 0 | 11010101 | 1100011 | 111001 |
Color Harmonies of #2486FE
Complementary color
Monochromatic Colors of #2486FE
Black with #2486FE
Text Example
Text Example
White with #2486FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486FE; }
p { color: rgb(36,134,254); }
H1.HeaderClassName
{
color: #2486FE;
}
.AnyTagClassName
{
color: #2486FE;
}
</style>
background-color css
<style>
a { background-color: #2486FE; }
a { background-color: rgb(36,134,254); }
div.DivClassName
{
background-color: #2486FE;
}
.BgClassName
{
background-color: #2486FE;
}
</style>
border-color css
<style>
span { border-color: #2486FE; }
span { border-color: rgb(36,134,254); }
td.TdClassName
{
border-color: #2486FE;
}
.TagClassName
{
border-color: #2486FE;
}
</style>