Shades of Dodger Blue #2679E9
Tints of Dodger Blue #2679E9
RGB
CMYK
RGB Variations
Color information
#2679E9 (or 0x2679E9) is known color: Dodger Blue. HEX triplet: 26, 79 and E9. RGB value is (38,121,233). Sum of RGB (Red+Green+Blue) = 38+121+233=392 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.69% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 233 (91.41% from 255 or 59.44% from 392); Max value from RGB is 233 - color contains mainly: blue. Hex color #2679E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2679E9 is #D98616. Grayscale: #6C6C6C. Windows color (decimal): -14255639 or 15300902. OLE color: 15300902.
HSL color Cylindrical-coordinate representation of color #2679E9: hue angle of 214.46º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2679E9 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 121 | 233 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.09 |
| HSL | 214.46º | 0.82% | 0.53% | - |
| HSV(B) | 214.46º | 0.84% | 0.91% | - |
| XYZ | 22.34 | 19.97 | 79.77 | - |
| YUV | 108.95 | 198 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 233 | 0.84 | 0.48 | 0 | 0.09 | 214.46 | 0.82 | 0.53 |
| Hex | 26 | 79 | E9 | 54 | 30 | 0 | 9 | D6 | 52 | 35 |
| Octal | 46 | 171 | 351 | 124 | 60 | 0 | 11 | 326 | 122 | 65 |
| Binary | 100110 | 1111001 | 11101001 | 1010100 | 110000 | 0 | 1001 | 11010110 | 1010010 | 110101 |
Color Harmonies of #2679E9
Complementary color
Monochromatic Colors of #2679E9
Black with #2679E9
Text Example
Text Example
White with #2679E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2679E9; }
p { color: rgb(38,121,233); }
H1.HeaderClassName
{
color: #2679E9;
}
.AnyTagClassName
{
color: #2679E9;
}
</style>
background-color css
<style>
a { background-color: #2679E9; }
a { background-color: rgb(38,121,233); }
div.DivClassName
{
background-color: #2679E9;
}
.BgClassName
{
background-color: #2679E9;
}
</style>
border-color css
<style>
span { border-color: #2679E9; }
span { border-color: rgb(38,121,233); }
td.TdClassName
{
border-color: #2679E9;
}
.TagClassName
{
border-color: #2679E9;
}
</style>