Shades of Dodger Blue #288BDB
Tints of Dodger Blue #288BDB
RGB
CMYK
RGB Variations
Color information
#288BDB (or 0x288BDB) is known color: Dodger Blue. HEX triplet: 28, 8B and DB. RGB value is (40,139,219). Sum of RGB (Red+Green+Blue) = 40+139+219=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #288BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BDB is #D77424. Grayscale: #767676. Windows color (decimal): -14119973 or 14388008. OLE color: 14388008.
HSL color Cylindrical-coordinate representation of color #288BDB: hue angle of 206.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288BDB is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 139 | 219 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.14 |
| HSL | 206.82º | 0.71% | 0.51% | - |
| HSV(B) | 206.82º | 0.82% | 0.86% | - |
| XYZ | 22.89 | 24.03 | 70.45 | - |
| YUV | 118.52 | 184.7 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 219 | 0.82 | 0.37 | 0 | 0.14 | 206.82 | 0.71 | 0.51 |
| Hex | 28 | 8B | DB | 52 | 25 | 0 | E | CF | 47 | 33 |
| Octal | 50 | 213 | 333 | 122 | 45 | 0 | 16 | 317 | 107 | 63 |
| Binary | 101000 | 10001011 | 11011011 | 1010010 | 100101 | 0 | 1110 | 11001111 | 1000111 | 110011 |
Color Harmonies of #288BDB
Complementary color
Monochromatic Colors of #288BDB
Black with #288BDB
Text Example
Text Example
White with #288BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BDB; }
p { color: rgb(40,139,219); }
H1.HeaderClassName
{
color: #288BDB;
}
.AnyTagClassName
{
color: #288BDB;
}
</style>
background-color css
<style>
a { background-color: #288BDB; }
a { background-color: rgb(40,139,219); }
div.DivClassName
{
background-color: #288BDB;
}
.BgClassName
{
background-color: #288BDB;
}
</style>
border-color css
<style>
span { border-color: #288BDB; }
span { border-color: rgb(40,139,219); }
td.TdClassName
{
border-color: #288BDB;
}
.TagClassName
{
border-color: #288BDB;
}
</style>