Shades of Dodger Blue #2C89DF
Tints of Dodger Blue #2C89DF
RGB
CMYK
RGB Variations
Color information
#2C89DF (or 0x2C89DF) is known color: Dodger Blue. HEX triplet: 2C, 89 and DF. RGB value is (44,137,223). Sum of RGB (Red+Green+Blue) = 44+137+223=404 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.89% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C89DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C89DF is #D37620. Grayscale: #767676. Windows color (decimal): -13858337 or 14649644. OLE color: 14649644.
HSL color Cylindrical-coordinate representation of color #2C89DF: hue angle of 208.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 #2C89DF is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 137 | 223 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.13 |
| HSL | 208.83º | 0.74% | 0.52% | - |
| HSV(B) | 208.83º | 0.8% | 0.87% | - |
| XYZ | 23.3 | 23.75 | 73.17 | - |
| YUV | 119 | 186.69 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 137 | 223 | 0.80 | 0.39 | 0 | 0.13 | 208.83 | 0.74 | 0.52 |
| Hex | 2C | 89 | DF | 50 | 27 | 0 | D | D1 | 4A | 34 |
| Octal | 54 | 211 | 337 | 120 | 47 | 0 | 15 | 321 | 112 | 64 |
| Binary | 101100 | 10001001 | 11011111 | 1010000 | 100111 | 0 | 1101 | 11010001 | 1001010 | 110100 |
Color Harmonies of #2C89DF
Complementary color
Monochromatic Colors of #2C89DF
Black with #2C89DF
Text Example
Text Example
White with #2C89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C89DF; }
p { color: rgb(44,137,223); }
H1.HeaderClassName
{
color: #2C89DF;
}
.AnyTagClassName
{
color: #2C89DF;
}
</style>
background-color css
<style>
a { background-color: #2C89DF; }
a { background-color: rgb(44,137,223); }
div.DivClassName
{
background-color: #2C89DF;
}
.BgClassName
{
background-color: #2C89DF;
}
</style>
border-color css
<style>
span { border-color: #2C89DF; }
span { border-color: rgb(44,137,223); }
td.TdClassName
{
border-color: #2C89DF;
}
.TagClassName
{
border-color: #2C89DF;
}
</style>