Shades of Dodger Blue #2C87DE
Tints of Dodger Blue #2C87DE
RGB
CMYK
RGB Variations
Color information
#2C87DE (or 0x2C87DE) is known color: Dodger Blue. HEX triplet: 2C, 87 and DE. RGB value is (44,135,222). Sum of RGB (Red+Green+Blue) = 44+135+222=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C87DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C87DE is #D37821. Grayscale: #757575. Windows color (decimal): -13858850 or 14583596. OLE color: 14583596.
HSL color Cylindrical-coordinate representation of color #2C87DE: hue angle of 209.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C87DE is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 135 | 222 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.13 |
| HSL | 209.33º | 0.73% | 0.52% | - |
| HSV(B) | 209.33º | 0.8% | 0.87% | - |
| XYZ | 22.89 | 23.14 | 72.37 | - |
| YUV | 117.71 | 186.85 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 135 | 222 | 0.80 | 0.39 | 0 | 0.13 | 209.33 | 0.73 | 0.52 |
| Hex | 2C | 87 | DE | 50 | 27 | 0 | D | D1 | 49 | 34 |
| Octal | 54 | 207 | 336 | 120 | 47 | 0 | 15 | 321 | 111 | 64 |
| Binary | 101100 | 10000111 | 11011110 | 1010000 | 100111 | 0 | 1101 | 11010001 | 1001001 | 110100 |
Color Harmonies of #2C87DE
Complementary color
Monochromatic Colors of #2C87DE
Black with #2C87DE
Text Example
Text Example
White with #2C87DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C87DE; }
p { color: rgb(44,135,222); }
H1.HeaderClassName
{
color: #2C87DE;
}
.AnyTagClassName
{
color: #2C87DE;
}
</style>
background-color css
<style>
a { background-color: #2C87DE; }
a { background-color: rgb(44,135,222); }
div.DivClassName
{
background-color: #2C87DE;
}
.BgClassName
{
background-color: #2C87DE;
}
</style>
border-color css
<style>
span { border-color: #2C87DE; }
span { border-color: rgb(44,135,222); }
td.TdClassName
{
border-color: #2C87DE;
}
.TagClassName
{
border-color: #2C87DE;
}
</style>