Shades of Dodger Blue #2386DF
Tints of Dodger Blue #2386DF
RGB
CMYK
RGB Variations
Color information
#2386DF (or 0x2386DF) is known color: Dodger Blue. HEX triplet: 23, 86 and DF. RGB value is (35,134,223). Sum of RGB (Red+Green+Blue) = 35+134+223=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #2386DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2386DF is #DC7920. Grayscale: #727272. Windows color (decimal): -14448929 or 14648867. OLE color: 14648867.
HSL color Cylindrical-coordinate representation of color #2386DF: hue angle of 208.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2386DF is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 134 | 223 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.13 |
| HSL | 208.4º | 0.75% | 0.51% | - |
| HSV(B) | 208.4º | 0.84% | 0.87% | - |
| XYZ | 22.54 | 22.74 | 73.01 | - |
| YUV | 114.55 | 189.2 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 223 | 0.84 | 0.40 | 0 | 0.13 | 208.4 | 0.75 | 0.51 |
| Hex | 23 | 86 | DF | 54 | 28 | 0 | D | D0 | 4B | 33 |
| Octal | 43 | 206 | 337 | 124 | 50 | 0 | 15 | 320 | 113 | 63 |
| Binary | 100011 | 10000110 | 11011111 | 1010100 | 101000 | 0 | 1101 | 11010000 | 1001011 | 110011 |
Color Harmonies of #2386DF
Complementary color
Monochromatic Colors of #2386DF
Black with #2386DF
Text Example
Text Example
White with #2386DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2386DF; }
p { color: rgb(35,134,223); }
H1.HeaderClassName
{
color: #2386DF;
}
.AnyTagClassName
{
color: #2386DF;
}
</style>
background-color css
<style>
a { background-color: #2386DF; }
a { background-color: rgb(35,134,223); }
div.DivClassName
{
background-color: #2386DF;
}
.BgClassName
{
background-color: #2386DF;
}
</style>
border-color css
<style>
span { border-color: #2386DF; }
span { border-color: rgb(35,134,223); }
td.TdClassName
{
border-color: #2386DF;
}
.TagClassName
{
border-color: #2386DF;
}
</style>