Shades of Dodger Blue #2C8BDF
Tints of Dodger Blue #2C8BDF
RGB
CMYK
RGB Variations
Color information
#2C8BDF (or 0x2C8BDF) is known color: Dodger Blue. HEX triplet: 2C, 8B and DF. RGB value is (44,139,223). Sum of RGB (Red+Green+Blue) = 44+139+223=406 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.84% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #2C8BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C8BDF is #D37420. Grayscale: #777777. Windows color (decimal): -13857825 or 14650156. OLE color: 14650156.
HSL color Cylindrical-coordinate representation of color #2C8BDF: hue angle of 208.16º 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 #2C8BDF is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 139 | 223 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.13 |
| HSL | 208.16º | 0.74% | 0.52% | - |
| HSV(B) | 208.16º | 0.8% | 0.87% | - |
| XYZ | 23.59 | 24.33 | 73.26 | - |
| YUV | 120.17 | 186.03 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 223 | 0.80 | 0.38 | 0 | 0.13 | 208.16 | 0.74 | 0.52 |
| Hex | 2C | 8B | DF | 50 | 26 | 0 | D | D0 | 4A | 34 |
| Octal | 54 | 213 | 337 | 120 | 46 | 0 | 15 | 320 | 112 | 64 |
| Binary | 101100 | 10001011 | 11011111 | 1010000 | 100110 | 0 | 1101 | 11010000 | 1001010 | 110100 |
Color Harmonies of #2C8BDF
Complementary color
Monochromatic Colors of #2C8BDF
Black with #2C8BDF
Text Example
Text Example
White with #2C8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8BDF; }
p { color: rgb(44,139,223); }
H1.HeaderClassName
{
color: #2C8BDF;
}
.AnyTagClassName
{
color: #2C8BDF;
}
</style>
background-color css
<style>
a { background-color: #2C8BDF; }
a { background-color: rgb(44,139,223); }
div.DivClassName
{
background-color: #2C8BDF;
}
.BgClassName
{
background-color: #2C8BDF;
}
</style>
border-color css
<style>
span { border-color: #2C8BDF; }
span { border-color: rgb(44,139,223); }
td.TdClassName
{
border-color: #2C8BDF;
}
.TagClassName
{
border-color: #2C8BDF;
}
</style>