Shades of Dodger Blue #2696FE
Tints of Dodger Blue #2696FE
RGB
CMYK
RGB Variations
Color information
#2696FE (or 0x2696FE) is known color: Dodger Blue. HEX triplet: 26, 96 and FE. RGB value is (38,150,254). Sum of RGB (Red+Green+Blue) = 38+150+254=442 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.60% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #2696FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2696FE is #D96901. Grayscale: #7F7F7F. Windows color (decimal): -14248194 or 16684582. OLE color: 16684582.
HSL color Cylindrical-coordinate representation of color #2696FE: hue angle of 208.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2696FE is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 150 | 254 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.00 |
| HSL | 208.89º | 0.99% | 0.57% | - |
| HSV(B) | 208.89º | 0.85% | 1% | - |
| XYZ | 29.6 | 29.38 | 97.88 | - |
| YUV | 128.37 | 198.89 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 254 | 0.85 | 0.41 | 0 | 0.00 | 208.89 | 0.99 | 0.57 |
| Hex | 26 | 96 | FE | 55 | 29 | 0 | 0 | D1 | 63 | 39 |
| Octal | 46 | 226 | 376 | 125 | 51 | 0 | 0 | 321 | 143 | 71 |
| Binary | 100110 | 10010110 | 11111110 | 1010101 | 101001 | 0 | 0 | 11010001 | 1100011 | 111001 |
Color Harmonies of #2696FE
Complementary color
Monochromatic Colors of #2696FE
Black with #2696FE
Text Example
Text Example
White with #2696FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696FE; }
p { color: rgb(38,150,254); }
H1.HeaderClassName
{
color: #2696FE;
}
.AnyTagClassName
{
color: #2696FE;
}
</style>
background-color css
<style>
a { background-color: #2696FE; }
a { background-color: rgb(38,150,254); }
div.DivClassName
{
background-color: #2696FE;
}
.BgClassName
{
background-color: #2696FE;
}
</style>
border-color css
<style>
span { border-color: #2696FE; }
span { border-color: rgb(38,150,254); }
td.TdClassName
{
border-color: #2696FE;
}
.TagClassName
{
border-color: #2696FE;
}
</style>