Shades of Dodger Blue #287DED
Tints of Dodger Blue #287DED
RGB
CMYK
RGB Variations
Color information
#287DED (or 0x287DED) is known color: Dodger Blue. HEX triplet: 28, 7D and ED. RGB value is (40,125,237). Sum of RGB (Red+Green+Blue) = 40+125+237=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #287DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287DED is #D78212. Grayscale: #6F6F6F. Windows color (decimal): -14123539 or 15564072. OLE color: 15564072.
HSL color Cylindrical-coordinate representation of color #287DED: hue angle of 214.11º degrees, saturation: 0.85, 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 #287DED is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 125 | 237 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.07 |
| HSL | 214.11º | 0.85% | 0.54% | - |
| HSV(B) | 214.11º | 0.83% | 0.93% | - |
| XYZ | 23.49 | 21.23 | 82.98 | - |
| YUV | 112.35 | 198.34 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 237 | 0.83 | 0.47 | 0 | 0.07 | 214.11 | 0.85 | 0.54 |
| Hex | 28 | 7D | ED | 53 | 2F | 0 | 7 | D6 | 55 | 36 |
| Octal | 50 | 175 | 355 | 123 | 57 | 0 | 7 | 326 | 125 | 66 |
| Binary | 101000 | 1111101 | 11101101 | 1010011 | 101111 | 0 | 111 | 11010110 | 1010101 | 110110 |
Color Harmonies of #287DED
Complementary color
Monochromatic Colors of #287DED
Black with #287DED
Text Example
Text Example
White with #287DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DED; }
p { color: rgb(40,125,237); }
H1.HeaderClassName
{
color: #287DED;
}
.AnyTagClassName
{
color: #287DED;
}
</style>
background-color css
<style>
a { background-color: #287DED; }
a { background-color: rgb(40,125,237); }
div.DivClassName
{
background-color: #287DED;
}
.BgClassName
{
background-color: #287DED;
}
</style>
border-color css
<style>
span { border-color: #287DED; }
span { border-color: rgb(40,125,237); }
td.TdClassName
{
border-color: #287DED;
}
.TagClassName
{
border-color: #287DED;
}
</style>