Shades of Dodger Blue #287EEE
Tints of Dodger Blue #287EEE
RGB
CMYK
RGB Variations
Color information
#287EEE (or 0x287EEE) is known color: Dodger Blue. HEX triplet: 28, 7E and EE. RGB value is (40,126,238). Sum of RGB (Red+Green+Blue) = 40+126+238=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #287EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EEE is #D78111. Grayscale: #707070. Windows color (decimal): -14123282 or 15629864. OLE color: 15629864.
HSL color Cylindrical-coordinate representation of color #287EEE: hue angle of 213.94º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287EEE is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 126 | 238 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.07 |
| HSL | 213.94º | 0.85% | 0.55% | - |
| HSV(B) | 213.94º | 0.83% | 0.93% | - |
| XYZ | 23.77 | 21.55 | 83.79 | - |
| YUV | 113.05 | 198.51 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 238 | 0.83 | 0.47 | 0 | 0.07 | 213.94 | 0.85 | 0.55 |
| Hex | 28 | 7E | EE | 53 | 2F | 0 | 7 | D6 | 55 | 37 |
| Octal | 50 | 176 | 356 | 123 | 57 | 0 | 7 | 326 | 125 | 67 |
| Binary | 101000 | 1111110 | 11101110 | 1010011 | 101111 | 0 | 111 | 11010110 | 1010101 | 110111 |
Color Harmonies of #287EEE
Complementary color
Monochromatic Colors of #287EEE
Black with #287EEE
Text Example
Text Example
White with #287EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EEE; }
p { color: rgb(40,126,238); }
H1.HeaderClassName
{
color: #287EEE;
}
.AnyTagClassName
{
color: #287EEE;
}
</style>
background-color css
<style>
a { background-color: #287EEE; }
a { background-color: rgb(40,126,238); }
div.DivClassName
{
background-color: #287EEE;
}
.BgClassName
{
background-color: #287EEE;
}
</style>
border-color css
<style>
span { border-color: #287EEE; }
span { border-color: rgb(40,126,238); }
td.TdClassName
{
border-color: #287EEE;
}
.TagClassName
{
border-color: #287EEE;
}
</style>