Shades of Dodger Blue #008BF5
Tints of Dodger Blue #008BF5
RGB
CMYK
RGB Variations
Color information
#008BF5 (or 0x008BF5) is known color: Dodger Blue. HEX triplet: 00, 8B and F5. RGB value is (0,139,245). Sum of RGB (Red+Green+Blue) = 0+139+245=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 245 (96.09% from 255 or 63.80% from 384); Max value from RGB is 245 - color contains mainly: blue. Hex color #008BF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BF5 is #FF740A. Grayscale: #6C6C6C. Windows color (decimal): -16741387 or 16091904. OLE color: 16091904.
HSL color Cylindrical-coordinate representation of color #008BF5: hue angle of 205.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BF5 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 139 | 245 | - |
| CMYK | 1 | 0.43 | 0 | 0.04 |
| HSL | 205.96º | 1% | 0.48% | - |
| HSV(B) | 205.96º | 1% | 0.96% | - |
| XYZ | 25.71 | 25.06 | 89.87 | - |
| YUV | 109.52 | 204.45 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 245 | 1 | 0.43 | 0 | 0.04 | 205.96 | 1 | 0.48 |
| Hex | 0 | 8B | F5 | 64 | 2B | 0 | 4 | CE | 64 | 30 |
| Octal | 0 | 213 | 365 | 144 | 53 | 0 | 4 | 316 | 144 | 60 |
| Binary | 0 | 10001011 | 11110101 | 1100100 | 101011 | 0 | 100 | 11001110 | 1100100 | 110000 |
Color Harmonies of #008BF5
Complementary color
Monochromatic Colors of #008BF5
Black with #008BF5
Text Example
Text Example
White with #008BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BF5; }
p { color: rgb(0,139,245); }
H1.HeaderClassName
{
color: #008BF5;
}
.AnyTagClassName
{
color: #008BF5;
}
</style>
background-color css
<style>
a { background-color: #008BF5; }
a { background-color: rgb(0,139,245); }
div.DivClassName
{
background-color: #008BF5;
}
.BgClassName
{
background-color: #008BF5;
}
</style>
border-color css
<style>
span { border-color: #008BF5; }
span { border-color: rgb(0,139,245); }
td.TdClassName
{
border-color: #008BF5;
}
.TagClassName
{
border-color: #008BF5;
}
</style>