Shades of Dodger Blue #2B87EC
Tints of Dodger Blue #2B87EC
RGB
CMYK
RGB Variations
Color information
#2B87EC (or 0x2B87EC) is known color: Dodger Blue. HEX triplet: 2B, 87 and EC. RGB value is (43,135,236). Sum of RGB (Red+Green+Blue) = 43+135+236=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B87EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B87EC is #D47813. Grayscale: #767676. Windows color (decimal): -13924372 or 15501099. OLE color: 15501099.
HSL color Cylindrical-coordinate representation of color #2B87EC: hue angle of 211.4º 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 #2B87EC is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 135 | 236 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.07 |
| HSL | 211.4º | 0.84% | 0.55% | - |
| HSV(B) | 211.4º | 0.82% | 0.93% | - |
| XYZ | 24.8 | 23.9 | 82.66 | - |
| YUV | 119.01 | 194.02 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 236 | 0.82 | 0.43 | 0 | 0.07 | 211.4 | 0.84 | 0.55 |
| Hex | 2B | 87 | EC | 52 | 2B | 0 | 7 | D3 | 54 | 37 |
| Octal | 53 | 207 | 354 | 122 | 53 | 0 | 7 | 323 | 124 | 67 |
| Binary | 101011 | 10000111 | 11101100 | 1010010 | 101011 | 0 | 111 | 11010011 | 1010100 | 110111 |
Color Harmonies of #2B87EC
Complementary color
Monochromatic Colors of #2B87EC
Black with #2B87EC
Text Example
Text Example
White with #2B87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B87EC; }
p { color: rgb(43,135,236); }
H1.HeaderClassName
{
color: #2B87EC;
}
.AnyTagClassName
{
color: #2B87EC;
}
</style>
background-color css
<style>
a { background-color: #2B87EC; }
a { background-color: rgb(43,135,236); }
div.DivClassName
{
background-color: #2B87EC;
}
.BgClassName
{
background-color: #2B87EC;
}
</style>
border-color css
<style>
span { border-color: #2B87EC; }
span { border-color: rgb(43,135,236); }
td.TdClassName
{
border-color: #2B87EC;
}
.TagClassName
{
border-color: #2B87EC;
}
</style>