Shades of Dodger Blue #2882FC
Tints of Dodger Blue #2882FC
RGB
CMYK
RGB Variations
Color information
#2882FC (or 0x2882FC) is known color: Dodger Blue. HEX triplet: 28, 82 and FC. RGB value is (40,130,252). Sum of RGB (Red+Green+Blue) = 40+130+252=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #2882FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2882FC is #D77D03. Grayscale: #747474. Windows color (decimal): -14122244 or 16548392. OLE color: 16548392.
HSL color Cylindrical-coordinate representation of color #2882FC: hue angle of 214.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2882FC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 130 | 252 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.01 |
| HSL | 214.53º | 0.97% | 0.57% | - |
| HSV(B) | 214.53º | 0.84% | 0.99% | - |
| XYZ | 26.43 | 23.44 | 95.23 | - |
| YUV | 117 | 204.18 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 252 | 0.84 | 0.48 | 0 | 0.01 | 214.53 | 0.97 | 0.57 |
| Hex | 28 | 82 | FC | 54 | 30 | 0 | 1 | D7 | 61 | 39 |
| Octal | 50 | 202 | 374 | 124 | 60 | 0 | 1 | 327 | 141 | 71 |
| Binary | 101000 | 10000010 | 11111100 | 1010100 | 110000 | 0 | 1 | 11010111 | 1100001 | 111001 |
Color Harmonies of #2882FC
Complementary color
Monochromatic Colors of #2882FC
Black with #2882FC
Text Example
Text Example
White with #2882FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882FC; }
p { color: rgb(40,130,252); }
H1.HeaderClassName
{
color: #2882FC;
}
.AnyTagClassName
{
color: #2882FC;
}
</style>
background-color css
<style>
a { background-color: #2882FC; }
a { background-color: rgb(40,130,252); }
div.DivClassName
{
background-color: #2882FC;
}
.BgClassName
{
background-color: #2882FC;
}
</style>
border-color css
<style>
span { border-color: #2882FC; }
span { border-color: rgb(40,130,252); }
td.TdClassName
{
border-color: #2882FC;
}
.TagClassName
{
border-color: #2882FC;
}
</style>