Shades of Dodger Blue #4096F8
Tints of Dodger Blue #4096F8
RGB
CMYK
RGB Variations
Color information
#4096F8 (or 0x4096F8) is known color: Dodger Blue. HEX triplet: 40, 96 and F8. RGB value is (64,150,248). Sum of RGB (Red+Green+Blue) = 64+150+248=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #4096F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4096F8 is #BF6907. Grayscale: #868686. Windows color (decimal): -12544264 or 16291392. OLE color: 16291392.
HSL color Cylindrical-coordinate representation of color #4096F8: hue angle of 211.96º degrees, saturation: 0.93, 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 #4096F8 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 150 | 248 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.03 |
| HSL | 211.96º | 0.93% | 0.61% | - |
| HSV(B) | 211.96º | 0.74% | 0.97% | - |
| XYZ | 29.96 | 29.68 | 92.96 | - |
| YUV | 135.46 | 191.51 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 248 | 0.74 | 0.40 | 0 | 0.03 | 211.96 | 0.93 | 0.61 |
| Hex | 40 | 96 | F8 | 4A | 28 | 0 | 3 | D4 | 5D | 3D |
| Octal | 100 | 226 | 370 | 112 | 50 | 0 | 3 | 324 | 135 | 75 |
| Binary | 1000000 | 10010110 | 11111000 | 1001010 | 101000 | 0 | 11 | 11010100 | 1011101 | 111101 |
Color Harmonies of #4096F8
Complementary color
Monochromatic Colors of #4096F8
Black with #4096F8
Text Example
Text Example
White with #4096F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4096F8; }
p { color: rgb(64,150,248); }
H1.HeaderClassName
{
color: #4096F8;
}
.AnyTagClassName
{
color: #4096F8;
}
</style>
background-color css
<style>
a { background-color: #4096F8; }
a { background-color: rgb(64,150,248); }
div.DivClassName
{
background-color: #4096F8;
}
.BgClassName
{
background-color: #4096F8;
}
</style>
border-color css
<style>
span { border-color: #4096F8; }
span { border-color: rgb(64,150,248); }
td.TdClassName
{
border-color: #4096F8;
}
.TagClassName
{
border-color: #4096F8;
}
</style>