Shades of Dodger Blue #287EEB
Tints of Dodger Blue #287EEB
RGB
CMYK
RGB Variations
Color information
#287EEB (or 0x287EEB) is known color: Dodger Blue. HEX triplet: 28, 7E and EB. RGB value is (40,126,235). Sum of RGB (Red+Green+Blue) = 40+126+235=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #287EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287EEB is #D78114. Grayscale: #707070. Windows color (decimal): -14123285 or 15433256. OLE color: 15433256.
HSL color Cylindrical-coordinate representation of color #287EEB: hue angle of 213.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #287EEB is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 126 | 235 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.08 |
| HSL | 213.54º | 0.83% | 0.54% | - |
| HSV(B) | 213.54º | 0.83% | 0.92% | - |
| XYZ | 23.33 | 21.37 | 81.49 | - |
| YUV | 112.71 | 197.01 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 126 | 235 | 0.83 | 0.46 | 0 | 0.08 | 213.54 | 0.83 | 0.54 |
| Hex | 28 | 7E | EB | 53 | 2E | 0 | 8 | D6 | 53 | 36 |
| Octal | 50 | 176 | 353 | 123 | 56 | 0 | 10 | 326 | 123 | 66 |
| Binary | 101000 | 1111110 | 11101011 | 1010011 | 101110 | 0 | 1000 | 11010110 | 1010011 | 110110 |
Color Harmonies of #287EEB
Complementary color
Monochromatic Colors of #287EEB
Black with #287EEB
Text Example
Text Example
White with #287EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287EEB; }
p { color: rgb(40,126,235); }
H1.HeaderClassName
{
color: #287EEB;
}
.AnyTagClassName
{
color: #287EEB;
}
</style>
background-color css
<style>
a { background-color: #287EEB; }
a { background-color: rgb(40,126,235); }
div.DivClassName
{
background-color: #287EEB;
}
.BgClassName
{
background-color: #287EEB;
}
</style>
border-color css
<style>
span { border-color: #287EEB; }
span { border-color: rgb(40,126,235); }
td.TdClassName
{
border-color: #287EEB;
}
.TagClassName
{
border-color: #287EEB;
}
</style>