Shades of Dodger Blue #2C86DF
Tints of Dodger Blue #2C86DF
RGB
CMYK
RGB Variations
Color information
#2C86DF (or 0x2C86DF) is known color: Dodger Blue. HEX triplet: 2C, 86 and DF. RGB value is (44,134,223). Sum of RGB (Red+Green+Blue) = 44+134+223=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C86DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C86DF is #D37920. Grayscale: #747474. Windows color (decimal): -13859105 or 14648876. OLE color: 14648876.
HSL color Cylindrical-coordinate representation of color #2C86DF: hue angle of 209.83º degrees, saturation: 0.74, 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 #2C86DF is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 134 | 223 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.13 |
| HSL | 209.83º | 0.74% | 0.52% | - |
| HSV(B) | 209.83º | 0.8% | 0.87% | - |
| XYZ | 22.88 | 22.91 | 73.03 | - |
| YUV | 117.24 | 187.68 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 134 | 223 | 0.80 | 0.40 | 0 | 0.13 | 209.83 | 0.74 | 0.52 |
| Hex | 2C | 86 | DF | 50 | 28 | 0 | D | D2 | 4A | 34 |
| Octal | 54 | 206 | 337 | 120 | 50 | 0 | 15 | 322 | 112 | 64 |
| Binary | 101100 | 10000110 | 11011111 | 1010000 | 101000 | 0 | 1101 | 11010010 | 1001010 | 110100 |
Color Harmonies of #2C86DF
Complementary color
Monochromatic Colors of #2C86DF
Black with #2C86DF
Text Example
Text Example
White with #2C86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C86DF; }
p { color: rgb(44,134,223); }
H1.HeaderClassName
{
color: #2C86DF;
}
.AnyTagClassName
{
color: #2C86DF;
}
</style>
background-color css
<style>
a { background-color: #2C86DF; }
a { background-color: rgb(44,134,223); }
div.DivClassName
{
background-color: #2C86DF;
}
.BgClassName
{
background-color: #2C86DF;
}
</style>
border-color css
<style>
span { border-color: #2C86DF; }
span { border-color: rgb(44,134,223); }
td.TdClassName
{
border-color: #2C86DF;
}
.TagClassName
{
border-color: #2C86DF;
}
</style>