Shades of Dodger Blue #2882F8
Tints of Dodger Blue #2882F8
RGB
CMYK
RGB Variations
Color information
#2882F8 (or 0x2882F8) is known color: Dodger Blue. HEX triplet: 28, 82 and F8. RGB value is (40,130,248). Sum of RGB (Red+Green+Blue) = 40+130+248=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 248 (97.27% from 255 or 59.33% from 418); Max value from RGB is 248 - color contains mainly: blue. Hex color #2882F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2882F8 is #D77D07. Grayscale: #737373. Windows color (decimal): -14122248 or 16286248. OLE color: 16286248.
HSL color Cylindrical-coordinate representation of color #2882F8: hue angle of 214.04º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2882F8 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 130 | 248 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.03 |
| HSL | 214.04º | 0.94% | 0.56% | - |
| HSV(B) | 214.04º | 0.84% | 0.97% | - |
| XYZ | 25.8 | 23.19 | 91.92 | - |
| YUV | 116.54 | 202.18 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 248 | 0.84 | 0.48 | 0 | 0.03 | 214.04 | 0.94 | 0.56 |
| Hex | 28 | 82 | F8 | 54 | 30 | 0 | 3 | D6 | 5E | 38 |
| Octal | 50 | 202 | 370 | 124 | 60 | 0 | 3 | 326 | 136 | 70 |
| Binary | 101000 | 10000010 | 11111000 | 1010100 | 110000 | 0 | 11 | 11010110 | 1011110 | 111000 |
Color Harmonies of #2882F8
Complementary color
Monochromatic Colors of #2882F8
Black with #2882F8
Text Example
Text Example
White with #2882F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882F8; }
p { color: rgb(40,130,248); }
H1.HeaderClassName
{
color: #2882F8;
}
.AnyTagClassName
{
color: #2882F8;
}
</style>
background-color css
<style>
a { background-color: #2882F8; }
a { background-color: rgb(40,130,248); }
div.DivClassName
{
background-color: #2882F8;
}
.BgClassName
{
background-color: #2882F8;
}
</style>
border-color css
<style>
span { border-color: #2882F8; }
span { border-color: rgb(40,130,248); }
td.TdClassName
{
border-color: #2882F8;
}
.TagClassName
{
border-color: #2882F8;
}
</style>