Shades of Pacific Blue #0F8FDD
Tints of Pacific Blue #0F8FDD
RGB
CMYK
RGB Variations
Color information
#0F8FDD (or 0x0F8FDD) is known color: Pacific Blue. HEX triplet: 0F, 8F and DD. RGB value is (15,143,221). Sum of RGB (Red+Green+Blue) = 15+143+221=379 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.96% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F8FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8FDD is #F07022. Grayscale: #717171. Windows color (decimal): -15757347 or 14520079. OLE color: 14520079.
HSL color Cylindrical-coordinate representation of color #0F8FDD: hue angle of 202.72º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8FDD is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 143 | 221 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.13 |
| HSL | 202.72º | 0.87% | 0.46% | - |
| HSV(B) | 202.72º | 0.93% | 0.87% | - |
| XYZ | 23.07 | 24.97 | 72.01 | - |
| YUV | 113.62 | 188.59 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 143 | 221 | 0.93 | 0.35 | 0 | 0.13 | 202.72 | 0.87 | 0.46 |
| Hex | F | 8F | DD | 5D | 23 | 0 | D | CB | 57 | 2E |
| Octal | 17 | 217 | 335 | 135 | 43 | 0 | 15 | 313 | 127 | 56 |
| Binary | 1111 | 10001111 | 11011101 | 1011101 | 100011 | 0 | 1101 | 11001011 | 1010111 | 101110 |
Color Harmonies of #0F8FDD
Complementary color
Monochromatic Colors of #0F8FDD
Black with #0F8FDD
Text Example
Text Example
White with #0F8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8FDD; }
p { color: rgb(15,143,221); }
H1.HeaderClassName
{
color: #0F8FDD;
}
.AnyTagClassName
{
color: #0F8FDD;
}
</style>
background-color css
<style>
a { background-color: #0F8FDD; }
a { background-color: rgb(15,143,221); }
div.DivClassName
{
background-color: #0F8FDD;
}
.BgClassName
{
background-color: #0F8FDD;
}
</style>
border-color css
<style>
span { border-color: #0F8FDD; }
span { border-color: rgb(15,143,221); }
td.TdClassName
{
border-color: #0F8FDD;
}
.TagClassName
{
border-color: #0F8FDD;
}
</style>