Shades of Pacific Blue #008BDF
Tints of Pacific Blue #008BDF
RGB
CMYK
RGB Variations
Color information
#008BDF (or 0x008BDF) is known color: Pacific Blue. HEX triplet: 00, 8B and DF. RGB value is (0,139,223). Sum of RGB (Red+Green+Blue) = 0+139+223=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #008BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BDF is #FF7420. Grayscale: #6A6A6A. Windows color (decimal): -16741409 or 14650112. OLE color: 14650112.
HSL color Cylindrical-coordinate representation of color #008BDF: hue angle of 202.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BDF is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 139 | 223 | - |
| CMYK | 1 | 0.38 | 0 | 0.13 |
| HSL | 202.6º | 1% | 0.44% | - |
| HSV(B) | 202.6º | 1% | 0.87% | - |
| XYZ | 22.55 | 23.79 | 73.22 | - |
| YUV | 107.02 | 193.45 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 223 | 1 | 0.38 | 0 | 0.13 | 202.6 | 1 | 0.44 |
| Hex | 0 | 8B | DF | 64 | 26 | 0 | D | CB | 64 | 2C |
| Octal | 0 | 213 | 337 | 144 | 46 | 0 | 15 | 313 | 144 | 54 |
| Binary | 0 | 10001011 | 11011111 | 1100100 | 100110 | 0 | 1101 | 11001011 | 1100100 | 101100 |
Color Harmonies of #008BDF
Complementary color
Monochromatic Colors of #008BDF
Black with #008BDF
Text Example
Text Example
White with #008BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BDF; }
p { color: rgb(0,139,223); }
H1.HeaderClassName
{
color: #008BDF;
}
.AnyTagClassName
{
color: #008BDF;
}
</style>
background-color css
<style>
a { background-color: #008BDF; }
a { background-color: rgb(0,139,223); }
div.DivClassName
{
background-color: #008BDF;
}
.BgClassName
{
background-color: #008BDF;
}
</style>
border-color css
<style>
span { border-color: #008BDF; }
span { border-color: rgb(0,139,223); }
td.TdClassName
{
border-color: #008BDF;
}
.TagClassName
{
border-color: #008BDF;
}
</style>