Shades of Dodger Blue #2C7AEF
Tints of Dodger Blue #2C7AEF
RGB
CMYK
RGB Variations
Color information
#2C7AEF (or 0x2C7AEF) is known color: Dodger Blue. HEX triplet: 2C, 7A and EF. RGB value is (44,122,239). Sum of RGB (Red+Green+Blue) = 44+122+239=405 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.86% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C7AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7AEF is #D38510. Grayscale: #6F6F6F. Windows color (decimal): -13862161 or 15694380. OLE color: 15694380.
HSL color Cylindrical-coordinate representation of color #2C7AEF: hue angle of 216º 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 #2C7AEF is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 122 | 239 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.06 |
| HSL | 216º | 0.86% | 0.55% | - |
| HSV(B) | 216º | 0.82% | 0.94% | - |
| XYZ | 23.58 | 20.69 | 84.41 | - |
| YUV | 112.02 | 199.66 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 239 | 0.82 | 0.49 | 0 | 0.06 | 216 | 0.86 | 0.55 |
| Hex | 2C | 7A | EF | 52 | 31 | 0 | 6 | D8 | 56 | 37 |
| Octal | 54 | 172 | 357 | 122 | 61 | 0 | 6 | 330 | 126 | 67 |
| Binary | 101100 | 1111010 | 11101111 | 1010010 | 110001 | 0 | 110 | 11011000 | 1010110 | 110111 |
Color Harmonies of #2C7AEF
Complementary color
Monochromatic Colors of #2C7AEF
Black with #2C7AEF
Text Example
Text Example
White with #2C7AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7AEF; }
p { color: rgb(44,122,239); }
H1.HeaderClassName
{
color: #2C7AEF;
}
.AnyTagClassName
{
color: #2C7AEF;
}
</style>
background-color css
<style>
a { background-color: #2C7AEF; }
a { background-color: rgb(44,122,239); }
div.DivClassName
{
background-color: #2C7AEF;
}
.BgClassName
{
background-color: #2C7AEF;
}
</style>
border-color css
<style>
span { border-color: #2C7AEF; }
span { border-color: rgb(44,122,239); }
td.TdClassName
{
border-color: #2C7AEF;
}
.TagClassName
{
border-color: #2C7AEF;
}
</style>