Shades of Dodger Blue #2B88EC
Tints of Dodger Blue #2B88EC
RGB
CMYK
RGB Variations
Color information
#2B88EC (or 0x2B88EC) is known color: Dodger Blue. HEX triplet: 2B, 88 and EC. RGB value is (43,136,236). Sum of RGB (Red+Green+Blue) = 43+136+236=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B88EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B88EC is #D47713. Grayscale: #777777. Windows color (decimal): -13924116 or 15501355. OLE color: 15501355.
HSL color Cylindrical-coordinate representation of color #2B88EC: hue angle of 211.09º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B88EC is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 136 | 236 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.07 |
| HSL | 211.09º | 0.84% | 0.55% | - |
| HSV(B) | 211.09º | 0.82% | 0.93% | - |
| XYZ | 24.94 | 24.18 | 82.71 | - |
| YUV | 119.59 | 193.69 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 136 | 236 | 0.82 | 0.42 | 0 | 0.07 | 211.09 | 0.84 | 0.55 |
| Hex | 2B | 88 | EC | 52 | 2A | 0 | 7 | D3 | 54 | 37 |
| Octal | 53 | 210 | 354 | 122 | 52 | 0 | 7 | 323 | 124 | 67 |
| Binary | 101011 | 10001000 | 11101100 | 1010010 | 101010 | 0 | 111 | 11010011 | 1010100 | 110111 |
Color Harmonies of #2B88EC
Complementary color
Monochromatic Colors of #2B88EC
Black with #2B88EC
Text Example
Text Example
White with #2B88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B88EC; }
p { color: rgb(43,136,236); }
H1.HeaderClassName
{
color: #2B88EC;
}
.AnyTagClassName
{
color: #2B88EC;
}
</style>
background-color css
<style>
a { background-color: #2B88EC; }
a { background-color: rgb(43,136,236); }
div.DivClassName
{
background-color: #2B88EC;
}
.BgClassName
{
background-color: #2B88EC;
}
</style>
border-color css
<style>
span { border-color: #2B88EC; }
span { border-color: rgb(43,136,236); }
td.TdClassName
{
border-color: #2B88EC;
}
.TagClassName
{
border-color: #2B88EC;
}
</style>