Shades of Dodger Blue #287FF8
Tints of Dodger Blue #287FF8
RGB
CMYK
RGB Variations
Color information
#287FF8 (or 0x287FF8) is known color: Dodger Blue. HEX triplet: 28, 7F and F8. RGB value is (40,127,248). Sum of RGB (Red+Green+Blue) = 40+127+248=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #287FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287FF8 is #D78007. Grayscale: #727272. Windows color (decimal): -14123016 or 16285480. OLE color: 16285480.
HSL color Cylindrical-coordinate representation of color #287FF8: hue angle of 214.9º 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 #287FF8 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 127 | 248 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.03 |
| HSL | 214.9º | 0.94% | 0.56% | - |
| HSV(B) | 214.9º | 0.84% | 0.97% | - |
| XYZ | 25.41 | 22.41 | 91.79 | - |
| YUV | 114.78 | 203.18 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 248 | 0.84 | 0.49 | 0 | 0.03 | 214.9 | 0.94 | 0.56 |
| Hex | 28 | 7F | F8 | 54 | 31 | 0 | 3 | D7 | 5E | 38 |
| Octal | 50 | 177 | 370 | 124 | 61 | 0 | 3 | 327 | 136 | 70 |
| Binary | 101000 | 1111111 | 11111000 | 1010100 | 110001 | 0 | 11 | 11010111 | 1011110 | 111000 |
Color Harmonies of #287FF8
Complementary color
Monochromatic Colors of #287FF8
Black with #287FF8
Text Example
Text Example
White with #287FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FF8; }
p { color: rgb(40,127,248); }
H1.HeaderClassName
{
color: #287FF8;
}
.AnyTagClassName
{
color: #287FF8;
}
</style>
background-color css
<style>
a { background-color: #287FF8; }
a { background-color: rgb(40,127,248); }
div.DivClassName
{
background-color: #287FF8;
}
.BgClassName
{
background-color: #287FF8;
}
</style>
border-color css
<style>
span { border-color: #287FF8; }
span { border-color: rgb(40,127,248); }
td.TdClassName
{
border-color: #287FF8;
}
.TagClassName
{
border-color: #287FF8;
}
</style>