Shades of Pacific Blue #0F8DDB
Tints of Pacific Blue #0F8DDB
RGB
CMYK
RGB Variations
Color information
#0F8DDB (or 0x0F8DDB) is known color: Pacific Blue. HEX triplet: 0F, 8D and DB. RGB value is (15,141,219). Sum of RGB (Red+Green+Blue) = 15+141+219=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F8DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8DDB is #F07224. Grayscale: #6F6F6F. Windows color (decimal): -15757861 or 14388495. OLE color: 14388495.
HSL color Cylindrical-coordinate representation of color #0F8DDB: hue angle of 202.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8DDB is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 141 | 219 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.14 |
| HSL | 202.94º | 0.87% | 0.46% | - |
| HSV(B) | 202.94º | 0.93% | 0.86% | - |
| XYZ | 22.51 | 24.27 | 70.52 | - |
| YUV | 112.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 219 | 0.93 | 0.36 | 0 | 0.14 | 202.94 | 0.87 | 0.46 |
| Hex | F | 8D | DB | 5D | 24 | 0 | E | CB | 57 | 2E |
| Octal | 17 | 215 | 333 | 135 | 44 | 0 | 16 | 313 | 127 | 56 |
| Binary | 1111 | 10001101 | 11011011 | 1011101 | 100100 | 0 | 1110 | 11001011 | 1010111 | 101110 |
Color Harmonies of #0F8DDB
Complementary color
Monochromatic Colors of #0F8DDB
Black with #0F8DDB
Text Example
Text Example
White with #0F8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8DDB; }
p { color: rgb(15,141,219); }
H1.HeaderClassName
{
color: #0F8DDB;
}
.AnyTagClassName
{
color: #0F8DDB;
}
</style>
background-color css
<style>
a { background-color: #0F8DDB; }
a { background-color: rgb(15,141,219); }
div.DivClassName
{
background-color: #0F8DDB;
}
.BgClassName
{
background-color: #0F8DDB;
}
</style>
border-color css
<style>
span { border-color: #0F8DDB; }
span { border-color: rgb(15,141,219); }
td.TdClassName
{
border-color: #0F8DDB;
}
.TagClassName
{
border-color: #0F8DDB;
}
</style>