Shades of Dodger Blue #2B8DDD
Tints of Dodger Blue #2B8DDD
RGB
CMYK
RGB Variations
Color information
#2B8DDD (or 0x2B8DDD) is known color: Dodger Blue. HEX triplet: 2B, 8D and DD. RGB value is (43,141,221). Sum of RGB (Red+Green+Blue) = 43+141+221=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B8DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8DDD is #D47222. Grayscale: #787878. Windows color (decimal): -13922851 or 14519595. OLE color: 14519595.
HSL color Cylindrical-coordinate representation of color #2B8DDD: hue angle of 206.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B8DDD is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 141 | 221 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.13 |
| HSL | 206.97º | 0.72% | 0.52% | - |
| HSV(B) | 206.97º | 0.81% | 0.87% | - |
| XYZ | 23.57 | 24.78 | 71.95 | - |
| YUV | 120.82 | 184.53 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 221 | 0.81 | 0.36 | 0 | 0.13 | 206.97 | 0.72 | 0.52 |
| Hex | 2B | 8D | DD | 51 | 24 | 0 | D | CF | 48 | 34 |
| Octal | 53 | 215 | 335 | 121 | 44 | 0 | 15 | 317 | 110 | 64 |
| Binary | 101011 | 10001101 | 11011101 | 1010001 | 100100 | 0 | 1101 | 11001111 | 1001000 | 110100 |
Color Harmonies of #2B8DDD
Complementary color
Monochromatic Colors of #2B8DDD
Black with #2B8DDD
Text Example
Text Example
White with #2B8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8DDD; }
p { color: rgb(43,141,221); }
H1.HeaderClassName
{
color: #2B8DDD;
}
.AnyTagClassName
{
color: #2B8DDD;
}
</style>
background-color css
<style>
a { background-color: #2B8DDD; }
a { background-color: rgb(43,141,221); }
div.DivClassName
{
background-color: #2B8DDD;
}
.BgClassName
{
background-color: #2B8DDD;
}
</style>
border-color css
<style>
span { border-color: #2B8DDD; }
span { border-color: rgb(43,141,221); }
td.TdClassName
{
border-color: #2B8DDD;
}
.TagClassName
{
border-color: #2B8DDD;
}
</style>