Shades of Dodger Blue #4097FD
Tints of Dodger Blue #4097FD
RGB
CMYK
RGB Variations
Color information
#4097FD (or 0x4097FD) is known color: Dodger Blue. HEX triplet: 40, 97 and FD. RGB value is (64,151,253). Sum of RGB (Red+Green+Blue) = 64+151+253=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #4097FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4097FD is #BF6802. Grayscale: #888888. Windows color (decimal): -12544003 or 16619328. OLE color: 16619328.
HSL color Cylindrical-coordinate representation of color #4097FD: hue angle of 212.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4097FD is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 151 | 253 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.01 |
| HSL | 212.38º | 0.98% | 0.62% | - |
| HSV(B) | 212.38º | 0.75% | 0.99% | - |
| XYZ | 30.91 | 30.32 | 97.15 | - |
| YUV | 136.62 | 193.68 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 253 | 0.75 | 0.40 | 0 | 0.01 | 212.38 | 0.98 | 0.62 |
| Hex | 40 | 97 | FD | 4B | 28 | 0 | 1 | D4 | 62 | 3E |
| Octal | 100 | 227 | 375 | 113 | 50 | 0 | 1 | 324 | 142 | 76 |
| Binary | 1000000 | 10010111 | 11111101 | 1001011 | 101000 | 0 | 1 | 11010100 | 1100010 | 111110 |
Color Harmonies of #4097FD
Complementary color
Monochromatic Colors of #4097FD
Black with #4097FD
Text Example
Text Example
White with #4097FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4097FD; }
p { color: rgb(64,151,253); }
H1.HeaderClassName
{
color: #4097FD;
}
.AnyTagClassName
{
color: #4097FD;
}
</style>
background-color css
<style>
a { background-color: #4097FD; }
a { background-color: rgb(64,151,253); }
div.DivClassName
{
background-color: #4097FD;
}
.BgClassName
{
background-color: #4097FD;
}
</style>
border-color css
<style>
span { border-color: #4097FD; }
span { border-color: rgb(64,151,253); }
td.TdClassName
{
border-color: #4097FD;
}
.TagClassName
{
border-color: #4097FD;
}
</style>