Shades of Dodger Blue #2696EA
Tints of Dodger Blue #2696EA
RGB
CMYK
RGB Variations
Color information
#2696EA (or 0x2696EA) is known color: Dodger Blue. HEX triplet: 26, 96 and EA. RGB value is (38,150,234). Sum of RGB (Red+Green+Blue) = 38+150+234=422 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.00% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #2696EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2696EA is #D96915. Grayscale: #7D7D7D. Windows color (decimal): -14248214 or 15373862. OLE color: 15373862.
HSL color Cylindrical-coordinate representation of color #2696EA: hue angle of 205.71º 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 #2696EA is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 150 | 234 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.08 |
| HSL | 205.71º | 0.82% | 0.53% | - |
| HSV(B) | 205.71º | 0.84% | 0.92% | - |
| XYZ | 26.56 | 28.17 | 81.88 | - |
| YUV | 126.09 | 188.89 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 234 | 0.84 | 0.36 | 0 | 0.08 | 205.71 | 0.82 | 0.53 |
| Hex | 26 | 96 | EA | 54 | 24 | 0 | 8 | CE | 52 | 35 |
| Octal | 46 | 226 | 352 | 124 | 44 | 0 | 10 | 316 | 122 | 65 |
| Binary | 100110 | 10010110 | 11101010 | 1010100 | 100100 | 0 | 1000 | 11001110 | 1010010 | 110101 |
Color Harmonies of #2696EA
Complementary color
Monochromatic Colors of #2696EA
Black with #2696EA
Text Example
Text Example
White with #2696EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696EA; }
p { color: rgb(38,150,234); }
H1.HeaderClassName
{
color: #2696EA;
}
.AnyTagClassName
{
color: #2696EA;
}
</style>
background-color css
<style>
a { background-color: #2696EA; }
a { background-color: rgb(38,150,234); }
div.DivClassName
{
background-color: #2696EA;
}
.BgClassName
{
background-color: #2696EA;
}
</style>
border-color css
<style>
span { border-color: #2696EA; }
span { border-color: rgb(38,150,234); }
td.TdClassName
{
border-color: #2696EA;
}
.TagClassName
{
border-color: #2696EA;
}
</style>