Shades of Dodger Blue #408FFD
Tints of Dodger Blue #408FFD
RGB
CMYK
RGB Variations
Color information
#408FFD (or 0x408FFD) is known color: Dodger Blue. HEX triplet: 40, 8F and FD. RGB value is (64,143,253). Sum of RGB (Red+Green+Blue) = 64+143+253=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #408FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FFD is #BF7002. Grayscale: #838383. Windows color (decimal): -12546051 or 16617280. OLE color: 16617280.
HSL color Cylindrical-coordinate representation of color #408FFD: hue angle of 214.92º 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 #408FFD is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 143 | 253 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.01 |
| HSL | 214.92º | 0.98% | 0.62% | - |
| HSV(B) | 214.92º | 0.75% | 0.99% | - |
| XYZ | 29.67 | 27.83 | 96.74 | - |
| YUV | 131.92 | 196.33 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 253 | 0.75 | 0.43 | 0 | 0.01 | 214.92 | 0.98 | 0.62 |
| Hex | 40 | 8F | FD | 4B | 2B | 0 | 1 | D7 | 62 | 3E |
| Octal | 100 | 217 | 375 | 113 | 53 | 0 | 1 | 327 | 142 | 76 |
| Binary | 1000000 | 10001111 | 11111101 | 1001011 | 101011 | 0 | 1 | 11010111 | 1100010 | 111110 |
Color Harmonies of #408FFD
Complementary color
Monochromatic Colors of #408FFD
Black with #408FFD
Text Example
Text Example
White with #408FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FFD; }
p { color: rgb(64,143,253); }
H1.HeaderClassName
{
color: #408FFD;
}
.AnyTagClassName
{
color: #408FFD;
}
</style>
background-color css
<style>
a { background-color: #408FFD; }
a { background-color: rgb(64,143,253); }
div.DivClassName
{
background-color: #408FFD;
}
.BgClassName
{
background-color: #408FFD;
}
</style>
border-color css
<style>
span { border-color: #408FFD; }
span { border-color: rgb(64,143,253); }
td.TdClassName
{
border-color: #408FFD;
}
.TagClassName
{
border-color: #408FFD;
}
</style>