Shades of Dodger Blue #2879FB
Tints of Dodger Blue #2879FB
RGB
CMYK
RGB Variations
Color information
#2879FB (or 0x2879FB) is known color: Dodger Blue. HEX triplet: 28, 79 and FB. RGB value is (40,121,251). Sum of RGB (Red+Green+Blue) = 40+121+251=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #2879FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2879FB is #D78604. Grayscale: #6F6F6F. Windows color (decimal): -14124549 or 16480552. OLE color: 16480552.
HSL color Cylindrical-coordinate representation of color #2879FB: hue angle of 216.97º degrees, saturation: 0.96, 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 #2879FB is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 121 | 251 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.02 |
| HSL | 216.97º | 0.96% | 0.57% | - |
| HSV(B) | 216.97º | 0.84% | 0.98% | - |
| XYZ | 25.13 | 21.09 | 94.01 | - |
| YUV | 111.6 | 206.66 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 251 | 0.84 | 0.52 | 0 | 0.02 | 216.97 | 0.96 | 0.57 |
| Hex | 28 | 79 | FB | 54 | 34 | 0 | 2 | D9 | 60 | 39 |
| Octal | 50 | 171 | 373 | 124 | 64 | 0 | 2 | 331 | 140 | 71 |
| Binary | 101000 | 1111001 | 11111011 | 1010100 | 110100 | 0 | 10 | 11011001 | 1100000 | 111001 |
Color Harmonies of #2879FB
Complementary color
Monochromatic Colors of #2879FB
Black with #2879FB
Text Example
Text Example
White with #2879FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879FB; }
p { color: rgb(40,121,251); }
H1.HeaderClassName
{
color: #2879FB;
}
.AnyTagClassName
{
color: #2879FB;
}
</style>
background-color css
<style>
a { background-color: #2879FB; }
a { background-color: rgb(40,121,251); }
div.DivClassName
{
background-color: #2879FB;
}
.BgClassName
{
background-color: #2879FB;
}
</style>
border-color css
<style>
span { border-color: #2879FB; }
span { border-color: rgb(40,121,251); }
td.TdClassName
{
border-color: #2879FB;
}
.TagClassName
{
border-color: #2879FB;
}
</style>