Shades of Dodger Blue #2C7CFE
Tints of Dodger Blue #2C7CFE
RGB
CMYK
RGB Variations
Color information
#2C7CFE (or 0x2C7CFE) is known color: Dodger Blue. HEX triplet: 2C, 7C and FE. RGB value is (44,124,254). Sum of RGB (Red+Green+Blue) = 44+124+254=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #2C7CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7CFE is #D38301. Grayscale: #727272. Windows color (decimal): -13861634 or 16677932. OLE color: 16677932.
HSL color Cylindrical-coordinate representation of color #2C7CFE: hue angle of 217.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C7CFE is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 124 | 254 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.00 |
| HSL | 217.14º | 0.99% | 0.58% | - |
| HSV(B) | 217.14º | 0.83% | 1% | - |
| XYZ | 26.14 | 22.11 | 96.66 | - |
| YUV | 114.9 | 206.5 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 124 | 254 | 0.83 | 0.51 | 0 | 0.00 | 217.14 | 0.99 | 0.58 |
| Hex | 2C | 7C | FE | 53 | 33 | 0 | 0 | D9 | 63 | 3A |
| Octal | 54 | 174 | 376 | 123 | 63 | 0 | 0 | 331 | 143 | 72 |
| Binary | 101100 | 1111100 | 11111110 | 1010011 | 110011 | 0 | 0 | 11011001 | 1100011 | 111010 |
Color Harmonies of #2C7CFE
Complementary color
Monochromatic Colors of #2C7CFE
Black with #2C7CFE
Text Example
Text Example
White with #2C7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7CFE; }
p { color: rgb(44,124,254); }
H1.HeaderClassName
{
color: #2C7CFE;
}
.AnyTagClassName
{
color: #2C7CFE;
}
</style>
background-color css
<style>
a { background-color: #2C7CFE; }
a { background-color: rgb(44,124,254); }
div.DivClassName
{
background-color: #2C7CFE;
}
.BgClassName
{
background-color: #2C7CFE;
}
</style>
border-color css
<style>
span { border-color: #2C7CFE; }
span { border-color: rgb(44,124,254); }
td.TdClassName
{
border-color: #2C7CFE;
}
.TagClassName
{
border-color: #2C7CFE;
}
</style>