Shades of Dodger Blue #2386EE
Tints of Dodger Blue #2386EE
RGB
CMYK
RGB Variations
Color information
#2386EE (or 0x2386EE) is known color: Dodger Blue. HEX triplet: 23, 86 and EE. RGB value is (35,134,238). Sum of RGB (Red+Green+Blue) = 35+134+238=407 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.60% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #2386EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2386EE is #DC7911. Grayscale: #737373. Windows color (decimal): -14448914 or 15631907. OLE color: 15631907.
HSL color Cylindrical-coordinate representation of color #2386EE: hue angle of 210.74º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2386EE is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 134 | 238 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.07 |
| HSL | 210.74º | 0.86% | 0.54% | - |
| HSV(B) | 210.74º | 0.85% | 0.93% | - |
| XYZ | 24.65 | 23.58 | 84.14 | - |
| YUV | 116.26 | 196.7 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 238 | 0.85 | 0.44 | 0 | 0.07 | 210.74 | 0.86 | 0.54 |
| Hex | 23 | 86 | EE | 55 | 2C | 0 | 7 | D3 | 56 | 36 |
| Octal | 43 | 206 | 356 | 125 | 54 | 0 | 7 | 323 | 126 | 66 |
| Binary | 100011 | 10000110 | 11101110 | 1010101 | 101100 | 0 | 111 | 11010011 | 1010110 | 110110 |
Color Harmonies of #2386EE
Complementary color
Monochromatic Colors of #2386EE
Black with #2386EE
Text Example
Text Example
White with #2386EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2386EE; }
p { color: rgb(35,134,238); }
H1.HeaderClassName
{
color: #2386EE;
}
.AnyTagClassName
{
color: #2386EE;
}
</style>
background-color css
<style>
a { background-color: #2386EE; }
a { background-color: rgb(35,134,238); }
div.DivClassName
{
background-color: #2386EE;
}
.BgClassName
{
background-color: #2386EE;
}
</style>
border-color css
<style>
span { border-color: #2386EE; }
span { border-color: rgb(35,134,238); }
td.TdClassName
{
border-color: #2386EE;
}
.TagClassName
{
border-color: #2386EE;
}
</style>