Shades of Dodger Blue #4097FB
Tints of Dodger Blue #4097FB
RGB
CMYK
RGB Variations
Color information
#4097FB (or 0x4097FB) is known color: Dodger Blue. HEX triplet: 40, 97 and FB. RGB value is (64,151,251). Sum of RGB (Red+Green+Blue) = 64+151+251=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #4097FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4097FB is #BF6804. Grayscale: #878787. Windows color (decimal): -12544005 or 16488256. OLE color: 16488256.
HSL color Cylindrical-coordinate representation of color #4097FB: hue angle of 212.09º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4097FB is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 151 | 251 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.02 |
| HSL | 212.09º | 0.96% | 0.62% | - |
| HSV(B) | 212.09º | 0.75% | 0.98% | - |
| XYZ | 30.59 | 30.19 | 95.48 | - |
| YUV | 136.39 | 192.68 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 251 | 0.75 | 0.40 | 0 | 0.02 | 212.09 | 0.96 | 0.62 |
| Hex | 40 | 97 | FB | 4B | 28 | 0 | 2 | D4 | 60 | 3E |
| Octal | 100 | 227 | 373 | 113 | 50 | 0 | 2 | 324 | 140 | 76 |
| Binary | 1000000 | 10010111 | 11111011 | 1001011 | 101000 | 0 | 10 | 11010100 | 1100000 | 111110 |
Color Harmonies of #4097FB
Complementary color
Monochromatic Colors of #4097FB
Black with #4097FB
Text Example
Text Example
White with #4097FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4097FB; }
p { color: rgb(64,151,251); }
H1.HeaderClassName
{
color: #4097FB;
}
.AnyTagClassName
{
color: #4097FB;
}
</style>
background-color css
<style>
a { background-color: #4097FB; }
a { background-color: rgb(64,151,251); }
div.DivClassName
{
background-color: #4097FB;
}
.BgClassName
{
background-color: #4097FB;
}
</style>
border-color css
<style>
span { border-color: #4097FB; }
span { border-color: rgb(64,151,251); }
td.TdClassName
{
border-color: #4097FB;
}
.TagClassName
{
border-color: #4097FB;
}
</style>