Shades of Dodger Blue #2486FD
Tints of Dodger Blue #2486FD
RGB
CMYK
RGB Variations
Color information
#2486FD (or 0x2486FD) is known color: Dodger Blue. HEX triplet: 24, 86 and FD. RGB value is (36,134,253). Sum of RGB (Red+Green+Blue) = 36+134+253=423 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.51% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #2486FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2486FD is #DB7902. Grayscale: #757575. Windows color (decimal): -14383363 or 16614948. OLE color: 16614948.
HSL color Cylindrical-coordinate representation of color #2486FD: hue angle of 212.9º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2486FD is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 134 | 253 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.01 |
| HSL | 212.9º | 0.98% | 0.57% | - |
| HSV(B) | 212.9º | 0.86% | 0.99% | - |
| XYZ | 26.98 | 24.52 | 96.24 | - |
| YUV | 118.26 | 204.03 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 134 | 253 | 0.86 | 0.47 | 0 | 0.01 | 212.9 | 0.98 | 0.57 |
| Hex | 24 | 86 | FD | 56 | 2F | 0 | 1 | D5 | 62 | 39 |
| Octal | 44 | 206 | 375 | 126 | 57 | 0 | 1 | 325 | 142 | 71 |
| Binary | 100100 | 10000110 | 11111101 | 1010110 | 101111 | 0 | 1 | 11010101 | 1100010 | 111001 |
Color Harmonies of #2486FD
Complementary color
Monochromatic Colors of #2486FD
Black with #2486FD
Text Example
Text Example
White with #2486FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2486FD; }
p { color: rgb(36,134,253); }
H1.HeaderClassName
{
color: #2486FD;
}
.AnyTagClassName
{
color: #2486FD;
}
</style>
background-color css
<style>
a { background-color: #2486FD; }
a { background-color: rgb(36,134,253); }
div.DivClassName
{
background-color: #2486FD;
}
.BgClassName
{
background-color: #2486FD;
}
</style>
border-color css
<style>
span { border-color: #2486FD; }
span { border-color: rgb(36,134,253); }
td.TdClassName
{
border-color: #2486FD;
}
.TagClassName
{
border-color: #2486FD;
}
</style>