Shades of Dodger Blue #2878FA
Tints of Dodger Blue #2878FA
RGB
CMYK
RGB Variations
Color information
#2878FA (or 0x2878FA) is known color: Dodger Blue. HEX triplet: 28, 78 and FA. RGB value is (40,120,250). Sum of RGB (Red+Green+Blue) = 40+120+250=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #2878FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2878FA is #D78705. Grayscale: #6E6E6E. Windows color (decimal): -14124806 or 16414760. OLE color: 16414760.
HSL color Cylindrical-coordinate representation of color #2878FA: hue angle of 217.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2878FA is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 120 | 250 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.02 |
| HSL | 217.14º | 0.95% | 0.57% | - |
| HSV(B) | 217.14º | 0.84% | 0.98% | - |
| XYZ | 24.85 | 20.79 | 93.15 | - |
| YUV | 110.9 | 206.5 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 250 | 0.84 | 0.52 | 0 | 0.02 | 217.14 | 0.95 | 0.57 |
| Hex | 28 | 78 | FA | 54 | 34 | 0 | 2 | D9 | 5F | 39 |
| Octal | 50 | 170 | 372 | 124 | 64 | 0 | 2 | 331 | 137 | 71 |
| Binary | 101000 | 1111000 | 11111010 | 1010100 | 110100 | 0 | 10 | 11011001 | 1011111 | 111001 |
Color Harmonies of #2878FA
Complementary color
Monochromatic Colors of #2878FA
Black with #2878FA
Text Example
Text Example
White with #2878FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878FA; }
p { color: rgb(40,120,250); }
H1.HeaderClassName
{
color: #2878FA;
}
.AnyTagClassName
{
color: #2878FA;
}
</style>
background-color css
<style>
a { background-color: #2878FA; }
a { background-color: rgb(40,120,250); }
div.DivClassName
{
background-color: #2878FA;
}
.BgClassName
{
background-color: #2878FA;
}
</style>
border-color css
<style>
span { border-color: #2878FA; }
span { border-color: rgb(40,120,250); }
td.TdClassName
{
border-color: #2878FA;
}
.TagClassName
{
border-color: #2878FA;
}
</style>