Shades of Dodger Blue #2887FE
Tints of Dodger Blue #2887FE
RGB
CMYK
RGB Variations
Color information
#2887FE (or 0x2887FE) is known color: Dodger Blue. HEX triplet: 28, 87 and FE. RGB value is (40,135,254). Sum of RGB (Red+Green+Blue) = 40+135+254=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #2887FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2887FE is #D77801. Grayscale: #777777. Windows color (decimal): -14120962 or 16680744. OLE color: 16680744.
HSL color Cylindrical-coordinate representation of color #2887FE: hue angle of 213.36º 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 #2887FE is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 135 | 254 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.00 |
| HSL | 213.36º | 0.99% | 0.58% | - |
| HSV(B) | 213.36º | 0.84% | 1% | - |
| XYZ | 27.43 | 24.93 | 97.13 | - |
| YUV | 120.16 | 203.53 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 254 | 0.84 | 0.47 | 0 | 0.00 | 213.36 | 0.99 | 0.58 |
| Hex | 28 | 87 | FE | 54 | 2F | 0 | 0 | D5 | 63 | 3A |
| Octal | 50 | 207 | 376 | 124 | 57 | 0 | 0 | 325 | 143 | 72 |
| Binary | 101000 | 10000111 | 11111110 | 1010100 | 101111 | 0 | 0 | 11010101 | 1100011 | 111010 |
Color Harmonies of #2887FE
Complementary color
Monochromatic Colors of #2887FE
Black with #2887FE
Text Example
Text Example
White with #2887FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2887FE; }
p { color: rgb(40,135,254); }
H1.HeaderClassName
{
color: #2887FE;
}
.AnyTagClassName
{
color: #2887FE;
}
</style>
background-color css
<style>
a { background-color: #2887FE; }
a { background-color: rgb(40,135,254); }
div.DivClassName
{
background-color: #2887FE;
}
.BgClassName
{
background-color: #2887FE;
}
</style>
border-color css
<style>
span { border-color: #2887FE; }
span { border-color: rgb(40,135,254); }
td.TdClassName
{
border-color: #2887FE;
}
.TagClassName
{
border-color: #2887FE;
}
</style>