Shades of Dodger Blue #2871FB
Tints of Dodger Blue #2871FB
RGB
CMYK
RGB Variations
Color information
#2871FB (or 0x2871FB) is known color: Dodger Blue. HEX triplet: 28, 71 and FB. RGB value is (40,113,251). Sum of RGB (Red+Green+Blue) = 40+113+251=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #2871FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871FB is #D78E04. Grayscale: #6A6A6A. Windows color (decimal): -14126597 or 16478504. OLE color: 16478504.
HSL color Cylindrical-coordinate representation of color #2871FB: hue angle of 219.24º 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 #2871FB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 113 | 251 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.02 |
| HSL | 219.24º | 0.96% | 0.57% | - |
| HSV(B) | 219.24º | 0.84% | 0.98% | - |
| XYZ | 24.19 | 19.23 | 93.7 | - |
| YUV | 106.91 | 209.32 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 251 | 0.84 | 0.55 | 0 | 0.02 | 219.24 | 0.96 | 0.57 |
| Hex | 28 | 71 | FB | 54 | 37 | 0 | 2 | DB | 60 | 39 |
| Octal | 50 | 161 | 373 | 124 | 67 | 0 | 2 | 333 | 140 | 71 |
| Binary | 101000 | 1110001 | 11111011 | 1010100 | 110111 | 0 | 10 | 11011011 | 1100000 | 111001 |
Color Harmonies of #2871FB
Complementary color
Monochromatic Colors of #2871FB
Black with #2871FB
Text Example
Text Example
White with #2871FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871FB; }
p { color: rgb(40,113,251); }
H1.HeaderClassName
{
color: #2871FB;
}
.AnyTagClassName
{
color: #2871FB;
}
</style>
background-color css
<style>
a { background-color: #2871FB; }
a { background-color: rgb(40,113,251); }
div.DivClassName
{
background-color: #2871FB;
}
.BgClassName
{
background-color: #2871FB;
}
</style>
border-color css
<style>
span { border-color: #2871FB; }
span { border-color: rgb(40,113,251); }
td.TdClassName
{
border-color: #2871FB;
}
.TagClassName
{
border-color: #2871FB;
}
</style>