Shades of Dodger Blue #4099F6
Tints of Dodger Blue #4099F6
RGB
CMYK
RGB Variations
Color information
#4099F6 (or 0x4099F6) is known color: Dodger Blue. HEX triplet: 40, 99 and F6. RGB value is (64,153,246). Sum of RGB (Red+Green+Blue) = 64+153+246=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #4099F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4099F6 is #BF6609. Grayscale: #888888. Windows color (decimal): -12543498 or 16161088. OLE color: 16161088.
HSL color Cylindrical-coordinate representation of color #4099F6: hue angle of 210.66º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4099F6 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 153 | 246 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.04 |
| HSL | 210.66º | 0.91% | 0.61% | - |
| HSV(B) | 210.66º | 0.74% | 0.96% | - |
| XYZ | 30.14 | 30.53 | 91.49 | - |
| YUV | 136.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 246 | 0.74 | 0.38 | 0 | 0.04 | 210.66 | 0.91 | 0.61 |
| Hex | 40 | 99 | F6 | 4A | 26 | 0 | 4 | D3 | 5B | 3D |
| Octal | 100 | 231 | 366 | 112 | 46 | 0 | 4 | 323 | 133 | 75 |
| Binary | 1000000 | 10011001 | 11110110 | 1001010 | 100110 | 0 | 100 | 11010011 | 1011011 | 111101 |
Color Harmonies of #4099F6
Complementary color
Monochromatic Colors of #4099F6
Black with #4099F6
Text Example
Text Example
White with #4099F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4099F6; }
p { color: rgb(64,153,246); }
H1.HeaderClassName
{
color: #4099F6;
}
.AnyTagClassName
{
color: #4099F6;
}
</style>
background-color css
<style>
a { background-color: #4099F6; }
a { background-color: rgb(64,153,246); }
div.DivClassName
{
background-color: #4099F6;
}
.BgClassName
{
background-color: #4099F6;
}
</style>
border-color css
<style>
span { border-color: #4099F6; }
span { border-color: rgb(64,153,246); }
td.TdClassName
{
border-color: #4099F6;
}
.TagClassName
{
border-color: #4099F6;
}
</style>