Shades of Dodger Blue #4097FF
Tints of Dodger Blue #4097FF
RGB
CMYK
RGB Variations
Color information
#4097FF (or 0x4097FF) is known color: Dodger Blue. HEX triplet: 40, 97 and FF. RGB value is (64,151,255). Sum of RGB (Red+Green+Blue) = 64+151+255=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #4097FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4097FF is #BF6800. Grayscale: #888888. Windows color (decimal): -12544001 or 16750400. OLE color: 16750400.
HSL color Cylindrical-coordinate representation of color #4097FF: hue angle of 212.67º 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 #4097FF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 151 | 255 | - |
| CMYK | 0.75 | 0.41 | 0 | 0 |
| HSL | 212.67º | 1% | 0.63% | - |
| HSV(B) | 212.67º | 0.75% | 1% | - |
| XYZ | 31.23 | 30.44 | 98.84 | - |
| YUV | 136.84 | 194.68 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 255 | 0.75 | 0.41 | 0 | 0 | 212.67 | 1 | 0.63 |
| Hex | 40 | 97 | FF | 4B | 29 | 0 | 0 | D5 | 64 | 3F |
| Octal | 100 | 227 | 377 | 113 | 51 | 0 | 0 | 325 | 144 | 77 |
| Binary | 1000000 | 10010111 | 11111111 | 1001011 | 101001 | 0 | 0 | 11010101 | 1100100 | 111111 |
Color Harmonies of #4097FF
Complementary color
Monochromatic Colors of #4097FF
Black with #4097FF
Text Example
Text Example
White with #4097FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4097FF; }
p { color: rgb(64,151,255); }
H1.HeaderClassName
{
color: #4097FF;
}
.AnyTagClassName
{
color: #4097FF;
}
</style>
background-color css
<style>
a { background-color: #4097FF; }
a { background-color: rgb(64,151,255); }
div.DivClassName
{
background-color: #4097FF;
}
.BgClassName
{
background-color: #4097FF;
}
</style>
border-color css
<style>
span { border-color: #4097FF; }
span { border-color: rgb(64,151,255); }
td.TdClassName
{
border-color: #4097FF;
}
.TagClassName
{
border-color: #4097FF;
}
</style>