Shades of Dodger Blue #2885FD
Tints of Dodger Blue #2885FD
RGB
CMYK
RGB Variations
Color information
#2885FD (or 0x2885FD) is known color: Dodger Blue. HEX triplet: 28, 85 and FD. RGB value is (40,133,253). Sum of RGB (Red+Green+Blue) = 40+133+253=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #2885FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2885FD is #D77A02. Grayscale: #767676. Windows color (decimal): -14121475 or 16614696. OLE color: 16614696.
HSL color Cylindrical-coordinate representation of color #2885FD: hue angle of 213.8º degrees, saturation: 0.98, 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 #2885FD is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 133 | 253 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.01 |
| HSL | 213.8º | 0.98% | 0.57% | - |
| HSV(B) | 213.8º | 0.84% | 0.99% | - |
| XYZ | 26.99 | 24.32 | 96.2 | - |
| YUV | 118.87 | 203.69 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 253 | 0.84 | 0.47 | 0 | 0.01 | 213.8 | 0.98 | 0.57 |
| Hex | 28 | 85 | FD | 54 | 2F | 0 | 1 | D6 | 62 | 39 |
| Octal | 50 | 205 | 375 | 124 | 57 | 0 | 1 | 326 | 142 | 71 |
| Binary | 101000 | 10000101 | 11111101 | 1010100 | 101111 | 0 | 1 | 11010110 | 1100010 | 111001 |
Color Harmonies of #2885FD
Complementary color
Monochromatic Colors of #2885FD
Black with #2885FD
Text Example
Text Example
White with #2885FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885FD; }
p { color: rgb(40,133,253); }
H1.HeaderClassName
{
color: #2885FD;
}
.AnyTagClassName
{
color: #2885FD;
}
</style>
background-color css
<style>
a { background-color: #2885FD; }
a { background-color: rgb(40,133,253); }
div.DivClassName
{
background-color: #2885FD;
}
.BgClassName
{
background-color: #2885FD;
}
</style>
border-color css
<style>
span { border-color: #2885FD; }
span { border-color: rgb(40,133,253); }
td.TdClassName
{
border-color: #2885FD;
}
.TagClassName
{
border-color: #2885FD;
}
</style>