Shades of Dodger Blue #008BFD
Tints of Dodger Blue #008BFD
RGB
CMYK
RGB Variations
Color information
#008BFD (or 0x008BFD) is known color: Dodger Blue. HEX triplet: 00, 8B and FD. RGB value is (0,139,253). Sum of RGB (Red+Green+Blue) = 0+139+253=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #008BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BFD is #FF7402. Grayscale: #6D6D6D. Windows color (decimal): -16741379 or 16616192. OLE color: 16616192.
HSL color Cylindrical-coordinate representation of color #008BFD: hue angle of 207.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BFD is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 139 | 253 | - |
| CMYK | 1 | 0.45 | 0 | 0.01 |
| HSL | 207.04º | 1% | 0.5% | - |
| HSV(B) | 207.04º | 1% | 0.99% | - |
| XYZ | 26.96 | 25.56 | 96.44 | - |
| YUV | 110.44 | 208.45 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 253 | 1 | 0.45 | 0 | 0.01 | 207.04 | 1 | 0.5 |
| Hex | 0 | 8B | FD | 64 | 2D | 0 | 1 | CF | 64 | 32 |
| Octal | 0 | 213 | 375 | 144 | 55 | 0 | 1 | 317 | 144 | 62 |
| Binary | 0 | 10001011 | 11111101 | 1100100 | 101101 | 0 | 1 | 11001111 | 1100100 | 110010 |
Color Harmonies of #008BFD
Complementary color
Monochromatic Colors of #008BFD
Black with #008BFD
Text Example
Text Example
White with #008BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BFD; }
p { color: rgb(0,139,253); }
H1.HeaderClassName
{
color: #008BFD;
}
.AnyTagClassName
{
color: #008BFD;
}
</style>
background-color css
<style>
a { background-color: #008BFD; }
a { background-color: rgb(0,139,253); }
div.DivClassName
{
background-color: #008BFD;
}
.BgClassName
{
background-color: #008BFD;
}
</style>
border-color css
<style>
span { border-color: #008BFD; }
span { border-color: rgb(0,139,253); }
td.TdClassName
{
border-color: #008BFD;
}
.TagClassName
{
border-color: #008BFD;
}
</style>