Shades of Dodger Blue #287EEC
Tints of Dodger Blue #287EEC
RGB
CMYK
RGB Variations
Color information
#287EEC (or 0x287EEC) is known color: Dodger Blue. HEX triplet: 28, 7E and EC. RGB value is (40,126,236). Sum of RGB (Red+Green+Blue) = 40+126+236=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #287EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EEC is #D78113. Grayscale: #707070. Windows color (decimal): -14123284 or 15498792. OLE color: 15498792.
HSL color Cylindrical-coordinate representation of color #287EEC: hue angle of 213.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287EEC is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 126 | 236 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.07 |
| HSL | 213.67º | 0.84% | 0.54% | - |
| HSV(B) | 213.67º | 0.83% | 0.93% | - |
| XYZ | 23.48 | 21.43 | 82.26 | - |
| YUV | 112.83 | 197.51 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 236 | 0.83 | 0.47 | 0 | 0.07 | 213.67 | 0.84 | 0.54 |
| Hex | 28 | 7E | EC | 53 | 2F | 0 | 7 | D6 | 54 | 36 |
| Octal | 50 | 176 | 354 | 123 | 57 | 0 | 7 | 326 | 124 | 66 |
| Binary | 101000 | 1111110 | 11101100 | 1010011 | 101111 | 0 | 111 | 11010110 | 1010100 | 110110 |
Color Harmonies of #287EEC
Complementary color
Monochromatic Colors of #287EEC
Black with #287EEC
Text Example
Text Example
White with #287EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EEC; }
p { color: rgb(40,126,236); }
H1.HeaderClassName
{
color: #287EEC;
}
.AnyTagClassName
{
color: #287EEC;
}
</style>
background-color css
<style>
a { background-color: #287EEC; }
a { background-color: rgb(40,126,236); }
div.DivClassName
{
background-color: #287EEC;
}
.BgClassName
{
background-color: #287EEC;
}
</style>
border-color css
<style>
span { border-color: #287EEC; }
span { border-color: rgb(40,126,236); }
td.TdClassName
{
border-color: #287EEC;
}
.TagClassName
{
border-color: #287EEC;
}
</style>