Shades of Dodger Blue #288FDB
Tints of Dodger Blue #288FDB
RGB
CMYK
RGB Variations
Color information
#288FDB (or 0x288FDB) is known color: Dodger Blue. HEX triplet: 28, 8F and DB. RGB value is (40,143,219). Sum of RGB (Red+Green+Blue) = 40+143+219=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 143 (56.25% from 255 or 35.57% 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 #288FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FDB is #D77024. Grayscale: #787878. Windows color (decimal): -14118949 or 14389032. OLE color: 14389032.
HSL color Cylindrical-coordinate representation of color #288FDB: hue angle of 205.47º 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 #288FDB is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 143 | 219 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.14 |
| HSL | 205.47º | 0.71% | 0.51% | - |
| HSV(B) | 205.47º | 0.82% | 0.86% | - |
| XYZ | 23.48 | 25.21 | 70.65 | - |
| YUV | 120.87 | 183.38 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 219 | 0.82 | 0.35 | 0 | 0.14 | 205.47 | 0.71 | 0.51 |
| Hex | 28 | 8F | DB | 52 | 23 | 0 | E | CD | 47 | 33 |
| Octal | 50 | 217 | 333 | 122 | 43 | 0 | 16 | 315 | 107 | 63 |
| Binary | 101000 | 10001111 | 11011011 | 1010010 | 100011 | 0 | 1110 | 11001101 | 1000111 | 110011 |
Color Harmonies of #288FDB
Complementary color
Monochromatic Colors of #288FDB
Black with #288FDB
Text Example
Text Example
White with #288FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FDB; }
p { color: rgb(40,143,219); }
H1.HeaderClassName
{
color: #288FDB;
}
.AnyTagClassName
{
color: #288FDB;
}
</style>
background-color css
<style>
a { background-color: #288FDB; }
a { background-color: rgb(40,143,219); }
div.DivClassName
{
background-color: #288FDB;
}
.BgClassName
{
background-color: #288FDB;
}
</style>
border-color css
<style>
span { border-color: #288FDB; }
span { border-color: rgb(40,143,219); }
td.TdClassName
{
border-color: #288FDB;
}
.TagClassName
{
border-color: #288FDB;
}
</style>