Shades of Dodger Blue #408AFB
Tints of Dodger Blue #408AFB
RGB
CMYK
RGB Variations
Color information
#408AFB (or 0x408AFB) is known color: Dodger Blue. HEX triplet: 40, 8A and FB. RGB value is (64,138,251). Sum of RGB (Red+Green+Blue) = 64+138+251=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #408AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408AFB is #BF7504. Grayscale: #808080. Windows color (decimal): -12547333 or 16484928. OLE color: 16484928.
HSL color Cylindrical-coordinate representation of color #408AFB: hue angle of 216.26º 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 #408AFB is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 138 | 251 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.02 |
| HSL | 216.26º | 0.96% | 0.62% | - |
| HSV(B) | 216.26º | 0.75% | 0.98% | - |
| XYZ | 28.62 | 26.23 | 94.82 | - |
| YUV | 128.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 251 | 0.75 | 0.45 | 0 | 0.02 | 216.26 | 0.96 | 0.62 |
| Hex | 40 | 8A | FB | 4B | 2D | 0 | 2 | D8 | 60 | 3E |
| Octal | 100 | 212 | 373 | 113 | 55 | 0 | 2 | 330 | 140 | 76 |
| Binary | 1000000 | 10001010 | 11111011 | 1001011 | 101101 | 0 | 10 | 11011000 | 1100000 | 111110 |
Color Harmonies of #408AFB
Complementary color
Monochromatic Colors of #408AFB
Black with #408AFB
Text Example
Text Example
White with #408AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AFB; }
p { color: rgb(64,138,251); }
H1.HeaderClassName
{
color: #408AFB;
}
.AnyTagClassName
{
color: #408AFB;
}
</style>
background-color css
<style>
a { background-color: #408AFB; }
a { background-color: rgb(64,138,251); }
div.DivClassName
{
background-color: #408AFB;
}
.BgClassName
{
background-color: #408AFB;
}
</style>
border-color css
<style>
span { border-color: #408AFB; }
span { border-color: rgb(64,138,251); }
td.TdClassName
{
border-color: #408AFB;
}
.TagClassName
{
border-color: #408AFB;
}
</style>