Shades of Dodger Blue #4097F6
Tints of Dodger Blue #4097F6
RGB
CMYK
RGB Variations
Color information
#4097F6 (or 0x4097F6) is known color: Dodger Blue. HEX triplet: 40, 97 and F6. RGB value is (64,151,246). Sum of RGB (Red+Green+Blue) = 64+151+246=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #4097F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4097F6 is #BF6809. Grayscale: #878787. Windows color (decimal): -12544010 or 16160576. OLE color: 16160576.
HSL color Cylindrical-coordinate representation of color #4097F6: hue angle of 211.32º 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 #4097F6 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 151 | 246 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.04 |
| HSL | 211.32º | 0.91% | 0.61% | - |
| HSV(B) | 211.32º | 0.74% | 0.96% | - |
| XYZ | 29.82 | 29.88 | 91.38 | - |
| YUV | 135.82 | 190.18 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 246 | 0.74 | 0.39 | 0 | 0.04 | 211.32 | 0.91 | 0.61 |
| Hex | 40 | 97 | F6 | 4A | 27 | 0 | 4 | D3 | 5B | 3D |
| Octal | 100 | 227 | 366 | 112 | 47 | 0 | 4 | 323 | 133 | 75 |
| Binary | 1000000 | 10010111 | 11110110 | 1001010 | 100111 | 0 | 100 | 11010011 | 1011011 | 111101 |
Color Harmonies of #4097F6
Complementary color
Monochromatic Colors of #4097F6
Black with #4097F6
Text Example
Text Example
White with #4097F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4097F6; }
p { color: rgb(64,151,246); }
H1.HeaderClassName
{
color: #4097F6;
}
.AnyTagClassName
{
color: #4097F6;
}
</style>
background-color css
<style>
a { background-color: #4097F6; }
a { background-color: rgb(64,151,246); }
div.DivClassName
{
background-color: #4097F6;
}
.BgClassName
{
background-color: #4097F6;
}
</style>
border-color css
<style>
span { border-color: #4097F6; }
span { border-color: rgb(64,151,246); }
td.TdClassName
{
border-color: #4097F6;
}
.TagClassName
{
border-color: #4097F6;
}
</style>