Shades of Dodger Blue #2873FA
Tints of Dodger Blue #2873FA
RGB
CMYK
RGB Variations
Color information
#2873FA (or 0x2873FA) is known color: Dodger Blue. HEX triplet: 28, 73 and FA. RGB value is (40,115,250). Sum of RGB (Red+Green+Blue) = 40+115+250=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #2873FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2873FA is #D78C05. Grayscale: #6B6B6B. Windows color (decimal): -14126086 or 16413480. OLE color: 16413480.
HSL color Cylindrical-coordinate representation of color #2873FA: hue angle of 218.57º 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 #2873FA is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 115 | 250 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.02 |
| HSL | 218.57º | 0.95% | 0.57% | - |
| HSV(B) | 218.57º | 0.84% | 0.98% | - |
| XYZ | 24.26 | 19.61 | 92.95 | - |
| YUV | 107.97 | 208.15 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 250 | 0.84 | 0.54 | 0 | 0.02 | 218.57 | 0.95 | 0.57 |
| Hex | 28 | 73 | FA | 54 | 36 | 0 | 2 | DB | 5F | 39 |
| Octal | 50 | 163 | 372 | 124 | 66 | 0 | 2 | 333 | 137 | 71 |
| Binary | 101000 | 1110011 | 11111010 | 1010100 | 110110 | 0 | 10 | 11011011 | 1011111 | 111001 |
Color Harmonies of #2873FA
Complementary color
Monochromatic Colors of #2873FA
Black with #2873FA
Text Example
Text Example
White with #2873FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873FA; }
p { color: rgb(40,115,250); }
H1.HeaderClassName
{
color: #2873FA;
}
.AnyTagClassName
{
color: #2873FA;
}
</style>
background-color css
<style>
a { background-color: #2873FA; }
a { background-color: rgb(40,115,250); }
div.DivClassName
{
background-color: #2873FA;
}
.BgClassName
{
background-color: #2873FA;
}
</style>
border-color css
<style>
span { border-color: #2873FA; }
span { border-color: rgb(40,115,250); }
td.TdClassName
{
border-color: #2873FA;
}
.TagClassName
{
border-color: #2873FA;
}
</style>