Shades of Dodger Blue #2876FB
Tints of Dodger Blue #2876FB
RGB
CMYK
RGB Variations
Color information
#2876FB (or 0x2876FB) is known color: Dodger Blue. HEX triplet: 28, 76 and FB. RGB value is (40,118,251). Sum of RGB (Red+Green+Blue) = 40+118+251=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #2876FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2876FB is #D78904. Grayscale: #6D6D6D. Windows color (decimal): -14125317 or 16479784. OLE color: 16479784.
HSL color Cylindrical-coordinate representation of color #2876FB: hue angle of 217.82º 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 #2876FB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 118 | 251 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.02 |
| HSL | 217.82º | 0.96% | 0.57% | - |
| HSV(B) | 217.82º | 0.84% | 0.98% | - |
| XYZ | 24.77 | 20.37 | 93.89 | - |
| YUV | 109.84 | 207.66 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 251 | 0.84 | 0.53 | 0 | 0.02 | 217.82 | 0.96 | 0.57 |
| Hex | 28 | 76 | FB | 54 | 35 | 0 | 2 | DA | 60 | 39 |
| Octal | 50 | 166 | 373 | 124 | 65 | 0 | 2 | 332 | 140 | 71 |
| Binary | 101000 | 1110110 | 11111011 | 1010100 | 110101 | 0 | 10 | 11011010 | 1100000 | 111001 |
Color Harmonies of #2876FB
Complementary color
Monochromatic Colors of #2876FB
Black with #2876FB
Text Example
Text Example
White with #2876FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2876FB; }
p { color: rgb(40,118,251); }
H1.HeaderClassName
{
color: #2876FB;
}
.AnyTagClassName
{
color: #2876FB;
}
</style>
background-color css
<style>
a { background-color: #2876FB; }
a { background-color: rgb(40,118,251); }
div.DivClassName
{
background-color: #2876FB;
}
.BgClassName
{
background-color: #2876FB;
}
</style>
border-color css
<style>
span { border-color: #2876FB; }
span { border-color: rgb(40,118,251); }
td.TdClassName
{
border-color: #2876FB;
}
.TagClassName
{
border-color: #2876FB;
}
</style>