Shades of Dodger Blue #408BF5
Tints of Dodger Blue #408BF5
RGB
CMYK
RGB Variations
Color information
#408BF5 (or 0x408BF5) is known color: Dodger Blue. HEX triplet: 40, 8B and F5. RGB value is (64,139,245). Sum of RGB (Red+Green+Blue) = 64+139+245=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #408BF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408BF5 is #BF740A. Grayscale: #808080. Windows color (decimal): -12547083 or 16091968. OLE color: 16091968.
HSL color Cylindrical-coordinate representation of color #408BF5: hue angle of 215.14º degrees, saturation: 0.9, 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 #408BF5 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 139 | 245 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.04 |
| HSL | 215.14º | 0.9% | 0.61% | - |
| HSV(B) | 215.14º | 0.74% | 0.96% | - |
| XYZ | 27.83 | 26.15 | 89.97 | - |
| YUV | 128.66 | 193.65 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 245 | 0.74 | 0.43 | 0 | 0.04 | 215.14 | 0.9 | 0.61 |
| Hex | 40 | 8B | F5 | 4A | 2B | 0 | 4 | D7 | 5A | 3D |
| Octal | 100 | 213 | 365 | 112 | 53 | 0 | 4 | 327 | 132 | 75 |
| Binary | 1000000 | 10001011 | 11110101 | 1001010 | 101011 | 0 | 100 | 11010111 | 1011010 | 111101 |
Color Harmonies of #408BF5
Complementary color
Monochromatic Colors of #408BF5
Black with #408BF5
Text Example
Text Example
White with #408BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BF5; }
p { color: rgb(64,139,245); }
H1.HeaderClassName
{
color: #408BF5;
}
.AnyTagClassName
{
color: #408BF5;
}
</style>
background-color css
<style>
a { background-color: #408BF5; }
a { background-color: rgb(64,139,245); }
div.DivClassName
{
background-color: #408BF5;
}
.BgClassName
{
background-color: #408BF5;
}
</style>
border-color css
<style>
span { border-color: #408BF5; }
span { border-color: rgb(64,139,245); }
td.TdClassName
{
border-color: #408BF5;
}
.TagClassName
{
border-color: #408BF5;
}
</style>