Shades of Dodger Blue #287BEF
Tints of Dodger Blue #287BEF
RGB
CMYK
RGB Variations
Color information
#287BEF (or 0x287BEF) is known color: Dodger Blue. HEX triplet: 28, 7B and EF. RGB value is (40,123,239). Sum of RGB (Red+Green+Blue) = 40+123+239=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #287BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287BEF is #D78410. Grayscale: #6E6E6E. Windows color (decimal): -14124049 or 15694632. OLE color: 15694632.
HSL color Cylindrical-coordinate representation of color #287BEF: hue angle of 214.97º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287BEF is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 123 | 239 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.06 |
| HSL | 214.97º | 0.86% | 0.55% | - |
| HSV(B) | 214.97º | 0.83% | 0.94% | - |
| XYZ | 23.54 | 20.85 | 84.45 | - |
| YUV | 111.41 | 200 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 239 | 0.83 | 0.49 | 0 | 0.06 | 214.97 | 0.86 | 0.55 |
| Hex | 28 | 7B | EF | 53 | 31 | 0 | 6 | D7 | 56 | 37 |
| Octal | 50 | 173 | 357 | 123 | 61 | 0 | 6 | 327 | 126 | 67 |
| Binary | 101000 | 1111011 | 11101111 | 1010011 | 110001 | 0 | 110 | 11010111 | 1010110 | 110111 |
Color Harmonies of #287BEF
Complementary color
Monochromatic Colors of #287BEF
Black with #287BEF
Text Example
Text Example
White with #287BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BEF; }
p { color: rgb(40,123,239); }
H1.HeaderClassName
{
color: #287BEF;
}
.AnyTagClassName
{
color: #287BEF;
}
</style>
background-color css
<style>
a { background-color: #287BEF; }
a { background-color: rgb(40,123,239); }
div.DivClassName
{
background-color: #287BEF;
}
.BgClassName
{
background-color: #287BEF;
}
</style>
border-color css
<style>
span { border-color: #287BEF; }
span { border-color: rgb(40,123,239); }
td.TdClassName
{
border-color: #287BEF;
}
.TagClassName
{
border-color: #287BEF;
}
</style>