Shades of Dodger Blue #2895F8
Tints of Dodger Blue #2895F8
RGB
CMYK
RGB Variations
Color information
#2895F8 (or 0x2895F8) is known color: Dodger Blue. HEX triplet: 28, 95 and F8. RGB value is (40,149,248). Sum of RGB (Red+Green+Blue) = 40+149+248=437 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.15% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #2895F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2895F8 is #D76A07. Grayscale: #7F7F7F. Windows color (decimal): -14117384 or 16291112. OLE color: 16291112.
HSL color Cylindrical-coordinate representation of color #2895F8: hue angle of 208.56º 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 #2895F8 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 149 | 248 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.03 |
| HSL | 208.56º | 0.94% | 0.56% | - |
| HSV(B) | 208.56º | 0.84% | 0.97% | - |
| XYZ | 28.57 | 28.72 | 92.85 | - |
| YUV | 127.7 | 195.89 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 248 | 0.84 | 0.40 | 0 | 0.03 | 208.56 | 0.94 | 0.56 |
| Hex | 28 | 95 | F8 | 54 | 28 | 0 | 3 | D1 | 5E | 38 |
| Octal | 50 | 225 | 370 | 124 | 50 | 0 | 3 | 321 | 136 | 70 |
| Binary | 101000 | 10010101 | 11111000 | 1010100 | 101000 | 0 | 11 | 11010001 | 1011110 | 111000 |
Color Harmonies of #2895F8
Complementary color
Monochromatic Colors of #2895F8
Black with #2895F8
Text Example
Text Example
White with #2895F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895F8; }
p { color: rgb(40,149,248); }
H1.HeaderClassName
{
color: #2895F8;
}
.AnyTagClassName
{
color: #2895F8;
}
</style>
background-color css
<style>
a { background-color: #2895F8; }
a { background-color: rgb(40,149,248); }
div.DivClassName
{
background-color: #2895F8;
}
.BgClassName
{
background-color: #2895F8;
}
</style>
border-color css
<style>
span { border-color: #2895F8; }
span { border-color: rgb(40,149,248); }
td.TdClassName
{
border-color: #2895F8;
}
.TagClassName
{
border-color: #2895F8;
}
</style>