Shades of Dodger Blue #2389EC
Tints of Dodger Blue #2389EC
RGB
CMYK
RGB Variations
Color information
#2389EC (or 0x2389EC) is known color: Dodger Blue. HEX triplet: 23, 89 and EC. RGB value is (35,137,236). Sum of RGB (Red+Green+Blue) = 35+137+236=408 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.58% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #2389EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2389EC is #DC7613. Grayscale: #757575. Windows color (decimal): -14448148 or 15501603. OLE color: 15501603.
HSL color Cylindrical-coordinate representation of color #2389EC: hue angle of 209.55º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2389EC is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 137 | 236 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.07 |
| HSL | 209.55º | 0.84% | 0.53% | - |
| HSV(B) | 209.55º | 0.85% | 0.93% | - |
| XYZ | 24.78 | 24.3 | 82.74 | - |
| YUV | 117.79 | 194.71 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 236 | 0.85 | 0.42 | 0 | 0.07 | 209.55 | 0.84 | 0.53 |
| Hex | 23 | 89 | EC | 55 | 2A | 0 | 7 | D2 | 54 | 35 |
| Octal | 43 | 211 | 354 | 125 | 52 | 0 | 7 | 322 | 124 | 65 |
| Binary | 100011 | 10001001 | 11101100 | 1010101 | 101010 | 0 | 111 | 11010010 | 1010100 | 110101 |
Color Harmonies of #2389EC
Complementary color
Monochromatic Colors of #2389EC
Black with #2389EC
Text Example
Text Example
White with #2389EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2389EC; }
p { color: rgb(35,137,236); }
H1.HeaderClassName
{
color: #2389EC;
}
.AnyTagClassName
{
color: #2389EC;
}
</style>
background-color css
<style>
a { background-color: #2389EC; }
a { background-color: rgb(35,137,236); }
div.DivClassName
{
background-color: #2389EC;
}
.BgClassName
{
background-color: #2389EC;
}
</style>
border-color css
<style>
span { border-color: #2389EC; }
span { border-color: rgb(35,137,236); }
td.TdClassName
{
border-color: #2389EC;
}
.TagClassName
{
border-color: #2389EC;
}
</style>