Shades of Dodger Blue #2895FC
Tints of Dodger Blue #2895FC
RGB
CMYK
RGB Variations
Color information
#2895FC (or 0x2895FC) is known color: Dodger Blue. HEX triplet: 28, 95 and FC. RGB value is (40,149,252). Sum of RGB (Red+Green+Blue) = 40+149+252=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #2895FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2895FC is #D76A03. Grayscale: #7F7F7F. Windows color (decimal): -14117380 or 16553256. OLE color: 16553256.
HSL color Cylindrical-coordinate representation of color #2895FC: hue angle of 209.15º 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 #2895FC is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 149 | 252 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.01 |
| HSL | 209.15º | 0.97% | 0.57% | - |
| HSV(B) | 209.15º | 0.84% | 0.99% | - |
| XYZ | 29.19 | 28.97 | 96.15 | - |
| YUV | 128.15 | 197.89 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 252 | 0.84 | 0.41 | 0 | 0.01 | 209.15 | 0.97 | 0.57 |
| Hex | 28 | 95 | FC | 54 | 29 | 0 | 1 | D1 | 61 | 39 |
| Octal | 50 | 225 | 374 | 124 | 51 | 0 | 1 | 321 | 141 | 71 |
| Binary | 101000 | 10010101 | 11111100 | 1010100 | 101001 | 0 | 1 | 11010001 | 1100001 | 111001 |
Color Harmonies of #2895FC
Complementary color
Monochromatic Colors of #2895FC
Black with #2895FC
Text Example
Text Example
White with #2895FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2895FC; }
p { color: rgb(40,149,252); }
H1.HeaderClassName
{
color: #2895FC;
}
.AnyTagClassName
{
color: #2895FC;
}
</style>
background-color css
<style>
a { background-color: #2895FC; }
a { background-color: rgb(40,149,252); }
div.DivClassName
{
background-color: #2895FC;
}
.BgClassName
{
background-color: #2895FC;
}
</style>
border-color css
<style>
span { border-color: #2895FC; }
span { border-color: rgb(40,149,252); }
td.TdClassName
{
border-color: #2895FC;
}
.TagClassName
{
border-color: #2895FC;
}
</style>