Shades of Dodger Blue #2883E4
Tints of Dodger Blue #2883E4
RGB
CMYK
RGB Variations
Color information
#2883E4 (or 0x2883E4) is known color: Dodger Blue. HEX triplet: 28, 83 and E4. RGB value is (40,131,228). Sum of RGB (Red+Green+Blue) = 40+131+228=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #2883E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2883E4 is #D77C1B. Grayscale: #727272. Windows color (decimal): -14122012 or 14975784. OLE color: 14975784.
HSL color Cylindrical-coordinate representation of color #2883E4: hue angle of 210.96º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2883E4 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 131 | 228 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.11 |
| HSL | 210.96º | 0.78% | 0.53% | - |
| HSV(B) | 210.96º | 0.82% | 0.89% | - |
| XYZ | 22.99 | 22.29 | 76.49 | - |
| YUV | 114.85 | 191.85 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 228 | 0.82 | 0.43 | 0 | 0.11 | 210.96 | 0.78 | 0.53 |
| Hex | 28 | 83 | E4 | 52 | 2B | 0 | B | D3 | 4E | 35 |
| Octal | 50 | 203 | 344 | 122 | 53 | 0 | 13 | 323 | 116 | 65 |
| Binary | 101000 | 10000011 | 11100100 | 1010010 | 101011 | 0 | 1011 | 11010011 | 1001110 | 110101 |
Color Harmonies of #2883E4
Complementary color
Monochromatic Colors of #2883E4
Black with #2883E4
Text Example
Text Example
White with #2883E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883E4; }
p { color: rgb(40,131,228); }
H1.HeaderClassName
{
color: #2883E4;
}
.AnyTagClassName
{
color: #2883E4;
}
</style>
background-color css
<style>
a { background-color: #2883E4; }
a { background-color: rgb(40,131,228); }
div.DivClassName
{
background-color: #2883E4;
}
.BgClassName
{
background-color: #2883E4;
}
</style>
border-color css
<style>
span { border-color: #2883E4; }
span { border-color: rgb(40,131,228); }
td.TdClassName
{
border-color: #2883E4;
}
.TagClassName
{
border-color: #2883E4;
}
</style>