Shades of Pacific Blue #1490DB
Tints of Pacific Blue #1490DB
RGB
CMYK
RGB Variations
Color information
#1490DB (or 0x1490DB) is known color: Pacific Blue. HEX triplet: 14, 90 and DB. RGB value is (20,144,219). Sum of RGB (Red+Green+Blue) = 20+144+219=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #1490DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490DB is #EB6F24. Grayscale: #737373. Windows color (decimal): -15429413 or 14389268. OLE color: 14389268.
HSL color Cylindrical-coordinate representation of color #1490DB: hue angle of 202.61º 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 #1490DB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 144 | 219 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.14 |
| HSL | 202.61º | 0.83% | 0.47% | - |
| HSV(B) | 202.61º | 0.91% | 0.86% | - |
| XYZ | 23.05 | 25.21 | 70.67 | - |
| YUV | 115.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 219 | 0.91 | 0.34 | 0 | 0.14 | 202.61 | 0.83 | 0.47 |
| Hex | 14 | 90 | DB | 5B | 22 | 0 | E | CB | 53 | 2F |
| Octal | 24 | 220 | 333 | 133 | 42 | 0 | 16 | 313 | 123 | 57 |
| Binary | 10100 | 10010000 | 11011011 | 1011011 | 100010 | 0 | 1110 | 11001011 | 1010011 | 101111 |
Color Harmonies of #1490DB
Complementary color
Monochromatic Colors of #1490DB
Black with #1490DB
Text Example
Text Example
White with #1490DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490DB; }
p { color: rgb(20,144,219); }
H1.HeaderClassName
{
color: #1490DB;
}
.AnyTagClassName
{
color: #1490DB;
}
</style>
background-color css
<style>
a { background-color: #1490DB; }
a { background-color: rgb(20,144,219); }
div.DivClassName
{
background-color: #1490DB;
}
.BgClassName
{
background-color: #1490DB;
}
</style>
border-color css
<style>
span { border-color: #1490DB; }
span { border-color: rgb(20,144,219); }
td.TdClassName
{
border-color: #1490DB;
}
.TagClassName
{
border-color: #1490DB;
}
</style>