Shades of Pacific Blue #0F8CDB
Tints of Pacific Blue #0F8CDB
RGB
CMYK
RGB Variations
Color information
#0F8CDB (or 0x0F8CDB) is known color: Pacific Blue. HEX triplet: 0F, 8C and DB. RGB value is (15,140,219). Sum of RGB (Red+Green+Blue) = 15+140+219=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F8CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8CDB is #F07324. Grayscale: #6F6F6F. Windows color (decimal): -15758117 or 14388239. OLE color: 14388239.
HSL color Cylindrical-coordinate representation of color #0F8CDB: hue angle of 203.24º 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 #0F8CDB is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 140 | 219 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.14 |
| HSL | 203.24º | 0.87% | 0.46% | - |
| HSV(B) | 203.24º | 0.93% | 0.86% | - |
| XYZ | 22.36 | 23.97 | 70.47 | - |
| YUV | 111.63 | 188.59 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 140 | 219 | 0.93 | 0.36 | 0 | 0.14 | 203.24 | 0.87 | 0.46 |
| Hex | F | 8C | DB | 5D | 24 | 0 | E | CB | 57 | 2E |
| Octal | 17 | 214 | 333 | 135 | 44 | 0 | 16 | 313 | 127 | 56 |
| Binary | 1111 | 10001100 | 11011011 | 1011101 | 100100 | 0 | 1110 | 11001011 | 1010111 | 101110 |
Color Harmonies of #0F8CDB
Complementary color
Monochromatic Colors of #0F8CDB
Black with #0F8CDB
Text Example
Text Example
White with #0F8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8CDB; }
p { color: rgb(15,140,219); }
H1.HeaderClassName
{
color: #0F8CDB;
}
.AnyTagClassName
{
color: #0F8CDB;
}
</style>
background-color css
<style>
a { background-color: #0F8CDB; }
a { background-color: rgb(15,140,219); }
div.DivClassName
{
background-color: #0F8CDB;
}
.BgClassName
{
background-color: #0F8CDB;
}
</style>
border-color css
<style>
span { border-color: #0F8CDB; }
span { border-color: rgb(15,140,219); }
td.TdClassName
{
border-color: #0F8CDB;
}
.TagClassName
{
border-color: #0F8CDB;
}
</style>