Shades of Dodger Blue #2B89DB
Tints of Dodger Blue #2B89DB
RGB
CMYK
RGB Variations
Color information
#2B89DB (or 0x2B89DB) is known color: Dodger Blue. HEX triplet: 2B, 89 and DB. RGB value is (43,137,219). Sum of RGB (Red+Green+Blue) = 43+137+219=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B89DB is #D47624. Grayscale: #757575. Windows color (decimal): -13923877 or 14387499. OLE color: 14387499.
HSL color Cylindrical-coordinate representation of color #2B89DB: hue angle of 207.95º 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 #2B89DB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 137 | 219 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.14 |
| HSL | 207.95º | 0.71% | 0.51% | - |
| HSV(B) | 207.95º | 0.8% | 0.86% | - |
| XYZ | 22.73 | 23.52 | 70.36 | - |
| YUV | 118.24 | 184.86 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 219 | 0.80 | 0.37 | 0 | 0.14 | 207.95 | 0.71 | 0.51 |
| Hex | 2B | 89 | DB | 50 | 25 | 0 | E | D0 | 47 | 33 |
| Octal | 53 | 211 | 333 | 120 | 45 | 0 | 16 | 320 | 107 | 63 |
| Binary | 101011 | 10001001 | 11011011 | 1010000 | 100101 | 0 | 1110 | 11010000 | 1000111 | 110011 |
Color Harmonies of #2B89DB
Complementary color
Monochromatic Colors of #2B89DB
Black with #2B89DB
Text Example
Text Example
White with #2B89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B89DB; }
p { color: rgb(43,137,219); }
H1.HeaderClassName
{
color: #2B89DB;
}
.AnyTagClassName
{
color: #2B89DB;
}
</style>
background-color css
<style>
a { background-color: #2B89DB; }
a { background-color: rgb(43,137,219); }
div.DivClassName
{
background-color: #2B89DB;
}
.BgClassName
{
background-color: #2B89DB;
}
</style>
border-color css
<style>
span { border-color: #2B89DB; }
span { border-color: rgb(43,137,219); }
td.TdClassName
{
border-color: #2B89DB;
}
.TagClassName
{
border-color: #2B89DB;
}
</style>