Shades of Dodger Blue #2878FD
Tints of Dodger Blue #2878FD
RGB
CMYK
RGB Variations
Color information
#2878FD (or 0x2878FD) is known color: Dodger Blue. HEX triplet: 28, 78 and FD. RGB value is (40,120,253). Sum of RGB (Red+Green+Blue) = 40+120+253=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #2878FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2878FD is #D78702. Grayscale: #6E6E6E. Windows color (decimal): -14124803 or 16611368. OLE color: 16611368.
HSL color Cylindrical-coordinate representation of color #2878FD: hue angle of 217.46º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2878FD is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 120 | 253 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.01 |
| HSL | 217.46º | 0.98% | 0.57% | - |
| HSV(B) | 217.46º | 0.84% | 0.99% | - |
| XYZ | 25.32 | 20.98 | 95.64 | - |
| YUV | 111.24 | 208 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 253 | 0.84 | 0.53 | 0 | 0.01 | 217.46 | 0.98 | 0.57 |
| Hex | 28 | 78 | FD | 54 | 35 | 0 | 1 | D9 | 62 | 39 |
| Octal | 50 | 170 | 375 | 124 | 65 | 0 | 1 | 331 | 142 | 71 |
| Binary | 101000 | 1111000 | 11111101 | 1010100 | 110101 | 0 | 1 | 11011001 | 1100010 | 111001 |
Color Harmonies of #2878FD
Complementary color
Monochromatic Colors of #2878FD
Black with #2878FD
Text Example
Text Example
White with #2878FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878FD; }
p { color: rgb(40,120,253); }
H1.HeaderClassName
{
color: #2878FD;
}
.AnyTagClassName
{
color: #2878FD;
}
</style>
background-color css
<style>
a { background-color: #2878FD; }
a { background-color: rgb(40,120,253); }
div.DivClassName
{
background-color: #2878FD;
}
.BgClassName
{
background-color: #2878FD;
}
</style>
border-color css
<style>
span { border-color: #2878FD; }
span { border-color: rgb(40,120,253); }
td.TdClassName
{
border-color: #2878FD;
}
.TagClassName
{
border-color: #2878FD;
}
</style>