Shades of Dodger Blue #2381EC
Tints of Dodger Blue #2381EC
RGB
CMYK
RGB Variations
Color information
#2381EC (or 0x2381EC) is known color: Dodger Blue. HEX triplet: 23, 81 and EC. RGB value is (35,129,236). Sum of RGB (Red+Green+Blue) = 35+129+236=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #2381EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2381EC is #DC7E13. Grayscale: #707070. Windows color (decimal): -14450196 or 15499555. OLE color: 15499555.
HSL color Cylindrical-coordinate representation of color #2381EC: hue angle of 211.94º 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 #2381EC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 129 | 236 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.07 |
| HSL | 211.94º | 0.84% | 0.53% | - |
| HSV(B) | 211.94º | 0.85% | 0.93% | - |
| XYZ | 23.68 | 22.11 | 82.38 | - |
| YUV | 113.09 | 197.36 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 236 | 0.85 | 0.45 | 0 | 0.07 | 211.94 | 0.84 | 0.53 |
| Hex | 23 | 81 | EC | 55 | 2D | 0 | 7 | D4 | 54 | 35 |
| Octal | 43 | 201 | 354 | 125 | 55 | 0 | 7 | 324 | 124 | 65 |
| Binary | 100011 | 10000001 | 11101100 | 1010101 | 101101 | 0 | 111 | 11010100 | 1010100 | 110101 |
Color Harmonies of #2381EC
Complementary color
Monochromatic Colors of #2381EC
Black with #2381EC
Text Example
Text Example
White with #2381EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2381EC; }
p { color: rgb(35,129,236); }
H1.HeaderClassName
{
color: #2381EC;
}
.AnyTagClassName
{
color: #2381EC;
}
</style>
background-color css
<style>
a { background-color: #2381EC; }
a { background-color: rgb(35,129,236); }
div.DivClassName
{
background-color: #2381EC;
}
.BgClassName
{
background-color: #2381EC;
}
</style>
border-color css
<style>
span { border-color: #2381EC; }
span { border-color: rgb(35,129,236); }
td.TdClassName
{
border-color: #2381EC;
}
.TagClassName
{
border-color: #2381EC;
}
</style>