Shades of Dodger Blue #2695FF
Tints of Dodger Blue #2695FF
RGB
CMYK
RGB Variations
Color information
#2695FF (or 0x2695FF) is known color: Dodger Blue. HEX triplet: 26, 95 and FF. RGB value is (38,149,255). Sum of RGB (Red+Green+Blue) = 38+149+255=442 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.60% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #2695FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2695FF is #D96A00. Grayscale: #7F7F7F. Windows color (decimal): -14248449 or 16749862. OLE color: 16749862.
HSL color Cylindrical-coordinate representation of color #2695FF: hue angle of 209.31º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2695FF is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 149 | 255 | - |
| CMYK | 0.85 | 0.42 | 0 | 0 |
| HSL | 209.31º | 1% | 0.57% | - |
| HSV(B) | 209.31º | 0.85% | 1% | - |
| XYZ | 29.6 | 29.13 | 98.67 | - |
| YUV | 127.9 | 199.73 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 255 | 0.85 | 0.42 | 0 | 0 | 209.31 | 1 | 0.57 |
| Hex | 26 | 95 | FF | 55 | 2A | 0 | 0 | D1 | 64 | 39 |
| Octal | 46 | 225 | 377 | 125 | 52 | 0 | 0 | 321 | 144 | 71 |
| Binary | 100110 | 10010101 | 11111111 | 1010101 | 101010 | 0 | 0 | 11010001 | 1100100 | 111001 |
Color Harmonies of #2695FF
Complementary color
Monochromatic Colors of #2695FF
Black with #2695FF
Text Example
Text Example
White with #2695FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2695FF; }
p { color: rgb(38,149,255); }
H1.HeaderClassName
{
color: #2695FF;
}
.AnyTagClassName
{
color: #2695FF;
}
</style>
background-color css
<style>
a { background-color: #2695FF; }
a { background-color: rgb(38,149,255); }
div.DivClassName
{
background-color: #2695FF;
}
.BgClassName
{
background-color: #2695FF;
}
</style>
border-color css
<style>
span { border-color: #2695FF; }
span { border-color: rgb(38,149,255); }
td.TdClassName
{
border-color: #2695FF;
}
.TagClassName
{
border-color: #2695FF;
}
</style>