Shades of Dodger Blue #2B8ADB
Tints of Dodger Blue #2B8ADB
RGB
CMYK
RGB Variations
Color information
#2B8ADB (or 0x2B8ADB) is known color: Dodger Blue. HEX triplet: 2B, 8A and DB. RGB value is (43,138,219). Sum of RGB (Red+Green+Blue) = 43+138+219=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B8ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B8ADB is #D47524. Grayscale: #767676. Windows color (decimal): -13923621 or 14387755. OLE color: 14387755.
HSL color Cylindrical-coordinate representation of color #2B8ADB: hue angle of 207.61º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B8ADB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 138 | 219 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.14 |
| HSL | 207.61º | 0.71% | 0.51% | - |
| HSV(B) | 207.61º | 0.8% | 0.86% | - |
| XYZ | 22.87 | 23.81 | 70.41 | - |
| YUV | 118.83 | 184.53 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 219 | 0.80 | 0.37 | 0 | 0.14 | 207.61 | 0.71 | 0.51 |
| Hex | 2B | 8A | DB | 50 | 25 | 0 | E | D0 | 47 | 33 |
| Octal | 53 | 212 | 333 | 120 | 45 | 0 | 16 | 320 | 107 | 63 |
| Binary | 101011 | 10001010 | 11011011 | 1010000 | 100101 | 0 | 1110 | 11010000 | 1000111 | 110011 |
Color Harmonies of #2B8ADB
Complementary color
Monochromatic Colors of #2B8ADB
Black with #2B8ADB
Text Example
Text Example
White with #2B8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8ADB; }
p { color: rgb(43,138,219); }
H1.HeaderClassName
{
color: #2B8ADB;
}
.AnyTagClassName
{
color: #2B8ADB;
}
</style>
background-color css
<style>
a { background-color: #2B8ADB; }
a { background-color: rgb(43,138,219); }
div.DivClassName
{
background-color: #2B8ADB;
}
.BgClassName
{
background-color: #2B8ADB;
}
</style>
border-color css
<style>
span { border-color: #2B8ADB; }
span { border-color: rgb(43,138,219); }
td.TdClassName
{
border-color: #2B8ADB;
}
.TagClassName
{
border-color: #2B8ADB;
}
</style>