Shades of Pacific Blue #1294DB
Tints of Pacific Blue #1294DB
RGB
CMYK
RGB Variations
Color information
#1294DB (or 0x1294DB) is known color: Pacific Blue. HEX triplet: 12, 94 and DB. RGB value is (18,148,219). Sum of RGB (Red+Green+Blue) = 18+148+219=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #1294DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1294DB is #ED6B24. Grayscale: #747474. Windows color (decimal): -15559461 or 14390290. OLE color: 14390290.
HSL color Cylindrical-coordinate representation of color #1294DB: hue angle of 201.19º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1294DB is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 148 | 219 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.14 |
| HSL | 201.19º | 0.85% | 0.46% | - |
| HSV(B) | 201.19º | 0.92% | 0.86% | - |
| XYZ | 23.63 | 26.42 | 70.87 | - |
| YUV | 117.22 | 185.43 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 219 | 0.92 | 0.32 | 0 | 0.14 | 201.19 | 0.85 | 0.46 |
| Hex | 12 | 94 | DB | 5C | 20 | 0 | E | C9 | 55 | 2E |
| Octal | 22 | 224 | 333 | 134 | 40 | 0 | 16 | 311 | 125 | 56 |
| Binary | 10010 | 10010100 | 11011011 | 1011100 | 100000 | 0 | 1110 | 11001001 | 1010101 | 101110 |
Color Harmonies of #1294DB
Complementary color
Monochromatic Colors of #1294DB
Black with #1294DB
Text Example
Text Example
White with #1294DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1294DB; }
p { color: rgb(18,148,219); }
H1.HeaderClassName
{
color: #1294DB;
}
.AnyTagClassName
{
color: #1294DB;
}
</style>
background-color css
<style>
a { background-color: #1294DB; }
a { background-color: rgb(18,148,219); }
div.DivClassName
{
background-color: #1294DB;
}
.BgClassName
{
background-color: #1294DB;
}
</style>
border-color css
<style>
span { border-color: #1294DB; }
span { border-color: rgb(18,148,219); }
td.TdClassName
{
border-color: #1294DB;
}
.TagClassName
{
border-color: #1294DB;
}
</style>