Shades of Dodger Blue #2878F4
Tints of Dodger Blue #2878F4
RGB
CMYK
RGB Variations
Color information
#2878F4 (or 0x2878F4) is known color: Dodger Blue. HEX triplet: 28, 78 and F4. RGB value is (40,120,244). Sum of RGB (Red+Green+Blue) = 40+120+244=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 244 (95.70% from 255 or 60.40% from 404); Max value from RGB is 244 - color contains mainly: blue. Hex color #2878F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2878F4 is #D7870B. Grayscale: #6D6D6D. Windows color (decimal): -14124812 or 16021544. OLE color: 16021544.
HSL color Cylindrical-coordinate representation of color #2878F4: hue angle of 216.47º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2878F4 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 120 | 244 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.04 |
| HSL | 216.47º | 0.9% | 0.56% | - |
| HSV(B) | 216.47º | 0.84% | 0.96% | - |
| XYZ | 23.92 | 20.42 | 88.27 | - |
| YUV | 110.22 | 203.5 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 244 | 0.84 | 0.51 | 0 | 0.04 | 216.47 | 0.9 | 0.56 |
| Hex | 28 | 78 | F4 | 54 | 33 | 0 | 4 | D8 | 5A | 38 |
| Octal | 50 | 170 | 364 | 124 | 63 | 0 | 4 | 330 | 132 | 70 |
| Binary | 101000 | 1111000 | 11110100 | 1010100 | 110011 | 0 | 100 | 11011000 | 1011010 | 111000 |
Color Harmonies of #2878F4
Complementary color
Monochromatic Colors of #2878F4
Black with #2878F4
Text Example
Text Example
White with #2878F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878F4; }
p { color: rgb(40,120,244); }
H1.HeaderClassName
{
color: #2878F4;
}
.AnyTagClassName
{
color: #2878F4;
}
</style>
background-color css
<style>
a { background-color: #2878F4; }
a { background-color: rgb(40,120,244); }
div.DivClassName
{
background-color: #2878F4;
}
.BgClassName
{
background-color: #2878F4;
}
</style>
border-color css
<style>
span { border-color: #2878F4; }
span { border-color: rgb(40,120,244); }
td.TdClassName
{
border-color: #2878F4;
}
.TagClassName
{
border-color: #2878F4;
}
</style>