Shades of Dodger Blue #2C8DEC
Tints of Dodger Blue #2C8DEC
RGB
CMYK
RGB Variations
Color information
#2C8DEC (or 0x2C8DEC) is known color: Dodger Blue. HEX triplet: 2C, 8D and EC. RGB value is (44,141,236). Sum of RGB (Red+Green+Blue) = 44+141+236=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C8DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C8DEC is #D37213. Grayscale: #7A7A7A. Windows color (decimal): -13857300 or 15502636. OLE color: 15502636.
HSL color Cylindrical-coordinate representation of color #2C8DEC: hue angle of 209.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C8DEC is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 141 | 236 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.07 |
| HSL | 209.69º | 0.83% | 0.55% | - |
| HSV(B) | 209.69º | 0.81% | 0.93% | - |
| XYZ | 25.7 | 25.64 | 82.95 | - |
| YUV | 122.83 | 191.86 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 141 | 236 | 0.81 | 0.40 | 0 | 0.07 | 209.69 | 0.83 | 0.55 |
| Hex | 2C | 8D | EC | 51 | 28 | 0 | 7 | D2 | 53 | 37 |
| Octal | 54 | 215 | 354 | 121 | 50 | 0 | 7 | 322 | 123 | 67 |
| Binary | 101100 | 10001101 | 11101100 | 1010001 | 101000 | 0 | 111 | 11010010 | 1010011 | 110111 |
Color Harmonies of #2C8DEC
Complementary color
Monochromatic Colors of #2C8DEC
Black with #2C8DEC
Text Example
Text Example
White with #2C8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8DEC; }
p { color: rgb(44,141,236); }
H1.HeaderClassName
{
color: #2C8DEC;
}
.AnyTagClassName
{
color: #2C8DEC;
}
</style>
background-color css
<style>
a { background-color: #2C8DEC; }
a { background-color: rgb(44,141,236); }
div.DivClassName
{
background-color: #2C8DEC;
}
.BgClassName
{
background-color: #2C8DEC;
}
</style>
border-color css
<style>
span { border-color: #2C8DEC; }
span { border-color: rgb(44,141,236); }
td.TdClassName
{
border-color: #2C8DEC;
}
.TagClassName
{
border-color: #2C8DEC;
}
</style>