Shades of Dodger Blue #408FFB
Tints of Dodger Blue #408FFB
RGB
CMYK
RGB Variations
Color information
#408FFB (or 0x408FFB) is known color: Dodger Blue. HEX triplet: 40, 8F and FB. RGB value is (64,143,251). Sum of RGB (Red+Green+Blue) = 64+143+251=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #408FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FFB is #BF7004. Grayscale: #838383. Windows color (decimal): -12546053 or 16486208. OLE color: 16486208.
HSL color Cylindrical-coordinate representation of color #408FFB: hue angle of 214.65º 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 #408FFB is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 143 | 251 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.02 |
| HSL | 214.65º | 0.96% | 0.62% | - |
| HSV(B) | 214.65º | 0.75% | 0.98% | - |
| XYZ | 29.35 | 27.7 | 95.07 | - |
| YUV | 131.69 | 195.33 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 251 | 0.75 | 0.43 | 0 | 0.02 | 214.65 | 0.96 | 0.62 |
| Hex | 40 | 8F | FB | 4B | 2B | 0 | 2 | D7 | 60 | 3E |
| Octal | 100 | 217 | 373 | 113 | 53 | 0 | 2 | 327 | 140 | 76 |
| Binary | 1000000 | 10001111 | 11111011 | 1001011 | 101011 | 0 | 10 | 11010111 | 1100000 | 111110 |
Color Harmonies of #408FFB
Complementary color
Monochromatic Colors of #408FFB
Black with #408FFB
Text Example
Text Example
White with #408FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FFB; }
p { color: rgb(64,143,251); }
H1.HeaderClassName
{
color: #408FFB;
}
.AnyTagClassName
{
color: #408FFB;
}
</style>
background-color css
<style>
a { background-color: #408FFB; }
a { background-color: rgb(64,143,251); }
div.DivClassName
{
background-color: #408FFB;
}
.BgClassName
{
background-color: #408FFB;
}
</style>
border-color css
<style>
span { border-color: #408FFB; }
span { border-color: rgb(64,143,251); }
td.TdClassName
{
border-color: #408FFB;
}
.TagClassName
{
border-color: #408FFB;
}
</style>