Shades of Dodger Blue #2378EC
Tints of Dodger Blue #2378EC
RGB
CMYK
RGB Variations
Color information
#2378EC (or 0x2378EC) is known color: Dodger Blue. HEX triplet: 23, 78 and EC. RGB value is (35,120,236). Sum of RGB (Red+Green+Blue) = 35+120+236=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #2378EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2378EC is #DC8713. Grayscale: #6B6B6B. Windows color (decimal): -14452500 or 15497251. OLE color: 15497251.
HSL color Cylindrical-coordinate representation of color #2378EC: hue angle of 214.63º 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 #2378EC is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 120 | 236 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.07 |
| HSL | 214.63º | 0.84% | 0.53% | - |
| HSV(B) | 214.63º | 0.85% | 0.93% | - |
| XYZ | 22.55 | 19.85 | 82 | - |
| YUV | 107.81 | 200.34 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 236 | 0.85 | 0.49 | 0 | 0.07 | 214.63 | 0.84 | 0.53 |
| Hex | 23 | 78 | EC | 55 | 31 | 0 | 7 | D7 | 54 | 35 |
| Octal | 43 | 170 | 354 | 125 | 61 | 0 | 7 | 327 | 124 | 65 |
| Binary | 100011 | 1111000 | 11101100 | 1010101 | 110001 | 0 | 111 | 11010111 | 1010100 | 110101 |
Color Harmonies of #2378EC
Complementary color
Monochromatic Colors of #2378EC
Black with #2378EC
Text Example
Text Example
White with #2378EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2378EC; }
p { color: rgb(35,120,236); }
H1.HeaderClassName
{
color: #2378EC;
}
.AnyTagClassName
{
color: #2378EC;
}
</style>
background-color css
<style>
a { background-color: #2378EC; }
a { background-color: rgb(35,120,236); }
div.DivClassName
{
background-color: #2378EC;
}
.BgClassName
{
background-color: #2378EC;
}
</style>
border-color css
<style>
span { border-color: #2378EC; }
span { border-color: rgb(35,120,236); }
td.TdClassName
{
border-color: #2378EC;
}
.TagClassName
{
border-color: #2378EC;
}
</style>