Shades of Dodger Blue #2878ED
Tints of Dodger Blue #2878ED
RGB
CMYK
RGB Variations
Color information
#2878ED (or 0x2878ED) is known color: Dodger Blue. HEX triplet: 28, 78 and ED. RGB value is (40,120,237). Sum of RGB (Red+Green+Blue) = 40+120+237=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #2878ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2878ED is #D78712. Grayscale: #6C6C6C. Windows color (decimal): -14124819 or 15562792. OLE color: 15562792.
HSL color Cylindrical-coordinate representation of color #2878ED: hue angle of 215.63º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2878ED is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 120 | 237 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.07 |
| HSL | 215.63º | 0.85% | 0.54% | - |
| HSV(B) | 215.63º | 0.83% | 0.93% | - |
| XYZ | 22.88 | 20 | 82.78 | - |
| YUV | 109.42 | 200 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 237 | 0.83 | 0.49 | 0 | 0.07 | 215.63 | 0.85 | 0.54 |
| Hex | 28 | 78 | ED | 53 | 31 | 0 | 7 | D8 | 55 | 36 |
| Octal | 50 | 170 | 355 | 123 | 61 | 0 | 7 | 330 | 125 | 66 |
| Binary | 101000 | 1111000 | 11101101 | 1010011 | 110001 | 0 | 111 | 11011000 | 1010101 | 110110 |
Color Harmonies of #2878ED
Complementary color
Monochromatic Colors of #2878ED
Black with #2878ED
Text Example
Text Example
White with #2878ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878ED; }
p { color: rgb(40,120,237); }
H1.HeaderClassName
{
color: #2878ED;
}
.AnyTagClassName
{
color: #2878ED;
}
</style>
background-color css
<style>
a { background-color: #2878ED; }
a { background-color: rgb(40,120,237); }
div.DivClassName
{
background-color: #2878ED;
}
.BgClassName
{
background-color: #2878ED;
}
</style>
border-color css
<style>
span { border-color: #2878ED; }
span { border-color: rgb(40,120,237); }
td.TdClassName
{
border-color: #2878ED;
}
.TagClassName
{
border-color: #2878ED;
}
</style>