Shades of Dodger Blue #4096F7
Tints of Dodger Blue #4096F7
RGB
CMYK
RGB Variations
Color information
#4096F7 (or 0x4096F7) is known color: Dodger Blue. HEX triplet: 40, 96 and F7. RGB value is (64,150,247). Sum of RGB (Red+Green+Blue) = 64+150+247=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #4096F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4096F7 is #BF6908. Grayscale: #868686. Windows color (decimal): -12544265 or 16225856. OLE color: 16225856.
HSL color Cylindrical-coordinate representation of color #4096F7: hue angle of 211.8º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4096F7 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 150 | 247 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.03 |
| HSL | 211.8º | 0.92% | 0.61% | - |
| HSV(B) | 211.8º | 0.74% | 0.97% | - |
| XYZ | 29.81 | 29.62 | 92.14 | - |
| YUV | 135.34 | 191.01 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 247 | 0.74 | 0.39 | 0 | 0.03 | 211.8 | 0.92 | 0.61 |
| Hex | 40 | 96 | F7 | 4A | 27 | 0 | 3 | D4 | 5C | 3D |
| Octal | 100 | 226 | 367 | 112 | 47 | 0 | 3 | 324 | 134 | 75 |
| Binary | 1000000 | 10010110 | 11110111 | 1001010 | 100111 | 0 | 11 | 11010100 | 1011100 | 111101 |
Color Harmonies of #4096F7
Complementary color
Monochromatic Colors of #4096F7
Black with #4096F7
Text Example
Text Example
White with #4096F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4096F7; }
p { color: rgb(64,150,247); }
H1.HeaderClassName
{
color: #4096F7;
}
.AnyTagClassName
{
color: #4096F7;
}
</style>
background-color css
<style>
a { background-color: #4096F7; }
a { background-color: rgb(64,150,247); }
div.DivClassName
{
background-color: #4096F7;
}
.BgClassName
{
background-color: #4096F7;
}
</style>
border-color css
<style>
span { border-color: #4096F7; }
span { border-color: rgb(64,150,247); }
td.TdClassName
{
border-color: #4096F7;
}
.TagClassName
{
border-color: #4096F7;
}
</style>