Shades of Dodger Blue #2690EE
Tints of Dodger Blue #2690EE
RGB
CMYK
RGB Variations
Color information
#2690EE (or 0x2690EE) is known color: Dodger Blue. HEX triplet: 26, 90 and EE. RGB value is (38,144,238). Sum of RGB (Red+Green+Blue) = 38+144+238=420 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #2690EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2690EE is #D96F11. Grayscale: #7A7A7A. Windows color (decimal): -14249746 or 15634470. OLE color: 15634470.
HSL color Cylindrical-coordinate representation of color #2690EE: hue angle of 208.2º degrees, saturation: 0.85, 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 #2690EE is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 144 | 238 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.07 |
| HSL | 208.2º | 0.85% | 0.54% | - |
| HSV(B) | 208.2º | 0.84% | 0.93% | - |
| XYZ | 26.21 | 26.53 | 84.63 | - |
| YUV | 123.02 | 192.88 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 238 | 0.84 | 0.39 | 0 | 0.07 | 208.2 | 0.85 | 0.54 |
| Hex | 26 | 90 | EE | 54 | 27 | 0 | 7 | D0 | 55 | 36 |
| Octal | 46 | 220 | 356 | 124 | 47 | 0 | 7 | 320 | 125 | 66 |
| Binary | 100110 | 10010000 | 11101110 | 1010100 | 100111 | 0 | 111 | 11010000 | 1010101 | 110110 |
Color Harmonies of #2690EE
Complementary color
Monochromatic Colors of #2690EE
Black with #2690EE
Text Example
Text Example
White with #2690EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2690EE; }
p { color: rgb(38,144,238); }
H1.HeaderClassName
{
color: #2690EE;
}
.AnyTagClassName
{
color: #2690EE;
}
</style>
background-color css
<style>
a { background-color: #2690EE; }
a { background-color: rgb(38,144,238); }
div.DivClassName
{
background-color: #2690EE;
}
.BgClassName
{
background-color: #2690EE;
}
</style>
border-color css
<style>
span { border-color: #2690EE; }
span { border-color: rgb(38,144,238); }
td.TdClassName
{
border-color: #2690EE;
}
.TagClassName
{
border-color: #2690EE;
}
</style>