Shades of Dodger Blue #287EFF
Tints of Dodger Blue #287EFF
RGB
CMYK
RGB Variations
Color information
#287EFF (or 0x287EFF) is known color: Dodger Blue. HEX triplet: 28, 7E and FF. RGB value is (40,126,255). Sum of RGB (Red+Green+Blue) = 40+126+255=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #287EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EFF is #D78100. Grayscale: #727272. Windows color (decimal): -14123265 or 16743976. OLE color: 16743976.
HSL color Cylindrical-coordinate representation of color #287EFF: hue angle of 216º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287EFF is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 126 | 255 | - |
| CMYK | 0.84 | 0.51 | 0 | 0 |
| HSL | 216º | 1% | 0.58% | - |
| HSV(B) | 216º | 0.84% | 1% | - |
| XYZ | 26.39 | 22.59 | 97.58 | - |
| YUV | 114.99 | 207.01 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 255 | 0.84 | 0.51 | 0 | 0 | 216 | 1 | 0.58 |
| Hex | 28 | 7E | FF | 54 | 33 | 0 | 0 | D8 | 64 | 3A |
| Octal | 50 | 176 | 377 | 124 | 63 | 0 | 0 | 330 | 144 | 72 |
| Binary | 101000 | 1111110 | 11111111 | 1010100 | 110011 | 0 | 0 | 11011000 | 1100100 | 111010 |
Color Harmonies of #287EFF
Complementary color
Monochromatic Colors of #287EFF
Black with #287EFF
Text Example
Text Example
White with #287EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EFF; }
p { color: rgb(40,126,255); }
H1.HeaderClassName
{
color: #287EFF;
}
.AnyTagClassName
{
color: #287EFF;
}
</style>
background-color css
<style>
a { background-color: #287EFF; }
a { background-color: rgb(40,126,255); }
div.DivClassName
{
background-color: #287EFF;
}
.BgClassName
{
background-color: #287EFF;
}
</style>
border-color css
<style>
span { border-color: #287EFF; }
span { border-color: rgb(40,126,255); }
td.TdClassName
{
border-color: #287EFF;
}
.TagClassName
{
border-color: #287EFF;
}
</style>