Shades of Pacific Blue #0D87CF
Tints of Pacific Blue #0D87CF
RGB
CMYK
RGB Variations
Color information
#0D87CF (or 0x0D87CF) is known color: Pacific Blue. HEX triplet: 0D, 87 and CF. RGB value is (13,135,207). Sum of RGB (Red+Green+Blue) = 13+135+207=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #0D87CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D87CF is #F27830. Grayscale: #6A6A6A. Windows color (decimal): -15890481 or 13600525. OLE color: 13600525.
HSL color Cylindrical-coordinate representation of color #0D87CF: hue angle of 202.27º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D87CF is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 13 | 135 | 207 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.19 |
| HSL | 202.27º | 0.88% | 0.43% | - |
| HSV(B) | 202.27º | 0.94% | 0.81% | - |
| XYZ | 20.09 | 21.92 | 62.2 | - |
| YUV | 106.73 | 184.58 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 135 | 207 | 0.94 | 0.35 | 0 | 0.19 | 202.27 | 0.88 | 0.43 |
| Hex | D | 87 | CF | 5E | 23 | 0 | 13 | CA | 58 | 2B |
| Octal | 15 | 207 | 317 | 136 | 43 | 0 | 23 | 312 | 130 | 53 |
| Binary | 1101 | 10000111 | 11001111 | 1011110 | 100011 | 0 | 10011 | 11001010 | 1011000 | 101011 |
Color Harmonies of #0D87CF
Complementary color
Monochromatic Colors of #0D87CF
Black with #0D87CF
Text Example
Text Example
White with #0D87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D87CF; }
p { color: rgb(13,135,207); }
H1.HeaderClassName
{
color: #0D87CF;
}
.AnyTagClassName
{
color: #0D87CF;
}
</style>
background-color css
<style>
a { background-color: #0D87CF; }
a { background-color: rgb(13,135,207); }
div.DivClassName
{
background-color: #0D87CF;
}
.BgClassName
{
background-color: #0D87CF;
}
</style>
border-color css
<style>
span { border-color: #0D87CF; }
span { border-color: rgb(13,135,207); }
td.TdClassName
{
border-color: #0D87CF;
}
.TagClassName
{
border-color: #0D87CF;
}
</style>