Shades of Dodger Blue #2C8EE7
Tints of Dodger Blue #2C8EE7
RGB
CMYK
RGB Variations
Color information
#2C8EE7 (or 0x2C8EE7) is known color: Dodger Blue. HEX triplet: 2C, 8E and E7. RGB value is (44,142,231). Sum of RGB (Red+Green+Blue) = 44+142+231=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #2C8EE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C8EE7 is #D37118. Grayscale: #7A7A7A. Windows color (decimal): -13857049 or 15175212. OLE color: 15175212.
HSL color Cylindrical-coordinate representation of color #2C8EE7: hue angle of 208.56º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C8EE7 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 142 | 231 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.09 |
| HSL | 208.56º | 0.8% | 0.54% | - |
| HSV(B) | 208.56º | 0.81% | 0.91% | - |
| XYZ | 25.14 | 25.65 | 79.23 | - |
| YUV | 122.84 | 189.03 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 231 | 0.81 | 0.39 | 0 | 0.09 | 208.56 | 0.8 | 0.54 |
| Hex | 2C | 8E | E7 | 51 | 27 | 0 | 9 | D1 | 50 | 36 |
| Octal | 54 | 216 | 347 | 121 | 47 | 0 | 11 | 321 | 120 | 66 |
| Binary | 101100 | 10001110 | 11100111 | 1010001 | 100111 | 0 | 1001 | 11010001 | 1010000 | 110110 |
Color Harmonies of #2C8EE7
Complementary color
Monochromatic Colors of #2C8EE7
Black with #2C8EE7
Text Example
Text Example
White with #2C8EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8EE7; }
p { color: rgb(44,142,231); }
H1.HeaderClassName
{
color: #2C8EE7;
}
.AnyTagClassName
{
color: #2C8EE7;
}
</style>
background-color css
<style>
a { background-color: #2C8EE7; }
a { background-color: rgb(44,142,231); }
div.DivClassName
{
background-color: #2C8EE7;
}
.BgClassName
{
background-color: #2C8EE7;
}
</style>
border-color css
<style>
span { border-color: #2C8EE7; }
span { border-color: rgb(44,142,231); }
td.TdClassName
{
border-color: #2C8EE7;
}
.TagClassName
{
border-color: #2C8EE7;
}
</style>