Shades of Dodger Blue #287EF8
Tints of Dodger Blue #287EF8
RGB
CMYK
RGB Variations
Color information
#287EF8 (or 0x287EF8) is known color: Dodger Blue. HEX triplet: 28, 7E and F8. RGB value is (40,126,248). Sum of RGB (Red+Green+Blue) = 40+126+248=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #287EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EF8 is #D78107. Grayscale: #717171. Windows color (decimal): -14123272 or 16285224. OLE color: 16285224.
HSL color Cylindrical-coordinate representation of color #287EF8: hue angle of 215.19º 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 #287EF8 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 126 | 248 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.03 |
| HSL | 215.19º | 0.94% | 0.56% | - |
| HSV(B) | 215.19º | 0.84% | 0.97% | - |
| XYZ | 25.28 | 22.15 | 91.75 | - |
| YUV | 114.19 | 203.51 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 248 | 0.84 | 0.49 | 0 | 0.03 | 215.19 | 0.94 | 0.56 |
| Hex | 28 | 7E | F8 | 54 | 31 | 0 | 3 | D7 | 5E | 38 |
| Octal | 50 | 176 | 370 | 124 | 61 | 0 | 3 | 327 | 136 | 70 |
| Binary | 101000 | 1111110 | 11111000 | 1010100 | 110001 | 0 | 11 | 11010111 | 1011110 | 111000 |
Color Harmonies of #287EF8
Complementary color
Monochromatic Colors of #287EF8
Black with #287EF8
Text Example
Text Example
White with #287EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EF8; }
p { color: rgb(40,126,248); }
H1.HeaderClassName
{
color: #287EF8;
}
.AnyTagClassName
{
color: #287EF8;
}
</style>
background-color css
<style>
a { background-color: #287EF8; }
a { background-color: rgb(40,126,248); }
div.DivClassName
{
background-color: #287EF8;
}
.BgClassName
{
background-color: #287EF8;
}
</style>
border-color css
<style>
span { border-color: #287EF8; }
span { border-color: rgb(40,126,248); }
td.TdClassName
{
border-color: #287EF8;
}
.TagClassName
{
border-color: #287EF8;
}
</style>