Shades of Dodger Blue #2875F7
Tints of Dodger Blue #2875F7
RGB
CMYK
RGB Variations
Color information
#2875F7 (or 0x2875F7) is known color: Dodger Blue. HEX triplet: 28, 75 and F7. RGB value is (40,117,247). Sum of RGB (Red+Green+Blue) = 40+117+247=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #2875F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875F7 is #D78A08. Grayscale: #6C6C6C. Windows color (decimal): -14125577 or 16217384. OLE color: 16217384.
HSL color Cylindrical-coordinate representation of color #2875F7: hue angle of 217.68º degrees, saturation: 0.93, 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 #2875F7 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 117 | 247 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.03 |
| HSL | 217.68º | 0.93% | 0.56% | - |
| HSV(B) | 217.68º | 0.84% | 0.97% | - |
| XYZ | 24.02 | 19.89 | 90.57 | - |
| YUV | 108.8 | 205.99 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 247 | 0.84 | 0.53 | 0 | 0.03 | 217.68 | 0.93 | 0.56 |
| Hex | 28 | 75 | F7 | 54 | 35 | 0 | 3 | DA | 5D | 38 |
| Octal | 50 | 165 | 367 | 124 | 65 | 0 | 3 | 332 | 135 | 70 |
| Binary | 101000 | 1110101 | 11110111 | 1010100 | 110101 | 0 | 11 | 11011010 | 1011101 | 111000 |
Color Harmonies of #2875F7
Complementary color
Monochromatic Colors of #2875F7
Black with #2875F7
Text Example
Text Example
White with #2875F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875F7; }
p { color: rgb(40,117,247); }
H1.HeaderClassName
{
color: #2875F7;
}
.AnyTagClassName
{
color: #2875F7;
}
</style>
background-color css
<style>
a { background-color: #2875F7; }
a { background-color: rgb(40,117,247); }
div.DivClassName
{
background-color: #2875F7;
}
.BgClassName
{
background-color: #2875F7;
}
</style>
border-color css
<style>
span { border-color: #2875F7; }
span { border-color: rgb(40,117,247); }
td.TdClassName
{
border-color: #2875F7;
}
.TagClassName
{
border-color: #2875F7;
}
</style>