Shades of Dodger Blue #2B8CEC
Tints of Dodger Blue #2B8CEC
RGB
CMYK
RGB Variations
Color information
#2B8CEC (or 0x2B8CEC) is known color: Dodger Blue. HEX triplet: 2B, 8C and EC. RGB value is (43,140,236). Sum of RGB (Red+Green+Blue) = 43+140+236=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B8CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B8CEC is #D47313. Grayscale: #797979. Windows color (decimal): -13923092 or 15502379. OLE color: 15502379.
HSL color Cylindrical-coordinate representation of color #2B8CEC: hue angle of 209.84º 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 #2B8CEC is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 140 | 236 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.07 |
| HSL | 209.84º | 0.84% | 0.55% | - |
| HSV(B) | 209.84º | 0.82% | 0.93% | - |
| XYZ | 25.51 | 25.33 | 82.9 | - |
| YUV | 121.94 | 192.36 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 236 | 0.82 | 0.41 | 0 | 0.07 | 209.84 | 0.84 | 0.55 |
| Hex | 2B | 8C | EC | 52 | 29 | 0 | 7 | D2 | 54 | 37 |
| Octal | 53 | 214 | 354 | 122 | 51 | 0 | 7 | 322 | 124 | 67 |
| Binary | 101011 | 10001100 | 11101100 | 1010010 | 101001 | 0 | 111 | 11010010 | 1010100 | 110111 |
Color Harmonies of #2B8CEC
Complementary color
Monochromatic Colors of #2B8CEC
Black with #2B8CEC
Text Example
Text Example
White with #2B8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8CEC; }
p { color: rgb(43,140,236); }
H1.HeaderClassName
{
color: #2B8CEC;
}
.AnyTagClassName
{
color: #2B8CEC;
}
</style>
background-color css
<style>
a { background-color: #2B8CEC; }
a { background-color: rgb(43,140,236); }
div.DivClassName
{
background-color: #2B8CEC;
}
.BgClassName
{
background-color: #2B8CEC;
}
</style>
border-color css
<style>
span { border-color: #2B8CEC; }
span { border-color: rgb(43,140,236); }
td.TdClassName
{
border-color: #2B8CEC;
}
.TagClassName
{
border-color: #2B8CEC;
}
</style>