Shades of Dodger Blue #2987F1
Tints of Dodger Blue #2987F1
RGB
CMYK
RGB Variations
Color information
#2987F1 (or 0x2987F1) is known color: Dodger Blue. HEX triplet: 29, 87 and F1. RGB value is (41,135,241). Sum of RGB (Red+Green+Blue) = 41+135+241=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #2987F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2987F1 is #D6780E. Grayscale: #767676. Windows color (decimal): -14055439 or 15828777. OLE color: 15828777.
HSL color Cylindrical-coordinate representation of color #2987F1: hue angle of 211.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2987F1 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 135 | 241 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.05 |
| HSL | 211.8º | 0.88% | 0.55% | - |
| HSV(B) | 211.8º | 0.83% | 0.95% | - |
| XYZ | 25.46 | 24.15 | 86.54 | - |
| YUV | 118.98 | 196.86 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 241 | 0.83 | 0.44 | 0 | 0.05 | 211.8 | 0.88 | 0.55 |
| Hex | 29 | 87 | F1 | 53 | 2C | 0 | 5 | D4 | 58 | 37 |
| Octal | 51 | 207 | 361 | 123 | 54 | 0 | 5 | 324 | 130 | 67 |
| Binary | 101001 | 10000111 | 11110001 | 1010011 | 101100 | 0 | 101 | 11010100 | 1011000 | 110111 |
Color Harmonies of #2987F1
Complementary color
Monochromatic Colors of #2987F1
Black with #2987F1
Text Example
Text Example
White with #2987F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2987F1; }
p { color: rgb(41,135,241); }
H1.HeaderClassName
{
color: #2987F1;
}
.AnyTagClassName
{
color: #2987F1;
}
</style>
background-color css
<style>
a { background-color: #2987F1; }
a { background-color: rgb(41,135,241); }
div.DivClassName
{
background-color: #2987F1;
}
.BgClassName
{
background-color: #2987F1;
}
</style>
border-color css
<style>
span { border-color: #2987F1; }
span { border-color: rgb(41,135,241); }
td.TdClassName
{
border-color: #2987F1;
}
.TagClassName
{
border-color: #2987F1;
}
</style>