Shades of Dodger Blue #2896EF
Tints of Dodger Blue #2896EF
RGB
CMYK
RGB Variations
Color information
#2896EF (or 0x2896EF) is known color: Dodger Blue. HEX triplet: 28, 96 and EF. RGB value is (40,150,239). Sum of RGB (Red+Green+Blue) = 40+150+239=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #2896EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2896EF is #D76910. Grayscale: #7E7E7E. Windows color (decimal): -14117137 or 15701544. OLE color: 15701544.
HSL color Cylindrical-coordinate representation of color #2896EF: hue angle of 206.83º 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 #2896EF is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 150 | 239 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.06 |
| HSL | 206.83º | 0.86% | 0.55% | - |
| HSV(B) | 206.83º | 0.83% | 0.94% | - |
| XYZ | 27.36 | 28.5 | 85.72 | - |
| YUV | 127.26 | 191.06 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 239 | 0.83 | 0.37 | 0 | 0.06 | 206.83 | 0.86 | 0.55 |
| Hex | 28 | 96 | EF | 53 | 25 | 0 | 6 | CF | 56 | 37 |
| Octal | 50 | 226 | 357 | 123 | 45 | 0 | 6 | 317 | 126 | 67 |
| Binary | 101000 | 10010110 | 11101111 | 1010011 | 100101 | 0 | 110 | 11001111 | 1010110 | 110111 |
Color Harmonies of #2896EF
Complementary color
Monochromatic Colors of #2896EF
Black with #2896EF
Text Example
Text Example
White with #2896EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2896EF; }
p { color: rgb(40,150,239); }
H1.HeaderClassName
{
color: #2896EF;
}
.AnyTagClassName
{
color: #2896EF;
}
</style>
background-color css
<style>
a { background-color: #2896EF; }
a { background-color: rgb(40,150,239); }
div.DivClassName
{
background-color: #2896EF;
}
.BgClassName
{
background-color: #2896EF;
}
</style>
border-color css
<style>
span { border-color: #2896EF; }
span { border-color: rgb(40,150,239); }
td.TdClassName
{
border-color: #2896EF;
}
.TagClassName
{
border-color: #2896EF;
}
</style>