Shades of Dodger Blue #2885FB
Tints of Dodger Blue #2885FB
RGB
CMYK
RGB Variations
Color information
#2885FB (or 0x2885FB) is known color: Dodger Blue. HEX triplet: 28, 85 and FB. RGB value is (40,133,251). Sum of RGB (Red+Green+Blue) = 40+133+251=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #2885FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2885FB is #D77A04. Grayscale: #767676. Windows color (decimal): -14121477 or 16483624. OLE color: 16483624.
HSL color Cylindrical-coordinate representation of color #2885FB: hue angle of 213.55º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2885FB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 133 | 251 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.02 |
| HSL | 213.55º | 0.96% | 0.57% | - |
| HSV(B) | 213.55º | 0.84% | 0.98% | - |
| XYZ | 26.68 | 24.19 | 94.53 | - |
| YUV | 118.65 | 202.69 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 251 | 0.84 | 0.47 | 0 | 0.02 | 213.55 | 0.96 | 0.57 |
| Hex | 28 | 85 | FB | 54 | 2F | 0 | 2 | D6 | 60 | 39 |
| Octal | 50 | 205 | 373 | 124 | 57 | 0 | 2 | 326 | 140 | 71 |
| Binary | 101000 | 10000101 | 11111011 | 1010100 | 101111 | 0 | 10 | 11010110 | 1100000 | 111001 |
Color Harmonies of #2885FB
Complementary color
Monochromatic Colors of #2885FB
Black with #2885FB
Text Example
Text Example
White with #2885FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2885FB; }
p { color: rgb(40,133,251); }
H1.HeaderClassName
{
color: #2885FB;
}
.AnyTagClassName
{
color: #2885FB;
}
</style>
background-color css
<style>
a { background-color: #2885FB; }
a { background-color: rgb(40,133,251); }
div.DivClassName
{
background-color: #2885FB;
}
.BgClassName
{
background-color: #2885FB;
}
</style>
border-color css
<style>
span { border-color: #2885FB; }
span { border-color: rgb(40,133,251); }
td.TdClassName
{
border-color: #2885FB;
}
.TagClassName
{
border-color: #2885FB;
}
</style>