Shades of Pacific Blue #0F8BDD
Tints of Pacific Blue #0F8BDD
RGB
CMYK
RGB Variations
Color information
#0F8BDD (or 0x0F8BDD) is known color: Pacific Blue. HEX triplet: 0F, 8B and DD. RGB value is (15,139,221). Sum of RGB (Red+Green+Blue) = 15+139+221=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F8BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8BDD is #F07422. Grayscale: #6E6E6E. Windows color (decimal): -15758371 or 14519055. OLE color: 14519055.
HSL color Cylindrical-coordinate representation of color #0F8BDD: hue angle of 203.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8BDD is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 139 | 221 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.13 |
| HSL | 203.88º | 0.87% | 0.46% | - |
| HSV(B) | 203.88º | 0.93% | 0.87% | - |
| XYZ | 22.48 | 23.79 | 71.81 | - |
| YUV | 111.27 | 189.92 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 221 | 0.93 | 0.37 | 0 | 0.13 | 203.88 | 0.87 | 0.46 |
| Hex | F | 8B | DD | 5D | 25 | 0 | D | CC | 57 | 2E |
| Octal | 17 | 213 | 335 | 135 | 45 | 0 | 15 | 314 | 127 | 56 |
| Binary | 1111 | 10001011 | 11011101 | 1011101 | 100101 | 0 | 1101 | 11001100 | 1010111 | 101110 |
Color Harmonies of #0F8BDD
Complementary color
Monochromatic Colors of #0F8BDD
Black with #0F8BDD
Text Example
Text Example
White with #0F8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8BDD; }
p { color: rgb(15,139,221); }
H1.HeaderClassName
{
color: #0F8BDD;
}
.AnyTagClassName
{
color: #0F8BDD;
}
</style>
background-color css
<style>
a { background-color: #0F8BDD; }
a { background-color: rgb(15,139,221); }
div.DivClassName
{
background-color: #0F8BDD;
}
.BgClassName
{
background-color: #0F8BDD;
}
</style>
border-color css
<style>
span { border-color: #0F8BDD; }
span { border-color: rgb(15,139,221); }
td.TdClassName
{
border-color: #0F8BDD;
}
.TagClassName
{
border-color: #0F8BDD;
}
</style>