Shades of Dodger Blue #2677EA
Tints of Dodger Blue #2677EA
RGB
CMYK
RGB Variations
Color information
#2677EA (or 0x2677EA) is known color: Dodger Blue. HEX triplet: 26, 77 and EA. RGB value is (38,119,234). Sum of RGB (Red+Green+Blue) = 38+119+234=391 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.72% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #2677EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2677EA is #D98815. Grayscale: #6B6B6B. Windows color (decimal): -14256150 or 15365926. OLE color: 15365926.
HSL color Cylindrical-coordinate representation of color #2677EA: hue angle of 215.2º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2677EA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 119 | 234 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.08 |
| HSL | 215.2º | 0.82% | 0.53% | - |
| HSV(B) | 215.2º | 0.84% | 0.92% | - |
| XYZ | 22.25 | 19.55 | 80.44 | - |
| YUV | 107.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 234 | 0.84 | 0.49 | 0 | 0.08 | 215.2 | 0.82 | 0.53 |
| Hex | 26 | 77 | EA | 54 | 31 | 0 | 8 | D7 | 52 | 35 |
| Octal | 46 | 167 | 352 | 124 | 61 | 0 | 10 | 327 | 122 | 65 |
| Binary | 100110 | 1110111 | 11101010 | 1010100 | 110001 | 0 | 1000 | 11010111 | 1010010 | 110101 |
Color Harmonies of #2677EA
Complementary color
Monochromatic Colors of #2677EA
Black with #2677EA
Text Example
Text Example
White with #2677EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2677EA; }
p { color: rgb(38,119,234); }
H1.HeaderClassName
{
color: #2677EA;
}
.AnyTagClassName
{
color: #2677EA;
}
</style>
background-color css
<style>
a { background-color: #2677EA; }
a { background-color: rgb(38,119,234); }
div.DivClassName
{
background-color: #2677EA;
}
.BgClassName
{
background-color: #2677EA;
}
</style>
border-color css
<style>
span { border-color: #2677EA; }
span { border-color: rgb(38,119,234); }
td.TdClassName
{
border-color: #2677EA;
}
.TagClassName
{
border-color: #2677EA;
}
</style>