Shades of Pacific Blue #0F8FDB
Tints of Pacific Blue #0F8FDB
RGB
CMYK
RGB Variations
Color information
#0F8FDB (or 0x0F8FDB) is known color: Pacific Blue. HEX triplet: 0F, 8F and DB. RGB value is (15,143,219). Sum of RGB (Red+Green+Blue) = 15+143+219=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F8FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8FDB is #F07024. Grayscale: #707070. Windows color (decimal): -15757349 or 14389007. OLE color: 14389007.
HSL color Cylindrical-coordinate representation of color #0F8FDB: hue angle of 202.35º 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 #0F8FDB is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 143 | 219 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.14 |
| HSL | 202.35º | 0.87% | 0.46% | - |
| HSV(B) | 202.35º | 0.93% | 0.86% | - |
| XYZ | 22.81 | 24.86 | 70.61 | - |
| YUV | 113.39 | 187.59 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 143 | 219 | 0.93 | 0.35 | 0 | 0.14 | 202.35 | 0.87 | 0.46 |
| Hex | F | 8F | DB | 5D | 23 | 0 | E | CA | 57 | 2E |
| Octal | 17 | 217 | 333 | 135 | 43 | 0 | 16 | 312 | 127 | 56 |
| Binary | 1111 | 10001111 | 11011011 | 1011101 | 100011 | 0 | 1110 | 11001010 | 1010111 | 101110 |
Color Harmonies of #0F8FDB
Complementary color
Monochromatic Colors of #0F8FDB
Black with #0F8FDB
Text Example
Text Example
White with #0F8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8FDB; }
p { color: rgb(15,143,219); }
H1.HeaderClassName
{
color: #0F8FDB;
}
.AnyTagClassName
{
color: #0F8FDB;
}
</style>
background-color css
<style>
a { background-color: #0F8FDB; }
a { background-color: rgb(15,143,219); }
div.DivClassName
{
background-color: #0F8FDB;
}
.BgClassName
{
background-color: #0F8FDB;
}
</style>
border-color css
<style>
span { border-color: #0F8FDB; }
span { border-color: rgb(15,143,219); }
td.TdClassName
{
border-color: #0F8FDB;
}
.TagClassName
{
border-color: #0F8FDB;
}
</style>