Shades of Dodger Blue #2871FA
Tints of Dodger Blue #2871FA
RGB
CMYK
RGB Variations
Color information
#2871FA (or 0x2871FA) is known color: Dodger Blue. HEX triplet: 28, 71 and FA. RGB value is (40,113,250). Sum of RGB (Red+Green+Blue) = 40+113+250=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #2871FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871FA is #D78E05. Grayscale: #6A6A6A. Windows color (decimal): -14126598 or 16412968. OLE color: 16412968.
HSL color Cylindrical-coordinate representation of color #2871FA: hue angle of 219.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 #2871FA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 113 | 250 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.02 |
| HSL | 219.14º | 0.95% | 0.57% | - |
| HSV(B) | 219.14º | 0.84% | 0.98% | - |
| XYZ | 24.04 | 19.16 | 92.87 | - |
| YUV | 106.79 | 208.82 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 250 | 0.84 | 0.55 | 0 | 0.02 | 219.14 | 0.95 | 0.57 |
| Hex | 28 | 71 | FA | 54 | 37 | 0 | 2 | DB | 5F | 39 |
| Octal | 50 | 161 | 372 | 124 | 67 | 0 | 2 | 333 | 137 | 71 |
| Binary | 101000 | 1110001 | 11111010 | 1010100 | 110111 | 0 | 10 | 11011011 | 1011111 | 111001 |
Color Harmonies of #2871FA
Complementary color
Monochromatic Colors of #2871FA
Black with #2871FA
Text Example
Text Example
White with #2871FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871FA; }
p { color: rgb(40,113,250); }
H1.HeaderClassName
{
color: #2871FA;
}
.AnyTagClassName
{
color: #2871FA;
}
</style>
background-color css
<style>
a { background-color: #2871FA; }
a { background-color: rgb(40,113,250); }
div.DivClassName
{
background-color: #2871FA;
}
.BgClassName
{
background-color: #2871FA;
}
</style>
border-color css
<style>
span { border-color: #2871FA; }
span { border-color: rgb(40,113,250); }
td.TdClassName
{
border-color: #2871FA;
}
.TagClassName
{
border-color: #2871FA;
}
</style>