Shades of Dodger Blue #2689E8
Tints of Dodger Blue #2689E8
RGB
CMYK
RGB Variations
Color information
#2689E8 (or 0x2689E8) is known color: Dodger Blue. HEX triplet: 26, 89 and E8. RGB value is (38,137,232). Sum of RGB (Red+Green+Blue) = 38+137+232=407 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.34% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 232 (91.02% from 255 or 57.00% from 407); Max value from RGB is 232 - color contains mainly: blue. Hex color #2689E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2689E8 is #D97617. Grayscale: #757575. Windows color (decimal): -14251544 or 15239462. OLE color: 15239462.
HSL color Cylindrical-coordinate representation of color #2689E8: hue angle of 209.38º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2689E8 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 137 | 232 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.09 |
| HSL | 209.38º | 0.81% | 0.53% | - |
| HSV(B) | 209.38º | 0.84% | 0.91% | - |
| XYZ | 24.31 | 24.13 | 79.72 | - |
| YUV | 118.23 | 192.2 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 232 | 0.84 | 0.41 | 0 | 0.09 | 209.38 | 0.81 | 0.53 |
| Hex | 26 | 89 | E8 | 54 | 29 | 0 | 9 | D1 | 51 | 35 |
| Octal | 46 | 211 | 350 | 124 | 51 | 0 | 11 | 321 | 121 | 65 |
| Binary | 100110 | 10001001 | 11101000 | 1010100 | 101001 | 0 | 1001 | 11010001 | 1010001 | 110101 |
Color Harmonies of #2689E8
Complementary color
Monochromatic Colors of #2689E8
Black with #2689E8
Text Example
Text Example
White with #2689E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2689E8; }
p { color: rgb(38,137,232); }
H1.HeaderClassName
{
color: #2689E8;
}
.AnyTagClassName
{
color: #2689E8;
}
</style>
background-color css
<style>
a { background-color: #2689E8; }
a { background-color: rgb(38,137,232); }
div.DivClassName
{
background-color: #2689E8;
}
.BgClassName
{
background-color: #2689E8;
}
</style>
border-color css
<style>
span { border-color: #2689E8; }
span { border-color: rgb(38,137,232); }
td.TdClassName
{
border-color: #2689E8;
}
.TagClassName
{
border-color: #2689E8;
}
</style>