Shades of Dodger Blue #2678EF
Tints of Dodger Blue #2678EF
RGB
CMYK
RGB Variations
Color information
#2678EF (or 0x2678EF) is known color: Dodger Blue. HEX triplet: 26, 78 and EF. RGB value is (38,120,239). Sum of RGB (Red+Green+Blue) = 38+120+239=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #2678EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2678EF is #D98710. Grayscale: #6C6C6C. Windows color (decimal): -14255889 or 15693862. OLE color: 15693862.
HSL color Cylindrical-coordinate representation of color #2678EF: hue angle of 215.52º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2678EF is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 120 | 239 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.06 |
| HSL | 215.52º | 0.86% | 0.54% | - |
| HSV(B) | 215.52º | 0.84% | 0.94% | - |
| XYZ | 23.1 | 20.08 | 84.32 | - |
| YUV | 109.05 | 201.33 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 239 | 0.84 | 0.50 | 0 | 0.06 | 215.52 | 0.86 | 0.54 |
| Hex | 26 | 78 | EF | 54 | 32 | 0 | 6 | D8 | 56 | 36 |
| Octal | 46 | 170 | 357 | 124 | 62 | 0 | 6 | 330 | 126 | 66 |
| Binary | 100110 | 1111000 | 11101111 | 1010100 | 110010 | 0 | 110 | 11011000 | 1010110 | 110110 |
Color Harmonies of #2678EF
Complementary color
Monochromatic Colors of #2678EF
Black with #2678EF
Text Example
Text Example
White with #2678EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2678EF; }
p { color: rgb(38,120,239); }
H1.HeaderClassName
{
color: #2678EF;
}
.AnyTagClassName
{
color: #2678EF;
}
</style>
background-color css
<style>
a { background-color: #2678EF; }
a { background-color: rgb(38,120,239); }
div.DivClassName
{
background-color: #2678EF;
}
.BgClassName
{
background-color: #2678EF;
}
</style>
border-color css
<style>
span { border-color: #2678EF; }
span { border-color: rgb(38,120,239); }
td.TdClassName
{
border-color: #2678EF;
}
.TagClassName
{
border-color: #2678EF;
}
</style>