Shades of Dodger Blue #2883F3
Tints of Dodger Blue #2883F3
RGB
CMYK
RGB Variations
Color information
#2883F3 (or 0x2883F3) is known color: Dodger Blue. HEX triplet: 28, 83 and F3. RGB value is (40,131,243). Sum of RGB (Red+Green+Blue) = 40+131+243=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #2883F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2883F3 is #D77C0C. Grayscale: #747474. Windows color (decimal): -14121997 or 15958824. OLE color: 15958824.
HSL color Cylindrical-coordinate representation of color #2883F3: hue angle of 213.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2883F3 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 131 | 243 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.05 |
| HSL | 213.1º | 0.89% | 0.55% | - |
| HSV(B) | 213.1º | 0.84% | 0.95% | - |
| XYZ | 25.17 | 23.15 | 87.94 | - |
| YUV | 116.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 243 | 0.84 | 0.46 | 0 | 0.05 | 213.1 | 0.89 | 0.55 |
| Hex | 28 | 83 | F3 | 54 | 2E | 0 | 5 | D5 | 59 | 37 |
| Octal | 50 | 203 | 363 | 124 | 56 | 0 | 5 | 325 | 131 | 67 |
| Binary | 101000 | 10000011 | 11110011 | 1010100 | 101110 | 0 | 101 | 11010101 | 1011001 | 110111 |
Color Harmonies of #2883F3
Complementary color
Monochromatic Colors of #2883F3
Black with #2883F3
Text Example
Text Example
White with #2883F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2883F3; }
p { color: rgb(40,131,243); }
H1.HeaderClassName
{
color: #2883F3;
}
.AnyTagClassName
{
color: #2883F3;
}
</style>
background-color css
<style>
a { background-color: #2883F3; }
a { background-color: rgb(40,131,243); }
div.DivClassName
{
background-color: #2883F3;
}
.BgClassName
{
background-color: #2883F3;
}
</style>
border-color css
<style>
span { border-color: #2883F3; }
span { border-color: rgb(40,131,243); }
td.TdClassName
{
border-color: #2883F3;
}
.TagClassName
{
border-color: #2883F3;
}
</style>