Shades of Dodger Blue #2694EB
Tints of Dodger Blue #2694EB
RGB
CMYK
RGB Variations
Color information
#2694EB (or 0x2694EB) is known color: Dodger Blue. HEX triplet: 26, 94 and EB. RGB value is (38,148,235). Sum of RGB (Red+Green+Blue) = 38+148+235=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #2694EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2694EB is #D96B14. Grayscale: #7C7C7C. Windows color (decimal): -14248725 or 15438886. OLE color: 15438886.
HSL color Cylindrical-coordinate representation of color #2694EB: hue angle of 206.5º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2694EB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 148 | 235 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.08 |
| HSL | 206.5º | 0.83% | 0.54% | - |
| HSV(B) | 206.5º | 0.84% | 0.92% | - |
| XYZ | 26.38 | 27.59 | 82.53 | - |
| YUV | 125.03 | 190.06 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 235 | 0.84 | 0.37 | 0 | 0.08 | 206.5 | 0.83 | 0.54 |
| Hex | 26 | 94 | EB | 54 | 25 | 0 | 8 | CE | 53 | 36 |
| Octal | 46 | 224 | 353 | 124 | 45 | 0 | 10 | 316 | 123 | 66 |
| Binary | 100110 | 10010100 | 11101011 | 1010100 | 100101 | 0 | 1000 | 11001110 | 1010011 | 110110 |
Color Harmonies of #2694EB
Complementary color
Monochromatic Colors of #2694EB
Black with #2694EB
Text Example
Text Example
White with #2694EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2694EB; }
p { color: rgb(38,148,235); }
H1.HeaderClassName
{
color: #2694EB;
}
.AnyTagClassName
{
color: #2694EB;
}
</style>
background-color css
<style>
a { background-color: #2694EB; }
a { background-color: rgb(38,148,235); }
div.DivClassName
{
background-color: #2694EB;
}
.BgClassName
{
background-color: #2694EB;
}
</style>
border-color css
<style>
span { border-color: #2694EB; }
span { border-color: rgb(38,148,235); }
td.TdClassName
{
border-color: #2694EB;
}
.TagClassName
{
border-color: #2694EB;
}
</style>