Shades of Pacific Blue #018FDB
Tints of Pacific Blue #018FDB
RGB
CMYK
RGB Variations
Color information
#018FDB (or 0x018FDB) is known color: Pacific Blue. HEX triplet: 01, 8F and DB. RGB value is (1,143,219). Sum of RGB (Red+Green+Blue) = 1+143+219=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #018FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FDB is #FE7024. Grayscale: #6C6C6C. Windows color (decimal): -16674853 or 14388993. OLE color: 14388993.
HSL color Cylindrical-coordinate representation of color #018FDB: hue angle of 200.92º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FDB is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 143 | 219 | - |
| CMYK | 1.00 | 0.35 | 0 | 0.14 |
| HSL | 200.92º | 0.99% | 0.43% | - |
| HSV(B) | 200.92º | 1% | 0.86% | - |
| XYZ | 22.62 | 24.77 | 70.61 | - |
| YUV | 109.21 | 189.96 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 219 | 1.00 | 0.35 | 0 | 0.14 | 200.92 | 0.99 | 0.43 |
| Hex | 1 | 8F | DB | 64 | 23 | 0 | E | C9 | 63 | 2B |
| Octal | 1 | 217 | 333 | 144 | 43 | 0 | 16 | 311 | 143 | 53 |
| Binary | 1 | 10001111 | 11011011 | 1100100 | 100011 | 0 | 1110 | 11001001 | 1100011 | 101011 |
Color Harmonies of #018FDB
Complementary color
Monochromatic Colors of #018FDB
Black with #018FDB
Text Example
Text Example
White with #018FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FDB; }
p { color: rgb(1,143,219); }
H1.HeaderClassName
{
color: #018FDB;
}
.AnyTagClassName
{
color: #018FDB;
}
</style>
background-color css
<style>
a { background-color: #018FDB; }
a { background-color: rgb(1,143,219); }
div.DivClassName
{
background-color: #018FDB;
}
.BgClassName
{
background-color: #018FDB;
}
</style>
border-color css
<style>
span { border-color: #018FDB; }
span { border-color: rgb(1,143,219); }
td.TdClassName
{
border-color: #018FDB;
}
.TagClassName
{
border-color: #018FDB;
}
</style>