Shades of Dodger Blue #288DFD
Tints of Dodger Blue #288DFD
RGB
CMYK
RGB Variations
Color information
#288DFD (or 0x288DFD) is known color: Dodger Blue. HEX triplet: 28, 8D and FD. RGB value is (40,141,253). Sum of RGB (Red+Green+Blue) = 40+141+253=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #288DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288DFD is #D77202. Grayscale: #7B7B7B. Windows color (decimal): -14119427 or 16616744. OLE color: 16616744.
HSL color Cylindrical-coordinate representation of color #288DFD: hue angle of 211.55º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288DFD is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 141 | 253 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.01 |
| HSL | 211.55º | 0.98% | 0.57% | - |
| HSV(B) | 211.55º | 0.84% | 0.99% | - |
| XYZ | 28.13 | 26.59 | 96.58 | - |
| YUV | 123.57 | 201.04 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 253 | 0.84 | 0.44 | 0 | 0.01 | 211.55 | 0.98 | 0.57 |
| Hex | 28 | 8D | FD | 54 | 2C | 0 | 1 | D4 | 62 | 39 |
| Octal | 50 | 215 | 375 | 124 | 54 | 0 | 1 | 324 | 142 | 71 |
| Binary | 101000 | 10001101 | 11111101 | 1010100 | 101100 | 0 | 1 | 11010100 | 1100010 | 111001 |
Color Harmonies of #288DFD
Complementary color
Monochromatic Colors of #288DFD
Black with #288DFD
Text Example
Text Example
White with #288DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DFD; }
p { color: rgb(40,141,253); }
H1.HeaderClassName
{
color: #288DFD;
}
.AnyTagClassName
{
color: #288DFD;
}
</style>
background-color css
<style>
a { background-color: #288DFD; }
a { background-color: rgb(40,141,253); }
div.DivClassName
{
background-color: #288DFD;
}
.BgClassName
{
background-color: #288DFD;
}
</style>
border-color css
<style>
span { border-color: #288DFD; }
span { border-color: rgb(40,141,253); }
td.TdClassName
{
border-color: #288DFD;
}
.TagClassName
{
border-color: #288DFD;
}
</style>