Shades of Dodger Blue #2987DB
Tints of Dodger Blue #2987DB
RGB
CMYK
RGB Variations
Color information
#2987DB (or 0x2987DB) is known color: Dodger Blue. HEX triplet: 29, 87 and DB. RGB value is (41,135,219). Sum of RGB (Red+Green+Blue) = 41+135+219=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #2987DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2987DB is #D67824. Grayscale: #747474. Windows color (decimal): -14055461 or 14386985. OLE color: 14386985.
HSL color Cylindrical-coordinate representation of color #2987DB: hue angle of 208.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2987DB is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 135 | 219 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.14 |
| HSL | 208.31º | 0.71% | 0.51% | - |
| HSV(B) | 208.31º | 0.81% | 0.86% | - |
| XYZ | 22.36 | 22.91 | 70.26 | - |
| YUV | 116.47 | 185.86 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 219 | 0.81 | 0.38 | 0 | 0.14 | 208.31 | 0.71 | 0.51 |
| Hex | 29 | 87 | DB | 51 | 26 | 0 | E | D0 | 47 | 33 |
| Octal | 51 | 207 | 333 | 121 | 46 | 0 | 16 | 320 | 107 | 63 |
| Binary | 101001 | 10000111 | 11011011 | 1010001 | 100110 | 0 | 1110 | 11010000 | 1000111 | 110011 |
Color Harmonies of #2987DB
Complementary color
Monochromatic Colors of #2987DB
Black with #2987DB
Text Example
Text Example
White with #2987DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2987DB; }
p { color: rgb(41,135,219); }
H1.HeaderClassName
{
color: #2987DB;
}
.AnyTagClassName
{
color: #2987DB;
}
</style>
background-color css
<style>
a { background-color: #2987DB; }
a { background-color: rgb(41,135,219); }
div.DivClassName
{
background-color: #2987DB;
}
.BgClassName
{
background-color: #2987DB;
}
</style>
border-color css
<style>
span { border-color: #2987DB; }
span { border-color: rgb(41,135,219); }
td.TdClassName
{
border-color: #2987DB;
}
.TagClassName
{
border-color: #2987DB;
}
</style>