Shades of Dodger Blue #2679EC
Tints of Dodger Blue #2679EC
RGB
CMYK
RGB Variations
Color information
#2679EC (or 0x2679EC) is known color: Dodger Blue. HEX triplet: 26, 79 and EC. RGB value is (38,121,236). Sum of RGB (Red+Green+Blue) = 38+121+236=395 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.62% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #2679EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2679EC is #D98613. Grayscale: #6C6C6C. Windows color (decimal): -14255636 or 15497510. OLE color: 15497510.
HSL color Cylindrical-coordinate representation of color #2679EC: hue angle of 214.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2679EC is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 121 | 236 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.07 |
| HSL | 214.85º | 0.84% | 0.54% | - |
| HSV(B) | 214.85º | 0.84% | 0.93% | - |
| XYZ | 22.78 | 20.14 | 82.04 | - |
| YUV | 109.29 | 199.5 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 236 | 0.84 | 0.49 | 0 | 0.07 | 214.85 | 0.84 | 0.54 |
| Hex | 26 | 79 | EC | 54 | 31 | 0 | 7 | D7 | 54 | 36 |
| Octal | 46 | 171 | 354 | 124 | 61 | 0 | 7 | 327 | 124 | 66 |
| Binary | 100110 | 1111001 | 11101100 | 1010100 | 110001 | 0 | 111 | 11010111 | 1010100 | 110110 |
Color Harmonies of #2679EC
Complementary color
Monochromatic Colors of #2679EC
Black with #2679EC
Text Example
Text Example
White with #2679EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2679EC; }
p { color: rgb(38,121,236); }
H1.HeaderClassName
{
color: #2679EC;
}
.AnyTagClassName
{
color: #2679EC;
}
</style>
background-color css
<style>
a { background-color: #2679EC; }
a { background-color: rgb(38,121,236); }
div.DivClassName
{
background-color: #2679EC;
}
.BgClassName
{
background-color: #2679EC;
}
</style>
border-color css
<style>
span { border-color: #2679EC; }
span { border-color: rgb(38,121,236); }
td.TdClassName
{
border-color: #2679EC;
}
.TagClassName
{
border-color: #2679EC;
}
</style>