Shades of Dodger Blue #2683EB
Tints of Dodger Blue #2683EB
RGB
CMYK
RGB Variations
Color information
#2683EB (or 0x2683EB) is known color: Dodger Blue. HEX triplet: 26, 83 and EB. RGB value is (38,131,235). Sum of RGB (Red+Green+Blue) = 38+131+235=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #2683EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2683EB is #D97C14. Grayscale: #727272. Windows color (decimal): -14253077 or 15434534. OLE color: 15434534.
HSL color Cylindrical-coordinate representation of color #2683EB: hue angle of 211.68º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2683EB is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 131 | 235 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.08 |
| HSL | 211.68º | 0.83% | 0.54% | - |
| HSV(B) | 211.68º | 0.84% | 0.92% | - |
| XYZ | 23.91 | 22.64 | 81.71 | - |
| YUV | 115.05 | 195.69 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 235 | 0.84 | 0.44 | 0 | 0.08 | 211.68 | 0.83 | 0.54 |
| Hex | 26 | 83 | EB | 54 | 2C | 0 | 8 | D4 | 53 | 36 |
| Octal | 46 | 203 | 353 | 124 | 54 | 0 | 10 | 324 | 123 | 66 |
| Binary | 100110 | 10000011 | 11101011 | 1010100 | 101100 | 0 | 1000 | 11010100 | 1010011 | 110110 |
Color Harmonies of #2683EB
Complementary color
Monochromatic Colors of #2683EB
Black with #2683EB
Text Example
Text Example
White with #2683EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2683EB; }
p { color: rgb(38,131,235); }
H1.HeaderClassName
{
color: #2683EB;
}
.AnyTagClassName
{
color: #2683EB;
}
</style>
background-color css
<style>
a { background-color: #2683EB; }
a { background-color: rgb(38,131,235); }
div.DivClassName
{
background-color: #2683EB;
}
.BgClassName
{
background-color: #2683EB;
}
</style>
border-color css
<style>
span { border-color: #2683EB; }
span { border-color: rgb(38,131,235); }
td.TdClassName
{
border-color: #2683EB;
}
.TagClassName
{
border-color: #2683EB;
}
</style>