Shades of Dodger Blue #2686EA
Tints of Dodger Blue #2686EA
RGB
CMYK
RGB Variations
Color information
#2686EA (or 0x2686EA) is known color: Dodger Blue. HEX triplet: 26, 86 and EA. RGB value is (38,134,234). Sum of RGB (Red+Green+Blue) = 38+134+234=406 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.36% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #2686EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2686EA is #D97915. Grayscale: #747474. Windows color (decimal): -14252310 or 15369766. OLE color: 15369766.
HSL color Cylindrical-coordinate representation of color #2686EA: hue angle of 210.61º 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 #2686EA is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 134 | 234 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.08 |
| HSL | 210.61º | 0.82% | 0.53% | - |
| HSV(B) | 210.61º | 0.84% | 0.92% | - |
| XYZ | 24.18 | 23.4 | 81.08 | - |
| YUV | 116.7 | 194.2 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 234 | 0.84 | 0.43 | 0 | 0.08 | 210.61 | 0.82 | 0.53 |
| Hex | 26 | 86 | EA | 54 | 2B | 0 | 8 | D3 | 52 | 35 |
| Octal | 46 | 206 | 352 | 124 | 53 | 0 | 10 | 323 | 122 | 65 |
| Binary | 100110 | 10000110 | 11101010 | 1010100 | 101011 | 0 | 1000 | 11010011 | 1010010 | 110101 |
Color Harmonies of #2686EA
Complementary color
Monochromatic Colors of #2686EA
Black with #2686EA
Text Example
Text Example
White with #2686EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2686EA; }
p { color: rgb(38,134,234); }
H1.HeaderClassName
{
color: #2686EA;
}
.AnyTagClassName
{
color: #2686EA;
}
</style>
background-color css
<style>
a { background-color: #2686EA; }
a { background-color: rgb(38,134,234); }
div.DivClassName
{
background-color: #2686EA;
}
.BgClassName
{
background-color: #2686EA;
}
</style>
border-color css
<style>
span { border-color: #2686EA; }
span { border-color: rgb(38,134,234); }
td.TdClassName
{
border-color: #2686EA;
}
.TagClassName
{
border-color: #2686EA;
}
</style>