Shades of Dodger Blue #4096FF
Tints of Dodger Blue #4096FF
RGB
CMYK
RGB Variations
Color information
#4096FF (or 0x4096FF) is known color: Dodger Blue. HEX triplet: 40, 96 and FF. RGB value is (64,150,255). Sum of RGB (Red+Green+Blue) = 64+150+255=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #4096FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4096FF is #BF6900. Grayscale: #878787. Windows color (decimal): -12544257 or 16750144. OLE color: 16750144.
HSL color Cylindrical-coordinate representation of color #4096FF: hue angle of 212.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4096FF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 150 | 255 | - |
| CMYK | 0.75 | 0.41 | 0 | 0 |
| HSL | 212.98º | 1% | 0.63% | - |
| HSV(B) | 212.98º | 0.75% | 1% | - |
| XYZ | 31.07 | 30.12 | 98.78 | - |
| YUV | 136.26 | 195.01 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 255 | 0.75 | 0.41 | 0 | 0 | 212.98 | 1 | 0.63 |
| Hex | 40 | 96 | FF | 4B | 29 | 0 | 0 | D5 | 64 | 3F |
| Octal | 100 | 226 | 377 | 113 | 51 | 0 | 0 | 325 | 144 | 77 |
| Binary | 1000000 | 10010110 | 11111111 | 1001011 | 101001 | 0 | 0 | 11010101 | 1100100 | 111111 |
Color Harmonies of #4096FF
Complementary color
Monochromatic Colors of #4096FF
Black with #4096FF
Text Example
Text Example
White with #4096FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4096FF; }
p { color: rgb(64,150,255); }
H1.HeaderClassName
{
color: #4096FF;
}
.AnyTagClassName
{
color: #4096FF;
}
</style>
background-color css
<style>
a { background-color: #4096FF; }
a { background-color: rgb(64,150,255); }
div.DivClassName
{
background-color: #4096FF;
}
.BgClassName
{
background-color: #4096FF;
}
</style>
border-color css
<style>
span { border-color: #4096FF; }
span { border-color: rgb(64,150,255); }
td.TdClassName
{
border-color: #4096FF;
}
.TagClassName
{
border-color: #4096FF;
}
</style>