Shades of Pacific Blue #0B8FDB
Tints of Pacific Blue #0B8FDB
RGB
CMYK
RGB Variations
Color information
#0B8FDB (or 0x0B8FDB) is known color: Pacific Blue. HEX triplet: 0B, 8F and DB. RGB value is (11,143,219). Sum of RGB (Red+Green+Blue) = 11+143+219=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B8FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B8FDB is #F47024. Grayscale: #6F6F6F. Windows color (decimal): -16019493 or 14389003. OLE color: 14389003.
HSL color Cylindrical-coordinate representation of color #0B8FDB: hue angle of 201.92º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B8FDB is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 143 | 219 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.14 |
| HSL | 201.92º | 0.9% | 0.45% | - |
| HSV(B) | 201.92º | 0.95% | 0.86% | - |
| XYZ | 22.75 | 24.83 | 70.61 | - |
| YUV | 112.2 | 188.27 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 219 | 0.95 | 0.35 | 0 | 0.14 | 201.92 | 0.9 | 0.45 |
| Hex | B | 8F | DB | 5F | 23 | 0 | E | CA | 5A | 2D |
| Octal | 13 | 217 | 333 | 137 | 43 | 0 | 16 | 312 | 132 | 55 |
| Binary | 1011 | 10001111 | 11011011 | 1011111 | 100011 | 0 | 1110 | 11001010 | 1011010 | 101101 |
Color Harmonies of #0B8FDB
Complementary color
Monochromatic Colors of #0B8FDB
Black with #0B8FDB
Text Example
Text Example
White with #0B8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8FDB; }
p { color: rgb(11,143,219); }
H1.HeaderClassName
{
color: #0B8FDB;
}
.AnyTagClassName
{
color: #0B8FDB;
}
</style>
background-color css
<style>
a { background-color: #0B8FDB; }
a { background-color: rgb(11,143,219); }
div.DivClassName
{
background-color: #0B8FDB;
}
.BgClassName
{
background-color: #0B8FDB;
}
</style>
border-color css
<style>
span { border-color: #0B8FDB; }
span { border-color: rgb(11,143,219); }
td.TdClassName
{
border-color: #0B8FDB;
}
.TagClassName
{
border-color: #0B8FDB;
}
</style>