Shades of Dodger Blue #2B8EDC
Tints of Dodger Blue #2B8EDC
RGB
CMYK
RGB Variations
Color information
#2B8EDC (or 0x2B8EDC) is known color: Dodger Blue. HEX triplet: 2B, 8E and DC. RGB value is (43,142,220). Sum of RGB (Red+Green+Blue) = 43+142+220=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8EDC is #D47123. Grayscale: #787878. Windows color (decimal): -13922596 or 14454315. OLE color: 14454315.
HSL color Cylindrical-coordinate representation of color #2B8EDC: hue angle of 206.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B8EDC is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 142 | 220 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.14 |
| HSL | 206.44º | 0.72% | 0.52% | - |
| HSV(B) | 206.44º | 0.8% | 0.86% | - |
| XYZ | 23.59 | 25.03 | 71.3 | - |
| YUV | 121.29 | 183.7 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 142 | 220 | 0.80 | 0.35 | 0 | 0.14 | 206.44 | 0.72 | 0.52 |
| Hex | 2B | 8E | DC | 50 | 23 | 0 | E | CE | 48 | 34 |
| Octal | 53 | 216 | 334 | 120 | 43 | 0 | 16 | 316 | 110 | 64 |
| Binary | 101011 | 10001110 | 11011100 | 1010000 | 100011 | 0 | 1110 | 11001110 | 1001000 | 110100 |
Color Harmonies of #2B8EDC
Complementary color
Monochromatic Colors of #2B8EDC
Black with #2B8EDC
Text Example
Text Example
White with #2B8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8EDC; }
p { color: rgb(43,142,220); }
H1.HeaderClassName
{
color: #2B8EDC;
}
.AnyTagClassName
{
color: #2B8EDC;
}
</style>
background-color css
<style>
a { background-color: #2B8EDC; }
a { background-color: rgb(43,142,220); }
div.DivClassName
{
background-color: #2B8EDC;
}
.BgClassName
{
background-color: #2B8EDC;
}
</style>
border-color css
<style>
span { border-color: #2B8EDC; }
span { border-color: rgb(43,142,220); }
td.TdClassName
{
border-color: #2B8EDC;
}
.TagClassName
{
border-color: #2B8EDC;
}
</style>