Shades of Dodger Blue #008BFE
Tints of Dodger Blue #008BFE
RGB
CMYK
RGB Variations
Color information
#008BFE (or 0x008BFE) is known color: Dodger Blue. HEX triplet: 00, 8B and FE. RGB value is (0,139,254). Sum of RGB (Red+Green+Blue) = 0+139+254=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #008BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BFE is #FF7401. Grayscale: #6D6D6D. Windows color (decimal): -16741378 or 16681728. OLE color: 16681728.
HSL color Cylindrical-coordinate representation of color #008BFE: hue angle of 207.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BFE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 139 | 254 | - |
| CMYK | 1 | 0.45 | 0 | 0.00 |
| HSL | 207.17º | 1% | 0.5% | - |
| HSV(B) | 207.17º | 1% | 1% | - |
| XYZ | 27.12 | 25.62 | 97.28 | - |
| YUV | 110.55 | 208.95 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 254 | 1 | 0.45 | 0 | 0.00 | 207.17 | 1 | 0.5 |
| Hex | 0 | 8B | FE | 64 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 0 | 213 | 376 | 144 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 0 | 10001011 | 11111110 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #008BFE
Complementary color
Monochromatic Colors of #008BFE
Black with #008BFE
Text Example
Text Example
White with #008BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BFE; }
p { color: rgb(0,139,254); }
H1.HeaderClassName
{
color: #008BFE;
}
.AnyTagClassName
{
color: #008BFE;
}
</style>
background-color css
<style>
a { background-color: #008BFE; }
a { background-color: rgb(0,139,254); }
div.DivClassName
{
background-color: #008BFE;
}
.BgClassName
{
background-color: #008BFE;
}
</style>
border-color css
<style>
span { border-color: #008BFE; }
span { border-color: rgb(0,139,254); }
td.TdClassName
{
border-color: #008BFE;
}
.TagClassName
{
border-color: #008BFE;
}
</style>