Shades of Dodger Blue #288DDF
Tints of Dodger Blue #288DDF
RGB
CMYK
RGB Variations
Color information
#288DDF (or 0x288DDF) is known color: Dodger Blue. HEX triplet: 28, 8D and DF. RGB value is (40,141,223). Sum of RGB (Red+Green+Blue) = 40+141+223=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #288DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DDF is #D77220. Grayscale: #777777. Windows color (decimal): -14119457 or 14650664. OLE color: 14650664.
HSL color Cylindrical-coordinate representation of color #288DDF: hue angle of 206.89º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288DDF is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 141 | 223 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.13 |
| HSL | 206.89º | 0.74% | 0.52% | - |
| HSV(B) | 206.89º | 0.82% | 0.87% | - |
| XYZ | 23.72 | 24.83 | 73.35 | - |
| YUV | 120.15 | 186.04 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 223 | 0.82 | 0.37 | 0 | 0.13 | 206.89 | 0.74 | 0.52 |
| Hex | 28 | 8D | DF | 52 | 25 | 0 | D | CF | 4A | 34 |
| Octal | 50 | 215 | 337 | 122 | 45 | 0 | 15 | 317 | 112 | 64 |
| Binary | 101000 | 10001101 | 11011111 | 1010010 | 100101 | 0 | 1101 | 11001111 | 1001010 | 110100 |
Color Harmonies of #288DDF
Complementary color
Monochromatic Colors of #288DDF
Black with #288DDF
Text Example
Text Example
White with #288DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DDF; }
p { color: rgb(40,141,223); }
H1.HeaderClassName
{
color: #288DDF;
}
.AnyTagClassName
{
color: #288DDF;
}
</style>
background-color css
<style>
a { background-color: #288DDF; }
a { background-color: rgb(40,141,223); }
div.DivClassName
{
background-color: #288DDF;
}
.BgClassName
{
background-color: #288DDF;
}
</style>
border-color css
<style>
span { border-color: #288DDF; }
span { border-color: rgb(40,141,223); }
td.TdClassName
{
border-color: #288DDF;
}
.TagClassName
{
border-color: #288DDF;
}
</style>