Shades of Dodger Blue #2683EA
Tints of Dodger Blue #2683EA
RGB
CMYK
RGB Variations
Color information
#2683EA (or 0x2683EA) is known color: Dodger Blue. HEX triplet: 26, 83 and EA. RGB value is (38,131,234). Sum of RGB (Red+Green+Blue) = 38+131+234=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #2683EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2683EA is #D97C15. Grayscale: #727272. Windows color (decimal): -14253078 or 15368998. OLE color: 15368998.
HSL color Cylindrical-coordinate representation of color #2683EA: hue angle of 211.53º 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 #2683EA is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 131 | 234 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.08 |
| HSL | 211.53º | 0.82% | 0.53% | - |
| HSV(B) | 211.53º | 0.84% | 0.92% | - |
| XYZ | 23.77 | 22.59 | 80.95 | - |
| YUV | 114.94 | 195.19 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 234 | 0.84 | 0.44 | 0 | 0.08 | 211.53 | 0.82 | 0.53 |
| Hex | 26 | 83 | EA | 54 | 2C | 0 | 8 | D4 | 52 | 35 |
| Octal | 46 | 203 | 352 | 124 | 54 | 0 | 10 | 324 | 122 | 65 |
| Binary | 100110 | 10000011 | 11101010 | 1010100 | 101100 | 0 | 1000 | 11010100 | 1010010 | 110101 |
Color Harmonies of #2683EA
Complementary color
Monochromatic Colors of #2683EA
Black with #2683EA
Text Example
Text Example
White with #2683EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2683EA; }
p { color: rgb(38,131,234); }
H1.HeaderClassName
{
color: #2683EA;
}
.AnyTagClassName
{
color: #2683EA;
}
</style>
background-color css
<style>
a { background-color: #2683EA; }
a { background-color: rgb(38,131,234); }
div.DivClassName
{
background-color: #2683EA;
}
.BgClassName
{
background-color: #2683EA;
}
</style>
border-color css
<style>
span { border-color: #2683EA; }
span { border-color: rgb(38,131,234); }
td.TdClassName
{
border-color: #2683EA;
}
.TagClassName
{
border-color: #2683EA;
}
</style>