Shades of Dodger Blue #2987DA
Tints of Dodger Blue #2987DA
RGB
CMYK
RGB Variations
Color information
#2987DA (or 0x2987DA) is known color: Dodger Blue. HEX triplet: 29, 87 and DA. RGB value is (41,135,218). Sum of RGB (Red+Green+Blue) = 41+135+218=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #2987DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2987DA is #D67825. Grayscale: #737373. Windows color (decimal): -14055462 or 14321449. OLE color: 14321449.
HSL color Cylindrical-coordinate representation of color #2987DA: hue angle of 208.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2987DA is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 135 | 218 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.15 |
| HSL | 208.14º | 0.71% | 0.51% | - |
| HSV(B) | 208.14º | 0.81% | 0.85% | - |
| XYZ | 22.23 | 22.86 | 69.57 | - |
| YUV | 116.36 | 185.36 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 218 | 0.81 | 0.38 | 0 | 0.15 | 208.14 | 0.71 | 0.51 |
| Hex | 29 | 87 | DA | 51 | 26 | 0 | F | D0 | 47 | 33 |
| Octal | 51 | 207 | 332 | 121 | 46 | 0 | 17 | 320 | 107 | 63 |
| Binary | 101001 | 10000111 | 11011010 | 1010001 | 100110 | 0 | 1111 | 11010000 | 1000111 | 110011 |
Color Harmonies of #2987DA
Complementary color
Monochromatic Colors of #2987DA
Black with #2987DA
Text Example
Text Example
White with #2987DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2987DA; }
p { color: rgb(41,135,218); }
H1.HeaderClassName
{
color: #2987DA;
}
.AnyTagClassName
{
color: #2987DA;
}
</style>
background-color css
<style>
a { background-color: #2987DA; }
a { background-color: rgb(41,135,218); }
div.DivClassName
{
background-color: #2987DA;
}
.BgClassName
{
background-color: #2987DA;
}
</style>
border-color css
<style>
span { border-color: #2987DA; }
span { border-color: rgb(41,135,218); }
td.TdClassName
{
border-color: #2987DA;
}
.TagClassName
{
border-color: #2987DA;
}
</style>