Shades of Dodger Blue #2895EF
Tints of Dodger Blue #2895EF
RGB
CMYK
RGB Variations
Color information
#2895EF (or 0x2895EF) is known color: Dodger Blue. HEX triplet: 28, 95 and EF. RGB value is (40,149,239). Sum of RGB (Red+Green+Blue) = 40+149+239=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #2895EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2895EF is #D76A10. Grayscale: #7E7E7E. Windows color (decimal): -14117393 or 15701288. OLE color: 15701288.
HSL color Cylindrical-coordinate representation of color #2895EF: hue angle of 207.14º 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 #2895EF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 149 | 239 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.06 |
| HSL | 207.14º | 0.86% | 0.55% | - |
| HSV(B) | 207.14º | 0.83% | 0.94% | - |
| XYZ | 27.2 | 28.18 | 85.67 | - |
| YUV | 126.67 | 191.39 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 239 | 0.83 | 0.38 | 0 | 0.06 | 207.14 | 0.86 | 0.55 |
| Hex | 28 | 95 | EF | 53 | 26 | 0 | 6 | CF | 56 | 37 |
| Octal | 50 | 225 | 357 | 123 | 46 | 0 | 6 | 317 | 126 | 67 |
| Binary | 101000 | 10010101 | 11101111 | 1010011 | 100110 | 0 | 110 | 11001111 | 1010110 | 110111 |
Color Harmonies of #2895EF
Complementary color
Monochromatic Colors of #2895EF
Black with #2895EF
Text Example
Text Example
White with #2895EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895EF; }
p { color: rgb(40,149,239); }
H1.HeaderClassName
{
color: #2895EF;
}
.AnyTagClassName
{
color: #2895EF;
}
</style>
background-color css
<style>
a { background-color: #2895EF; }
a { background-color: rgb(40,149,239); }
div.DivClassName
{
background-color: #2895EF;
}
.BgClassName
{
background-color: #2895EF;
}
</style>
border-color css
<style>
span { border-color: #2895EF; }
span { border-color: rgb(40,149,239); }
td.TdClassName
{
border-color: #2895EF;
}
.TagClassName
{
border-color: #2895EF;
}
</style>