Shades of Dodger Blue #287DF8
Tints of Dodger Blue #287DF8
RGB
CMYK
RGB Variations
Color information
#287DF8 (or 0x287DF8) is known color: Dodger Blue. HEX triplet: 28, 7D and F8. RGB value is (40,125,248). Sum of RGB (Red+Green+Blue) = 40+125+248=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #287DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287DF8 is #D78207. Grayscale: #717171. Windows color (decimal): -14123528 or 16284968. OLE color: 16284968.
HSL color Cylindrical-coordinate representation of color #287DF8: hue angle of 215.48º 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 #287DF8 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 125 | 248 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.03 |
| HSL | 215.48º | 0.94% | 0.56% | - |
| HSV(B) | 215.48º | 0.84% | 0.97% | - |
| XYZ | 25.15 | 21.9 | 91.71 | - |
| YUV | 113.61 | 203.84 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 248 | 0.84 | 0.50 | 0 | 0.03 | 215.48 | 0.94 | 0.56 |
| Hex | 28 | 7D | F8 | 54 | 32 | 0 | 3 | D7 | 5E | 38 |
| Octal | 50 | 175 | 370 | 124 | 62 | 0 | 3 | 327 | 136 | 70 |
| Binary | 101000 | 1111101 | 11111000 | 1010100 | 110010 | 0 | 11 | 11010111 | 1011110 | 111000 |
Color Harmonies of #287DF8
Complementary color
Monochromatic Colors of #287DF8
Black with #287DF8
Text Example
Text Example
White with #287DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DF8; }
p { color: rgb(40,125,248); }
H1.HeaderClassName
{
color: #287DF8;
}
.AnyTagClassName
{
color: #287DF8;
}
</style>
background-color css
<style>
a { background-color: #287DF8; }
a { background-color: rgb(40,125,248); }
div.DivClassName
{
background-color: #287DF8;
}
.BgClassName
{
background-color: #287DF8;
}
</style>
border-color css
<style>
span { border-color: #287DF8; }
span { border-color: rgb(40,125,248); }
td.TdClassName
{
border-color: #287DF8;
}
.TagClassName
{
border-color: #287DF8;
}
</style>