Shades of Dodger Blue #2B8ADE
Tints of Dodger Blue #2B8ADE
RGB
CMYK
RGB Variations
Color information
#2B8ADE (or 0x2B8ADE) is known color: Dodger Blue. HEX triplet: 2B, 8A and DE. RGB value is (43,138,222). Sum of RGB (Red+Green+Blue) = 43+138+222=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B8ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ADE is #D47521. Grayscale: #767676. Windows color (decimal): -13923618 or 14584363. OLE color: 14584363.
HSL color Cylindrical-coordinate representation of color #2B8ADE: hue angle of 208.16º degrees, saturation: 0.73, 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 #2B8ADE is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 138 | 222 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.13 |
| HSL | 208.16º | 0.73% | 0.52% | - |
| HSV(B) | 208.16º | 0.81% | 0.87% | - |
| XYZ | 23.27 | 23.96 | 72.51 | - |
| YUV | 119.17 | 186.03 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 222 | 0.81 | 0.38 | 0 | 0.13 | 208.16 | 0.73 | 0.52 |
| Hex | 2B | 8A | DE | 51 | 26 | 0 | D | D0 | 49 | 34 |
| Octal | 53 | 212 | 336 | 121 | 46 | 0 | 15 | 320 | 111 | 64 |
| Binary | 101011 | 10001010 | 11011110 | 1010001 | 100110 | 0 | 1101 | 11010000 | 1001001 | 110100 |
Color Harmonies of #2B8ADE
Complementary color
Monochromatic Colors of #2B8ADE
Black with #2B8ADE
Text Example
Text Example
White with #2B8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8ADE; }
p { color: rgb(43,138,222); }
H1.HeaderClassName
{
color: #2B8ADE;
}
.AnyTagClassName
{
color: #2B8ADE;
}
</style>
background-color css
<style>
a { background-color: #2B8ADE; }
a { background-color: rgb(43,138,222); }
div.DivClassName
{
background-color: #2B8ADE;
}
.BgClassName
{
background-color: #2B8ADE;
}
</style>
border-color css
<style>
span { border-color: #2B8ADE; }
span { border-color: rgb(43,138,222); }
td.TdClassName
{
border-color: #2B8ADE;
}
.TagClassName
{
border-color: #2B8ADE;
}
</style>