Shades of Dodger Blue #288BF8
Tints of Dodger Blue #288BF8
RGB
CMYK
RGB Variations
Color information
#288BF8 (or 0x288BF8) is known color: Dodger Blue. HEX triplet: 28, 8B and F8. RGB value is (40,139,248). Sum of RGB (Red+Green+Blue) = 40+139+248=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #288BF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288BF8 is #D77407. Grayscale: #797979. Windows color (decimal): -14119944 or 16288552. OLE color: 16288552.
HSL color Cylindrical-coordinate representation of color #288BF8: hue angle of 211.44º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288BF8 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 139 | 248 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.03 |
| HSL | 211.44º | 0.94% | 0.56% | - |
| HSV(B) | 211.44º | 0.84% | 0.97% | - |
| XYZ | 27.05 | 25.69 | 92.34 | - |
| YUV | 121.83 | 199.2 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 248 | 0.84 | 0.44 | 0 | 0.03 | 211.44 | 0.94 | 0.56 |
| Hex | 28 | 8B | F8 | 54 | 2C | 0 | 3 | D3 | 5E | 38 |
| Octal | 50 | 213 | 370 | 124 | 54 | 0 | 3 | 323 | 136 | 70 |
| Binary | 101000 | 10001011 | 11111000 | 1010100 | 101100 | 0 | 11 | 11010011 | 1011110 | 111000 |
Color Harmonies of #288BF8
Complementary color
Monochromatic Colors of #288BF8
Black with #288BF8
Text Example
Text Example
White with #288BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BF8; }
p { color: rgb(40,139,248); }
H1.HeaderClassName
{
color: #288BF8;
}
.AnyTagClassName
{
color: #288BF8;
}
</style>
background-color css
<style>
a { background-color: #288BF8; }
a { background-color: rgb(40,139,248); }
div.DivClassName
{
background-color: #288BF8;
}
.BgClassName
{
background-color: #288BF8;
}
</style>
border-color css
<style>
span { border-color: #288BF8; }
span { border-color: rgb(40,139,248); }
td.TdClassName
{
border-color: #288BF8;
}
.TagClassName
{
border-color: #288BF8;
}
</style>