Shades of Dodger Blue #2879FF
Tints of Dodger Blue #2879FF
RGB
CMYK
RGB Variations
Color information
#2879FF (or 0x2879FF) is known color: Dodger Blue. HEX triplet: 28, 79 and FF. RGB value is (40,121,255). Sum of RGB (Red+Green+Blue) = 40+121+255=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #2879FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2879FF is #D78600. Grayscale: #6F6F6F. Windows color (decimal): -14124545 or 16742696. OLE color: 16742696.
HSL color Cylindrical-coordinate representation of color #2879FF: hue angle of 217.4º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2879FF is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 121 | 255 | - |
| CMYK | 0.84 | 0.53 | 0 | 0 |
| HSL | 217.4º | 1% | 0.58% | - |
| HSV(B) | 217.4º | 0.84% | 1% | - |
| XYZ | 25.76 | 21.35 | 97.37 | - |
| YUV | 112.06 | 208.66 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 255 | 0.84 | 0.53 | 0 | 0 | 217.4 | 1 | 0.58 |
| Hex | 28 | 79 | FF | 54 | 35 | 0 | 0 | D9 | 64 | 3A |
| Octal | 50 | 171 | 377 | 124 | 65 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101000 | 1111001 | 11111111 | 1010100 | 110101 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #2879FF
Complementary color
Monochromatic Colors of #2879FF
Black with #2879FF
Text Example
Text Example
White with #2879FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879FF; }
p { color: rgb(40,121,255); }
H1.HeaderClassName
{
color: #2879FF;
}
.AnyTagClassName
{
color: #2879FF;
}
</style>
background-color css
<style>
a { background-color: #2879FF; }
a { background-color: rgb(40,121,255); }
div.DivClassName
{
background-color: #2879FF;
}
.BgClassName
{
background-color: #2879FF;
}
</style>
border-color css
<style>
span { border-color: #2879FF; }
span { border-color: rgb(40,121,255); }
td.TdClassName
{
border-color: #2879FF;
}
.TagClassName
{
border-color: #2879FF;
}
</style>