Shades of Dodger Blue #2878EE
Tints of Dodger Blue #2878EE
RGB
CMYK
RGB Variations
Color information
#2878EE (or 0x2878EE) is known color: Dodger Blue. HEX triplet: 28, 78 and EE. RGB value is (40,120,238). Sum of RGB (Red+Green+Blue) = 40+120+238=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #2878EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2878EE is #D78711. Grayscale: #6C6C6C. Windows color (decimal): -14124818 or 15628328. OLE color: 15628328.
HSL color Cylindrical-coordinate representation of color #2878EE: hue angle of 215.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2878EE is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 120 | 238 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.07 |
| HSL | 215.76º | 0.85% | 0.55% | - |
| HSV(B) | 215.76º | 0.83% | 0.93% | - |
| XYZ | 23.02 | 20.06 | 83.55 | - |
| YUV | 109.53 | 200.5 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 238 | 0.83 | 0.50 | 0 | 0.07 | 215.76 | 0.85 | 0.55 |
| Hex | 28 | 78 | EE | 53 | 32 | 0 | 7 | D8 | 55 | 37 |
| Octal | 50 | 170 | 356 | 123 | 62 | 0 | 7 | 330 | 125 | 67 |
| Binary | 101000 | 1111000 | 11101110 | 1010011 | 110010 | 0 | 111 | 11011000 | 1010101 | 110111 |
Color Harmonies of #2878EE
Complementary color
Monochromatic Colors of #2878EE
Black with #2878EE
Text Example
Text Example
White with #2878EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878EE; }
p { color: rgb(40,120,238); }
H1.HeaderClassName
{
color: #2878EE;
}
.AnyTagClassName
{
color: #2878EE;
}
</style>
background-color css
<style>
a { background-color: #2878EE; }
a { background-color: rgb(40,120,238); }
div.DivClassName
{
background-color: #2878EE;
}
.BgClassName
{
background-color: #2878EE;
}
</style>
border-color css
<style>
span { border-color: #2878EE; }
span { border-color: rgb(40,120,238); }
td.TdClassName
{
border-color: #2878EE;
}
.TagClassName
{
border-color: #2878EE;
}
</style>