Shades of Dodger Blue #2878F8
Tints of Dodger Blue #2878F8
RGB
CMYK
RGB Variations
Color information
#2878F8 (or 0x2878F8) is known color: Dodger Blue. HEX triplet: 28, 78 and F8. RGB value is (40,120,248). Sum of RGB (Red+Green+Blue) = 40+120+248=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 248 (97.27% from 255 or 60.78% from 408); Max value from RGB is 248 - color contains mainly: blue. Hex color #2878F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2878F8 is #D78707. Grayscale: #6E6E6E. Windows color (decimal): -14124808 or 16283688. OLE color: 16283688.
HSL color Cylindrical-coordinate representation of color #2878F8: hue angle of 216.92º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2878F8 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 120 | 248 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.03 |
| HSL | 216.92º | 0.94% | 0.56% | - |
| HSV(B) | 216.92º | 0.84% | 0.97% | - |
| XYZ | 24.53 | 20.66 | 91.5 | - |
| YUV | 110.67 | 205.5 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 248 | 0.84 | 0.52 | 0 | 0.03 | 216.92 | 0.94 | 0.56 |
| Hex | 28 | 78 | F8 | 54 | 34 | 0 | 3 | D9 | 5E | 38 |
| Octal | 50 | 170 | 370 | 124 | 64 | 0 | 3 | 331 | 136 | 70 |
| Binary | 101000 | 1111000 | 11111000 | 1010100 | 110100 | 0 | 11 | 11011001 | 1011110 | 111000 |
Color Harmonies of #2878F8
Complementary color
Monochromatic Colors of #2878F8
Black with #2878F8
Text Example
Text Example
White with #2878F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878F8; }
p { color: rgb(40,120,248); }
H1.HeaderClassName
{
color: #2878F8;
}
.AnyTagClassName
{
color: #2878F8;
}
</style>
background-color css
<style>
a { background-color: #2878F8; }
a { background-color: rgb(40,120,248); }
div.DivClassName
{
background-color: #2878F8;
}
.BgClassName
{
background-color: #2878F8;
}
</style>
border-color css
<style>
span { border-color: #2878F8; }
span { border-color: rgb(40,120,248); }
td.TdClassName
{
border-color: #2878F8;
}
.TagClassName
{
border-color: #2878F8;
}
</style>