Shades of Dodger Blue #2C8BEF
Tints of Dodger Blue #2C8BEF
RGB
CMYK
RGB Variations
Color information
#2C8BEF (or 0x2C8BEF) is known color: Dodger Blue. HEX triplet: 2C, 8B and EF. RGB value is (44,139,239). Sum of RGB (Red+Green+Blue) = 44+139+239=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C8BEF is #D37410. Grayscale: #797979. Windows color (decimal): -13857809 or 15698732. OLE color: 15698732.
HSL color Cylindrical-coordinate representation of color #2C8BEF: hue angle of 210.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C8BEF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 139 | 239 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.06 |
| HSL | 210.77º | 0.86% | 0.55% | - |
| HSV(B) | 210.77º | 0.82% | 0.94% | - |
| XYZ | 25.85 | 25.23 | 85.17 | - |
| YUV | 122 | 194.03 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 139 | 239 | 0.82 | 0.42 | 0 | 0.06 | 210.77 | 0.86 | 0.55 |
| Hex | 2C | 8B | EF | 52 | 2A | 0 | 6 | D3 | 56 | 37 |
| Octal | 54 | 213 | 357 | 122 | 52 | 0 | 6 | 323 | 126 | 67 |
| Binary | 101100 | 10001011 | 11101111 | 1010010 | 101010 | 0 | 110 | 11010011 | 1010110 | 110111 |
Color Harmonies of #2C8BEF
Complementary color
Monochromatic Colors of #2C8BEF
Black with #2C8BEF
Text Example
Text Example
White with #2C8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8BEF; }
p { color: rgb(44,139,239); }
H1.HeaderClassName
{
color: #2C8BEF;
}
.AnyTagClassName
{
color: #2C8BEF;
}
</style>
background-color css
<style>
a { background-color: #2C8BEF; }
a { background-color: rgb(44,139,239); }
div.DivClassName
{
background-color: #2C8BEF;
}
.BgClassName
{
background-color: #2C8BEF;
}
</style>
border-color css
<style>
span { border-color: #2C8BEF; }
span { border-color: rgb(44,139,239); }
td.TdClassName
{
border-color: #2C8BEF;
}
.TagClassName
{
border-color: #2C8BEF;
}
</style>