Shades of Dodger Blue #2987EA
Tints of Dodger Blue #2987EA
RGB
CMYK
RGB Variations
Color information
#2987EA (or 0x2987EA) is known color: Dodger Blue. HEX triplet: 29, 87 and EA. RGB value is (41,135,234). Sum of RGB (Red+Green+Blue) = 41+135+234=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #2987EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2987EA is #D67815. Grayscale: #757575. Windows color (decimal): -14055446 or 15370025. OLE color: 15370025.
HSL color Cylindrical-coordinate representation of color #2987EA: hue angle of 210.78º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2987EA is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 135 | 234 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.08 |
| HSL | 210.78º | 0.82% | 0.54% | - |
| HSV(B) | 210.78º | 0.82% | 0.92% | - |
| XYZ | 24.43 | 23.74 | 81.14 | - |
| YUV | 118.18 | 193.36 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 234 | 0.82 | 0.42 | 0 | 0.08 | 210.78 | 0.82 | 0.54 |
| Hex | 29 | 87 | EA | 52 | 2A | 0 | 8 | D3 | 52 | 36 |
| Octal | 51 | 207 | 352 | 122 | 52 | 0 | 10 | 323 | 122 | 66 |
| Binary | 101001 | 10000111 | 11101010 | 1010010 | 101010 | 0 | 1000 | 11010011 | 1010010 | 110110 |
Color Harmonies of #2987EA
Complementary color
Monochromatic Colors of #2987EA
Black with #2987EA
Text Example
Text Example
White with #2987EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2987EA; }
p { color: rgb(41,135,234); }
H1.HeaderClassName
{
color: #2987EA;
}
.AnyTagClassName
{
color: #2987EA;
}
</style>
background-color css
<style>
a { background-color: #2987EA; }
a { background-color: rgb(41,135,234); }
div.DivClassName
{
background-color: #2987EA;
}
.BgClassName
{
background-color: #2987EA;
}
</style>
border-color css
<style>
span { border-color: #2987EA; }
span { border-color: rgb(41,135,234); }
td.TdClassName
{
border-color: #2987EA;
}
.TagClassName
{
border-color: #2987EA;
}
</style>