Shades of Dodger Blue #008BFC
Tints of Dodger Blue #008BFC
RGB
CMYK
RGB Variations
Color information
#008BFC (or 0x008BFC) is known color: Dodger Blue. HEX triplet: 00, 8B and FC. RGB value is (0,139,252). Sum of RGB (Red+Green+Blue) = 0+139+252=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #008BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BFC is #FF7403. Grayscale: #6D6D6D. Windows color (decimal): -16741380 or 16550656. OLE color: 16550656.
HSL color Cylindrical-coordinate representation of color #008BFC: hue angle of 206.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BFC is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 139 | 252 | - |
| CMYK | 1 | 0.45 | 0 | 0.01 |
| HSL | 206.9º | 1% | 0.49% | - |
| HSV(B) | 206.9º | 1% | 0.99% | - |
| XYZ | 26.8 | 25.49 | 95.6 | - |
| YUV | 110.32 | 207.95 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 252 | 1 | 0.45 | 0 | 0.01 | 206.9 | 1 | 0.49 |
| Hex | 0 | 8B | FC | 64 | 2D | 0 | 1 | CF | 64 | 31 |
| Octal | 0 | 213 | 374 | 144 | 55 | 0 | 1 | 317 | 144 | 61 |
| Binary | 0 | 10001011 | 11111100 | 1100100 | 101101 | 0 | 1 | 11001111 | 1100100 | 110001 |
Color Harmonies of #008BFC
Complementary color
Monochromatic Colors of #008BFC
Black with #008BFC
Text Example
Text Example
White with #008BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BFC; }
p { color: rgb(0,139,252); }
H1.HeaderClassName
{
color: #008BFC;
}
.AnyTagClassName
{
color: #008BFC;
}
</style>
background-color css
<style>
a { background-color: #008BFC; }
a { background-color: rgb(0,139,252); }
div.DivClassName
{
background-color: #008BFC;
}
.BgClassName
{
background-color: #008BFC;
}
</style>
border-color css
<style>
span { border-color: #008BFC; }
span { border-color: rgb(0,139,252); }
td.TdClassName
{
border-color: #008BFC;
}
.TagClassName
{
border-color: #008BFC;
}
</style>