Shades of Pacific Blue #148FDB
Tints of Pacific Blue #148FDB
RGB
CMYK
RGB Variations
Color information
#148FDB (or 0x148FDB) is known color: Pacific Blue. HEX triplet: 14, 8F and DB. RGB value is (20,143,219). Sum of RGB (Red+Green+Blue) = 20+143+219=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #148FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #148FDB is #EB7024. Grayscale: #727272. Windows color (decimal): -15429669 or 14389012. OLE color: 14389012.
HSL color Cylindrical-coordinate representation of color #148FDB: hue angle of 202.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #148FDB is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 143 | 219 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.14 |
| HSL | 202.91º | 0.83% | 0.47% | - |
| HSV(B) | 202.91º | 0.91% | 0.86% | - |
| XYZ | 22.9 | 24.91 | 70.62 | - |
| YUV | 114.89 | 186.75 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 219 | 0.91 | 0.35 | 0 | 0.14 | 202.91 | 0.83 | 0.47 |
| Hex | 14 | 8F | DB | 5B | 23 | 0 | E | CB | 53 | 2F |
| Octal | 24 | 217 | 333 | 133 | 43 | 0 | 16 | 313 | 123 | 57 |
| Binary | 10100 | 10001111 | 11011011 | 1011011 | 100011 | 0 | 1110 | 11001011 | 1010011 | 101111 |
Color Harmonies of #148FDB
Complementary color
Monochromatic Colors of #148FDB
Black with #148FDB
Text Example
Text Example
White with #148FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148FDB; }
p { color: rgb(20,143,219); }
H1.HeaderClassName
{
color: #148FDB;
}
.AnyTagClassName
{
color: #148FDB;
}
</style>
background-color css
<style>
a { background-color: #148FDB; }
a { background-color: rgb(20,143,219); }
div.DivClassName
{
background-color: #148FDB;
}
.BgClassName
{
background-color: #148FDB;
}
</style>
border-color css
<style>
span { border-color: #148FDB; }
span { border-color: rgb(20,143,219); }
td.TdClassName
{
border-color: #148FDB;
}
.TagClassName
{
border-color: #148FDB;
}
</style>