Shades of Dodger Blue #287BED
Tints of Dodger Blue #287BED
RGB
CMYK
RGB Variations
Color information
#287BED (or 0x287BED) is known color: Dodger Blue. HEX triplet: 28, 7B and ED. RGB value is (40,123,237). Sum of RGB (Red+Green+Blue) = 40+123+237=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #287BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287BED is #D78412. Grayscale: #6E6E6E. Windows color (decimal): -14124051 or 15563560. OLE color: 15563560.
HSL color Cylindrical-coordinate representation of color #287BED: hue angle of 214.72º 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 #287BED is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 123 | 237 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.07 |
| HSL | 214.72º | 0.85% | 0.54% | - |
| HSV(B) | 214.72º | 0.83% | 0.93% | - |
| XYZ | 23.24 | 20.73 | 82.9 | - |
| YUV | 111.18 | 199 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 237 | 0.83 | 0.48 | 0 | 0.07 | 214.72 | 0.85 | 0.54 |
| Hex | 28 | 7B | ED | 53 | 30 | 0 | 7 | D7 | 55 | 36 |
| Octal | 50 | 173 | 355 | 123 | 60 | 0 | 7 | 327 | 125 | 66 |
| Binary | 101000 | 1111011 | 11101101 | 1010011 | 110000 | 0 | 111 | 11010111 | 1010101 | 110110 |
Color Harmonies of #287BED
Complementary color
Monochromatic Colors of #287BED
Black with #287BED
Text Example
Text Example
White with #287BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BED; }
p { color: rgb(40,123,237); }
H1.HeaderClassName
{
color: #287BED;
}
.AnyTagClassName
{
color: #287BED;
}
</style>
background-color css
<style>
a { background-color: #287BED; }
a { background-color: rgb(40,123,237); }
div.DivClassName
{
background-color: #287BED;
}
.BgClassName
{
background-color: #287BED;
}
</style>
border-color css
<style>
span { border-color: #287BED; }
span { border-color: rgb(40,123,237); }
td.TdClassName
{
border-color: #287BED;
}
.TagClassName
{
border-color: #287BED;
}
</style>