Shades of Dodger Blue #288DFF
Tints of Dodger Blue #288DFF
RGB
CMYK
RGB Variations
Color information
#288DFF (or 0x288DFF) is known color: Dodger Blue. HEX triplet: 28, 8D and FF. RGB value is (40,141,255). Sum of RGB (Red+Green+Blue) = 40+141+255=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #288DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288DFF is #D77200. Grayscale: #7B7B7B. Windows color (decimal): -14119425 or 16747816. OLE color: 16747816.
HSL color Cylindrical-coordinate representation of color #288DFF: hue angle of 211.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288DFF is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 141 | 255 | - |
| CMYK | 0.84 | 0.45 | 0 | 0 |
| HSL | 211.81º | 1% | 0.58% | - |
| HSV(B) | 211.81º | 0.84% | 1% | - |
| XYZ | 28.45 | 26.72 | 98.27 | - |
| YUV | 123.8 | 202.04 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 255 | 0.84 | 0.45 | 0 | 0 | 211.81 | 1 | 0.58 |
| Hex | 28 | 8D | FF | 54 | 2D | 0 | 0 | D4 | 64 | 3A |
| Octal | 50 | 215 | 377 | 124 | 55 | 0 | 0 | 324 | 144 | 72 |
| Binary | 101000 | 10001101 | 11111111 | 1010100 | 101101 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #288DFF
Complementary color
Monochromatic Colors of #288DFF
Black with #288DFF
Text Example
Text Example
White with #288DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DFF; }
p { color: rgb(40,141,255); }
H1.HeaderClassName
{
color: #288DFF;
}
.AnyTagClassName
{
color: #288DFF;
}
</style>
background-color css
<style>
a { background-color: #288DFF; }
a { background-color: rgb(40,141,255); }
div.DivClassName
{
background-color: #288DFF;
}
.BgClassName
{
background-color: #288DFF;
}
</style>
border-color css
<style>
span { border-color: #288DFF; }
span { border-color: rgb(40,141,255); }
td.TdClassName
{
border-color: #288DFF;
}
.TagClassName
{
border-color: #288DFF;
}
</style>