Shades of Dodger Blue #2C89DB
Tints of Dodger Blue #2C89DB
RGB
CMYK
RGB Variations
Color information
#2C89DB (or 0x2C89DB) is known color: Dodger Blue. HEX triplet: 2C, 89 and DB. RGB value is (44,137,219). Sum of RGB (Red+Green+Blue) = 44+137+219=400 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11% from 400); Green value is 137 (53.91% from 255 or 34.25% 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 #2C89DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C89DB is #D37624. Grayscale: #767676. Windows color (decimal): -13858341 or 14387500. OLE color: 14387500.
HSL color Cylindrical-coordinate representation of color #2C89DB: hue angle of 208.11º degrees, saturation: 0.71, 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 #2C89DB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 137 | 219 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.14 |
| HSL | 208.11º | 0.71% | 0.52% | - |
| HSV(B) | 208.11º | 0.8% | 0.86% | - |
| XYZ | 22.77 | 23.54 | 70.36 | - |
| YUV | 118.54 | 184.69 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 219 | 0.80 | 0.37 | 0 | 0.14 | 208.11 | 0.71 | 0.52 |
| Hex | 2C | 89 | DB | 50 | 25 | 0 | E | D0 | 47 | 34 |
| Octal | 54 | 211 | 333 | 120 | 45 | 0 | 16 | 320 | 107 | 64 |
| Binary | 101100 | 10001001 | 11011011 | 1010000 | 100101 | 0 | 1110 | 11010000 | 1000111 | 110100 |
Color Harmonies of #2C89DB
Complementary color
Monochromatic Colors of #2C89DB
Black with #2C89DB
Text Example
Text Example
White with #2C89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C89DB; }
p { color: rgb(44,137,219); }
H1.HeaderClassName
{
color: #2C89DB;
}
.AnyTagClassName
{
color: #2C89DB;
}
</style>
background-color css
<style>
a { background-color: #2C89DB; }
a { background-color: rgb(44,137,219); }
div.DivClassName
{
background-color: #2C89DB;
}
.BgClassName
{
background-color: #2C89DB;
}
</style>
border-color css
<style>
span { border-color: #2C89DB; }
span { border-color: rgb(44,137,219); }
td.TdClassName
{
border-color: #2C89DB;
}
.TagClassName
{
border-color: #2C89DB;
}
</style>