Shades of Dodger Blue #2C8BDB
Tints of Dodger Blue #2C8BDB
RGB
CMYK
RGB Variations
Color information
#2C8BDB (or 0x2C8BDB) is known color: Dodger Blue. HEX triplet: 2C, 8B and DB. RGB value is (44,139,219). Sum of RGB (Red+Green+Blue) = 44+139+219=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C8BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8BDB is #D37424. Grayscale: #777777. Windows color (decimal): -13857829 or 14388012. OLE color: 14388012.
HSL color Cylindrical-coordinate representation of color #2C8BDB: hue angle of 207.43º 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 #2C8BDB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 139 | 219 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.14 |
| HSL | 207.43º | 0.71% | 0.52% | - |
| HSV(B) | 207.43º | 0.8% | 0.86% | - |
| XYZ | 23.06 | 24.12 | 70.46 | - |
| YUV | 119.72 | 184.03 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 219 | 0.80 | 0.37 | 0 | 0.14 | 207.43 | 0.71 | 0.52 |
| Hex | 2C | 8B | DB | 50 | 25 | 0 | E | CF | 47 | 34 |
| Octal | 54 | 213 | 333 | 120 | 45 | 0 | 16 | 317 | 107 | 64 |
| Binary | 101100 | 10001011 | 11011011 | 1010000 | 100101 | 0 | 1110 | 11001111 | 1000111 | 110100 |
Color Harmonies of #2C8BDB
Complementary color
Monochromatic Colors of #2C8BDB
Black with #2C8BDB
Text Example
Text Example
White with #2C8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8BDB; }
p { color: rgb(44,139,219); }
H1.HeaderClassName
{
color: #2C8BDB;
}
.AnyTagClassName
{
color: #2C8BDB;
}
</style>
background-color css
<style>
a { background-color: #2C8BDB; }
a { background-color: rgb(44,139,219); }
div.DivClassName
{
background-color: #2C8BDB;
}
.BgClassName
{
background-color: #2C8BDB;
}
</style>
border-color css
<style>
span { border-color: #2C8BDB; }
span { border-color: rgb(44,139,219); }
td.TdClassName
{
border-color: #2C8BDB;
}
.TagClassName
{
border-color: #2C8BDB;
}
</style>