Shades of Dodger Blue #2697EC
Tints of Dodger Blue #2697EC
RGB
CMYK
RGB Variations
Color information
#2697EC (or 0x2697EC) is known color: Dodger Blue. HEX triplet: 26, 97 and EC. RGB value is (38,151,236). Sum of RGB (Red+Green+Blue) = 38+151+236=425 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.94% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #2697EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2697EC is #D96813. Grayscale: #7E7E7E. Windows color (decimal): -14247956 or 15505190. OLE color: 15505190.
HSL color Cylindrical-coordinate representation of color #2697EC: hue angle of 205.76º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2697EC is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 151 | 236 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.07 |
| HSL | 205.76º | 0.84% | 0.54% | - |
| HSV(B) | 205.76º | 0.84% | 0.93% | - |
| XYZ | 27.01 | 28.6 | 83.45 | - |
| YUV | 126.9 | 189.56 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 236 | 0.84 | 0.36 | 0 | 0.07 | 205.76 | 0.84 | 0.54 |
| Hex | 26 | 97 | EC | 54 | 24 | 0 | 7 | CE | 54 | 36 |
| Octal | 46 | 227 | 354 | 124 | 44 | 0 | 7 | 316 | 124 | 66 |
| Binary | 100110 | 10010111 | 11101100 | 1010100 | 100100 | 0 | 111 | 11001110 | 1010100 | 110110 |
Color Harmonies of #2697EC
Complementary color
Monochromatic Colors of #2697EC
Black with #2697EC
Text Example
Text Example
White with #2697EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2697EC; }
p { color: rgb(38,151,236); }
H1.HeaderClassName
{
color: #2697EC;
}
.AnyTagClassName
{
color: #2697EC;
}
</style>
background-color css
<style>
a { background-color: #2697EC; }
a { background-color: rgb(38,151,236); }
div.DivClassName
{
background-color: #2697EC;
}
.BgClassName
{
background-color: #2697EC;
}
</style>
border-color css
<style>
span { border-color: #2697EC; }
span { border-color: rgb(38,151,236); }
td.TdClassName
{
border-color: #2697EC;
}
.TagClassName
{
border-color: #2697EC;
}
</style>