Shades of Dodger Blue #2695E8
Tints of Dodger Blue #2695E8
RGB
CMYK
RGB Variations
Color information
#2695E8 (or 0x2695E8) is known color: Dodger Blue. HEX triplet: 26, 95 and E8. RGB value is (38,149,232). Sum of RGB (Red+Green+Blue) = 38+149+232=419 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.07% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #2695E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2695E8 is #D96A17. Grayscale: #7C7C7C. Windows color (decimal): -14248472 or 15242534. OLE color: 15242534.
HSL color Cylindrical-coordinate representation of color #2695E8: hue angle of 205.67º 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 #2695E8 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 149 | 232 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.09 |
| HSL | 205.67º | 0.81% | 0.53% | - |
| HSV(B) | 205.67º | 0.84% | 0.91% | - |
| XYZ | 26.11 | 27.73 | 80.32 | - |
| YUV | 125.27 | 188.23 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 232 | 0.84 | 0.36 | 0 | 0.09 | 205.67 | 0.81 | 0.53 |
| Hex | 26 | 95 | E8 | 54 | 24 | 0 | 9 | CE | 51 | 35 |
| Octal | 46 | 225 | 350 | 124 | 44 | 0 | 11 | 316 | 121 | 65 |
| Binary | 100110 | 10010101 | 11101000 | 1010100 | 100100 | 0 | 1001 | 11001110 | 1010001 | 110101 |
Color Harmonies of #2695E8
Complementary color
Monochromatic Colors of #2695E8
Black with #2695E8
Text Example
Text Example
White with #2695E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695E8; }
p { color: rgb(38,149,232); }
H1.HeaderClassName
{
color: #2695E8;
}
.AnyTagClassName
{
color: #2695E8;
}
</style>
background-color css
<style>
a { background-color: #2695E8; }
a { background-color: rgb(38,149,232); }
div.DivClassName
{
background-color: #2695E8;
}
.BgClassName
{
background-color: #2695E8;
}
</style>
border-color css
<style>
span { border-color: #2695E8; }
span { border-color: rgb(38,149,232); }
td.TdClassName
{
border-color: #2695E8;
}
.TagClassName
{
border-color: #2695E8;
}
</style>