Shades of Dodger Blue #2695EA
Tints of Dodger Blue #2695EA
RGB
CMYK
RGB Variations
Color information
#2695EA (or 0x2695EA) is known color: Dodger Blue. HEX triplet: 26, 95 and EA. RGB value is (38,149,234). Sum of RGB (Red+Green+Blue) = 38+149+234=421 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.03% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #2695EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2695EA is #D96A15. Grayscale: #7D7D7D. Windows color (decimal): -14248470 or 15373606. OLE color: 15373606.
HSL color Cylindrical-coordinate representation of color #2695EA: hue angle of 206.02º 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 #2695EA is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 149 | 234 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.08 |
| HSL | 206.02º | 0.82% | 0.53% | - |
| HSV(B) | 206.02º | 0.84% | 0.92% | - |
| XYZ | 26.4 | 27.85 | 81.83 | - |
| YUV | 125.5 | 189.23 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 234 | 0.84 | 0.36 | 0 | 0.08 | 206.02 | 0.82 | 0.53 |
| Hex | 26 | 95 | EA | 54 | 24 | 0 | 8 | CE | 52 | 35 |
| Octal | 46 | 225 | 352 | 124 | 44 | 0 | 10 | 316 | 122 | 65 |
| Binary | 100110 | 10010101 | 11101010 | 1010100 | 100100 | 0 | 1000 | 11001110 | 1010010 | 110101 |
Color Harmonies of #2695EA
Complementary color
Monochromatic Colors of #2695EA
Black with #2695EA
Text Example
Text Example
White with #2695EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695EA; }
p { color: rgb(38,149,234); }
H1.HeaderClassName
{
color: #2695EA;
}
.AnyTagClassName
{
color: #2695EA;
}
</style>
background-color css
<style>
a { background-color: #2695EA; }
a { background-color: rgb(38,149,234); }
div.DivClassName
{
background-color: #2695EA;
}
.BgClassName
{
background-color: #2695EA;
}
</style>
border-color css
<style>
span { border-color: #2695EA; }
span { border-color: rgb(38,149,234); }
td.TdClassName
{
border-color: #2695EA;
}
.TagClassName
{
border-color: #2695EA;
}
</style>