Shades of Dodger Blue #2873FE
Tints of Dodger Blue #2873FE
RGB
CMYK
RGB Variations
Color information
#2873FE (or 0x2873FE) is known color: Dodger Blue. HEX triplet: 28, 73 and FE. RGB value is (40,115,254). Sum of RGB (Red+Green+Blue) = 40+115+254=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #2873FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2873FE is #D78C01. Grayscale: #6B6B6B. Windows color (decimal): -14126082 or 16675624. OLE color: 16675624.
HSL color Cylindrical-coordinate representation of color #2873FE: hue angle of 218.97º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2873FE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 115 | 254 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.00 |
| HSL | 218.97º | 0.99% | 0.58% | - |
| HSV(B) | 218.97º | 0.84% | 1% | - |
| XYZ | 24.9 | 19.87 | 96.29 | - |
| YUV | 108.42 | 210.15 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 254 | 0.84 | 0.55 | 0 | 0.00 | 218.97 | 0.99 | 0.58 |
| Hex | 28 | 73 | FE | 54 | 37 | 0 | 0 | DB | 63 | 3A |
| Octal | 50 | 163 | 376 | 124 | 67 | 0 | 0 | 333 | 143 | 72 |
| Binary | 101000 | 1110011 | 11111110 | 1010100 | 110111 | 0 | 0 | 11011011 | 1100011 | 111010 |
Color Harmonies of #2873FE
Complementary color
Monochromatic Colors of #2873FE
Black with #2873FE
Text Example
Text Example
White with #2873FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873FE; }
p { color: rgb(40,115,254); }
H1.HeaderClassName
{
color: #2873FE;
}
.AnyTagClassName
{
color: #2873FE;
}
</style>
background-color css
<style>
a { background-color: #2873FE; }
a { background-color: rgb(40,115,254); }
div.DivClassName
{
background-color: #2873FE;
}
.BgClassName
{
background-color: #2873FE;
}
</style>
border-color css
<style>
span { border-color: #2873FE; }
span { border-color: rgb(40,115,254); }
td.TdClassName
{
border-color: #2873FE;
}
.TagClassName
{
border-color: #2873FE;
}
</style>