Shades of Dodger Blue #2696FC
Tints of Dodger Blue #2696FC
RGB
CMYK
RGB Variations
Color information
#2696FC (or 0x2696FC) is known color: Dodger Blue. HEX triplet: 26, 96 and FC. RGB value is (38,150,252). Sum of RGB (Red+Green+Blue) = 38+150+252=440 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.64% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #2696FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2696FC is #D96903. Grayscale: #7F7F7F. Windows color (decimal): -14248196 or 16553510. OLE color: 16553510.
HSL color Cylindrical-coordinate representation of color #2696FC: hue angle of 208.6º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2696FC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 150 | 252 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.01 |
| HSL | 208.6º | 0.97% | 0.57% | - |
| HSV(B) | 208.6º | 0.85% | 0.99% | - |
| XYZ | 29.28 | 29.25 | 96.2 | - |
| YUV | 128.14 | 197.89 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 252 | 0.85 | 0.40 | 0 | 0.01 | 208.6 | 0.97 | 0.57 |
| Hex | 26 | 96 | FC | 55 | 28 | 0 | 1 | D1 | 61 | 39 |
| Octal | 46 | 226 | 374 | 125 | 50 | 0 | 1 | 321 | 141 | 71 |
| Binary | 100110 | 10010110 | 11111100 | 1010101 | 101000 | 0 | 1 | 11010001 | 1100001 | 111001 |
Color Harmonies of #2696FC
Complementary color
Monochromatic Colors of #2696FC
Black with #2696FC
Text Example
Text Example
White with #2696FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696FC; }
p { color: rgb(38,150,252); }
H1.HeaderClassName
{
color: #2696FC;
}
.AnyTagClassName
{
color: #2696FC;
}
</style>
background-color css
<style>
a { background-color: #2696FC; }
a { background-color: rgb(38,150,252); }
div.DivClassName
{
background-color: #2696FC;
}
.BgClassName
{
background-color: #2696FC;
}
</style>
border-color css
<style>
span { border-color: #2696FC; }
span { border-color: rgb(38,150,252); }
td.TdClassName
{
border-color: #2696FC;
}
.TagClassName
{
border-color: #2696FC;
}
</style>