Shades of Dodger Blue #2881EA
Tints of Dodger Blue #2881EA
RGB
CMYK
RGB Variations
Color information
#2881EA (or 0x2881EA) is known color: Dodger Blue. HEX triplet: 28, 81 and EA. RGB value is (40,129,234). Sum of RGB (Red+Green+Blue) = 40+129+234=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #2881EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2881EA is #D77E15. Grayscale: #717171. Windows color (decimal): -14122518 or 15368488. OLE color: 15368488.
HSL color Cylindrical-coordinate representation of color #2881EA: hue angle of 212.47º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2881EA is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 129 | 234 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.08 |
| HSL | 212.47º | 0.82% | 0.54% | - |
| HSV(B) | 212.47º | 0.83% | 0.92% | - |
| XYZ | 23.58 | 22.09 | 80.86 | - |
| YUV | 114.36 | 195.51 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 234 | 0.83 | 0.45 | 0 | 0.08 | 212.47 | 0.82 | 0.54 |
| Hex | 28 | 81 | EA | 53 | 2D | 0 | 8 | D4 | 52 | 36 |
| Octal | 50 | 201 | 352 | 123 | 55 | 0 | 10 | 324 | 122 | 66 |
| Binary | 101000 | 10000001 | 11101010 | 1010011 | 101101 | 0 | 1000 | 11010100 | 1010010 | 110110 |
Color Harmonies of #2881EA
Complementary color
Monochromatic Colors of #2881EA
Black with #2881EA
Text Example
Text Example
White with #2881EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2881EA; }
p { color: rgb(40,129,234); }
H1.HeaderClassName
{
color: #2881EA;
}
.AnyTagClassName
{
color: #2881EA;
}
</style>
background-color css
<style>
a { background-color: #2881EA; }
a { background-color: rgb(40,129,234); }
div.DivClassName
{
background-color: #2881EA;
}
.BgClassName
{
background-color: #2881EA;
}
</style>
border-color css
<style>
span { border-color: #2881EA; }
span { border-color: rgb(40,129,234); }
td.TdClassName
{
border-color: #2881EA;
}
.TagClassName
{
border-color: #2881EA;
}
</style>