Shades of Dodger Blue #008BFF
Tints of Dodger Blue #008BFF
RGB
CMYK
RGB Variations
Color information
#008BFF (or 0x008BFF) is known color: Dodger Blue. HEX triplet: 00, 8B and FF. RGB value is (0,139,255). Sum of RGB (Red+Green+Blue) = 0+139+255=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #008BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BFF is #FF7400. Grayscale: #6E6E6E. Windows color (decimal): -16741377 or 16747264. OLE color: 16747264.
HSL color Cylindrical-coordinate representation of color #008BFF: hue angle of 207.29º 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 #008BFF is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 139 | 255 | - |
| CMYK | 1 | 0.45 | 0 | 0 |
| HSL | 207.29º | 1% | 0.5% | - |
| HSV(B) | 207.29º | 1% | 1% | - |
| XYZ | 27.28 | 25.69 | 98.13 | - |
| YUV | 110.66 | 209.45 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 255 | 1 | 0.45 | 0 | 0 | 207.29 | 1 | 0.5 |
| Hex | 0 | 8B | FF | 64 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 0 | 213 | 377 | 144 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 0 | 10001011 | 11111111 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #008BFF
Complementary color
Monochromatic Colors of #008BFF
Black with #008BFF
Text Example
Text Example
White with #008BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BFF; }
p { color: rgb(0,139,255); }
H1.HeaderClassName
{
color: #008BFF;
}
.AnyTagClassName
{
color: #008BFF;
}
</style>
background-color css
<style>
a { background-color: #008BFF; }
a { background-color: rgb(0,139,255); }
div.DivClassName
{
background-color: #008BFF;
}
.BgClassName
{
background-color: #008BFF;
}
</style>
border-color css
<style>
span { border-color: #008BFF; }
span { border-color: rgb(0,139,255); }
td.TdClassName
{
border-color: #008BFF;
}
.TagClassName
{
border-color: #008BFF;
}
</style>