Shades of Pacific Blue #0F9FDB
Tints of Pacific Blue #0F9FDB
RGB
CMYK
RGB Variations
Color information
#0F9FDB (or 0x0F9FDB) is known color: Pacific Blue. HEX triplet: 0F, 9F and DB. RGB value is (15,159,219). Sum of RGB (Red+Green+Blue) = 15+159+219=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F9FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FDB is #F06024. Grayscale: #7A7A7A. Windows color (decimal): -15753253 or 14393103. OLE color: 14393103.
HSL color Cylindrical-coordinate representation of color #0F9FDB: hue angle of 197.65º 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 #0F9FDB is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 15 | 159 | 219 | - |
CMYK | 0.93 | 0.27 | 0 | 0.14 |
HSL | 197.65º | 0.87% | 0.46% | - |
HSV(B) | 197.65º | 0.93% | 0.86% | - |
XYZ | 25.38 | 30.01 | 71.47 | - |
YUV | 122.78 | 182.29 | 51.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 159 | 219 | 0.93 | 0.27 | 0 | 0.14 | 197.65 | 0.87 | 0.46 |
Hex | F | 9F | DB | 5D | 1B | 0 | E | C6 | 57 | 2E |
Octal | 17 | 237 | 333 | 135 | 33 | 0 | 16 | 306 | 127 | 56 |
Binary | 1111 | 10011111 | 11011011 | 1011101 | 11011 | 0 | 1110 | 11000110 | 1010111 | 101110 |
Color Harmonies of #0F9FDB
Complementary color
Monochromatic Colors of #0F9FDB
Black with #0F9FDB
Text Example
Text Example
White with #0F9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9FDB; }
p { color: rgb(15,159,219); }
H1.HeaderClassName
{
color: #0F9FDB;
}
.AnyTagClassName
{
color: #0F9FDB;
}
</style>
background-color css
<style>
a { background-color: #0F9FDB; }
a { background-color: rgb(15,159,219); }
div.DivClassName
{
background-color: #0F9FDB;
}
.BgClassName
{
background-color: #0F9FDB;
}
</style>
border-color css
<style>
span { border-color: #0F9FDB; }
span { border-color: rgb(15,159,219); }
td.TdClassName
{
border-color: #0F9FDB;
}
.TagClassName
{
border-color: #0F9FDB;
}
</style>