Shades of Dodger Blue #2885FF
Tints of Dodger Blue #2885FF
RGB
CMYK
RGB Variations
Color information
#2885FF (or 0x2885FF) is known color: Dodger Blue. HEX triplet: 28, 85 and FF. RGB value is (40,133,255). Sum of RGB (Red+Green+Blue) = 40+133+255=428 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.35% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #2885FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2885FF is #D77A00. Grayscale: #767676. Windows color (decimal): -14121473 or 16745768. OLE color: 16745768.
HSL color Cylindrical-coordinate representation of color #2885FF: hue angle of 214.05º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2885FF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 133 | 255 | - |
| CMYK | 0.84 | 0.48 | 0 | 0 |
| HSL | 214.05º | 1% | 0.58% | - |
| HSV(B) | 214.05º | 0.84% | 1% | - |
| XYZ | 27.31 | 24.45 | 97.89 | - |
| YUV | 119.1 | 204.69 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 255 | 0.84 | 0.48 | 0 | 0 | 214.05 | 1 | 0.58 |
| Hex | 28 | 85 | FF | 54 | 30 | 0 | 0 | D6 | 64 | 3A |
| Octal | 50 | 205 | 377 | 124 | 60 | 0 | 0 | 326 | 144 | 72 |
| Binary | 101000 | 10000101 | 11111111 | 1010100 | 110000 | 0 | 0 | 11010110 | 1100100 | 111010 |
Color Harmonies of #2885FF
Complementary color
Monochromatic Colors of #2885FF
Black with #2885FF
Text Example
Text Example
White with #2885FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885FF; }
p { color: rgb(40,133,255); }
H1.HeaderClassName
{
color: #2885FF;
}
.AnyTagClassName
{
color: #2885FF;
}
</style>
background-color css
<style>
a { background-color: #2885FF; }
a { background-color: rgb(40,133,255); }
div.DivClassName
{
background-color: #2885FF;
}
.BgClassName
{
background-color: #2885FF;
}
</style>
border-color css
<style>
span { border-color: #2885FF; }
span { border-color: rgb(40,133,255); }
td.TdClassName
{
border-color: #2885FF;
}
.TagClassName
{
border-color: #2885FF;
}
</style>