Shades of Dodger Blue #2883DA
Tints of Dodger Blue #2883DA
RGB
CMYK
RGB Variations
Color information
#2883DA (or 0x2883DA) is known color: Dodger Blue. HEX triplet: 28, 83 and DA. RGB value is (40,131,218). Sum of RGB (Red+Green+Blue) = 40+131+218=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #2883DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2883DA is #D77C25. Grayscale: #717171. Windows color (decimal): -14122022 or 14320424. OLE color: 14320424.
HSL color Cylindrical-coordinate representation of color #2883DA: hue angle of 209.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2883DA is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 131 | 218 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.15 |
| HSL | 209.33º | 0.71% | 0.51% | - |
| HSV(B) | 209.33º | 0.82% | 0.85% | - |
| XYZ | 21.65 | 21.75 | 69.39 | - |
| YUV | 113.71 | 186.85 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 218 | 0.82 | 0.40 | 0 | 0.15 | 209.33 | 0.71 | 0.51 |
| Hex | 28 | 83 | DA | 52 | 28 | 0 | F | D1 | 47 | 33 |
| Octal | 50 | 203 | 332 | 122 | 50 | 0 | 17 | 321 | 107 | 63 |
| Binary | 101000 | 10000011 | 11011010 | 1010010 | 101000 | 0 | 1111 | 11010001 | 1000111 | 110011 |
Color Harmonies of #2883DA
Complementary color
Monochromatic Colors of #2883DA
Black with #2883DA
Text Example
Text Example
White with #2883DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883DA; }
p { color: rgb(40,131,218); }
H1.HeaderClassName
{
color: #2883DA;
}
.AnyTagClassName
{
color: #2883DA;
}
</style>
background-color css
<style>
a { background-color: #2883DA; }
a { background-color: rgb(40,131,218); }
div.DivClassName
{
background-color: #2883DA;
}
.BgClassName
{
background-color: #2883DA;
}
</style>
border-color css
<style>
span { border-color: #2883DA; }
span { border-color: rgb(40,131,218); }
td.TdClassName
{
border-color: #2883DA;
}
.TagClassName
{
border-color: #2883DA;
}
</style>