Shades of Dodger Blue #287EFD
Tints of Dodger Blue #287EFD
RGB
CMYK
RGB Variations
Color information
#287EFD (or 0x287EFD) is known color: Dodger Blue. HEX triplet: 28, 7E and FD. RGB value is (40,126,253). Sum of RGB (Red+Green+Blue) = 40+126+253=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #287EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EFD is #D78102. Grayscale: #727272. Windows color (decimal): -14123267 or 16612904. OLE color: 16612904.
HSL color Cylindrical-coordinate representation of color #287EFD: hue angle of 215.77º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287EFD is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 126 | 253 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.01 |
| HSL | 215.77º | 0.98% | 0.57% | - |
| HSV(B) | 215.77º | 0.84% | 0.99% | - |
| XYZ | 26.07 | 22.46 | 95.89 | - |
| YUV | 114.76 | 206.01 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 253 | 0.84 | 0.50 | 0 | 0.01 | 215.77 | 0.98 | 0.57 |
| Hex | 28 | 7E | FD | 54 | 32 | 0 | 1 | D8 | 62 | 39 |
| Octal | 50 | 176 | 375 | 124 | 62 | 0 | 1 | 330 | 142 | 71 |
| Binary | 101000 | 1111110 | 11111101 | 1010100 | 110010 | 0 | 1 | 11011000 | 1100010 | 111001 |
Color Harmonies of #287EFD
Complementary color
Monochromatic Colors of #287EFD
Black with #287EFD
Text Example
Text Example
White with #287EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EFD; }
p { color: rgb(40,126,253); }
H1.HeaderClassName
{
color: #287EFD;
}
.AnyTagClassName
{
color: #287EFD;
}
</style>
background-color css
<style>
a { background-color: #287EFD; }
a { background-color: rgb(40,126,253); }
div.DivClassName
{
background-color: #287EFD;
}
.BgClassName
{
background-color: #287EFD;
}
</style>
border-color css
<style>
span { border-color: #287EFD; }
span { border-color: rgb(40,126,253); }
td.TdClassName
{
border-color: #287EFD;
}
.TagClassName
{
border-color: #287EFD;
}
</style>