Shades of Dodger Blue #2696FF
Tints of Dodger Blue #2696FF
RGB
CMYK
RGB Variations
Color information
#2696FF (or 0x2696FF) is known color: Dodger Blue. HEX triplet: 26, 96 and FF. RGB value is (38,150,255). Sum of RGB (Red+Green+Blue) = 38+150+255=443 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.58% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #2696FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2696FF is #D96900. Grayscale: #7F7F7F. Windows color (decimal): -14248193 or 16750118. OLE color: 16750118.
HSL color Cylindrical-coordinate representation of color #2696FF: hue angle of 209.03º 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 #2696FF is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 150 | 255 | - |
| CMYK | 0.85 | 0.41 | 0 | 0 |
| HSL | 209.03º | 1% | 0.57% | - |
| HSV(B) | 209.03º | 0.85% | 1% | - |
| XYZ | 29.76 | 29.44 | 98.72 | - |
| YUV | 128.48 | 199.39 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 255 | 0.85 | 0.41 | 0 | 0 | 209.03 | 1 | 0.57 |
| Hex | 26 | 96 | FF | 55 | 29 | 0 | 0 | D1 | 64 | 39 |
| Octal | 46 | 226 | 377 | 125 | 51 | 0 | 0 | 321 | 144 | 71 |
| Binary | 100110 | 10010110 | 11111111 | 1010101 | 101001 | 0 | 0 | 11010001 | 1100100 | 111001 |
Color Harmonies of #2696FF
Complementary color
Monochromatic Colors of #2696FF
Black with #2696FF
Text Example
Text Example
White with #2696FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696FF; }
p { color: rgb(38,150,255); }
H1.HeaderClassName
{
color: #2696FF;
}
.AnyTagClassName
{
color: #2696FF;
}
</style>
background-color css
<style>
a { background-color: #2696FF; }
a { background-color: rgb(38,150,255); }
div.DivClassName
{
background-color: #2696FF;
}
.BgClassName
{
background-color: #2696FF;
}
</style>
border-color css
<style>
span { border-color: #2696FF; }
span { border-color: rgb(38,150,255); }
td.TdClassName
{
border-color: #2696FF;
}
.TagClassName
{
border-color: #2696FF;
}
</style>