Shades of Dodger Blue #2C8EEB
Tints of Dodger Blue #2C8EEB
RGB
CMYK
RGB Variations
Color information
#2C8EEB (or 0x2C8EEB) is known color: Dodger Blue. HEX triplet: 2C, 8E and EB. RGB value is (44,142,235). Sum of RGB (Red+Green+Blue) = 44+142+235=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C8EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C8EEB is #D37114. Grayscale: #7A7A7A. Windows color (decimal): -13857045 or 15437356. OLE color: 15437356.
HSL color Cylindrical-coordinate representation of color #2C8EEB: hue angle of 209.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C8EEB is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 142 | 235 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.08 |
| HSL | 209.21º | 0.83% | 0.55% | - |
| HSV(B) | 209.21º | 0.81% | 0.92% | - |
| XYZ | 25.71 | 25.88 | 82.24 | - |
| YUV | 123.3 | 191.03 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 235 | 0.81 | 0.40 | 0 | 0.08 | 209.21 | 0.83 | 0.55 |
| Hex | 2C | 8E | EB | 51 | 28 | 0 | 8 | D1 | 53 | 37 |
| Octal | 54 | 216 | 353 | 121 | 50 | 0 | 10 | 321 | 123 | 67 |
| Binary | 101100 | 10001110 | 11101011 | 1010001 | 101000 | 0 | 1000 | 11010001 | 1010011 | 110111 |
Color Harmonies of #2C8EEB
Complementary color
Monochromatic Colors of #2C8EEB
Black with #2C8EEB
Text Example
Text Example
White with #2C8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8EEB; }
p { color: rgb(44,142,235); }
H1.HeaderClassName
{
color: #2C8EEB;
}
.AnyTagClassName
{
color: #2C8EEB;
}
</style>
background-color css
<style>
a { background-color: #2C8EEB; }
a { background-color: rgb(44,142,235); }
div.DivClassName
{
background-color: #2C8EEB;
}
.BgClassName
{
background-color: #2C8EEB;
}
</style>
border-color css
<style>
span { border-color: #2C8EEB; }
span { border-color: rgb(44,142,235); }
td.TdClassName
{
border-color: #2C8EEB;
}
.TagClassName
{
border-color: #2C8EEB;
}
</style>