Shades of Pacific Blue #1490DC
Tints of Pacific Blue #1490DC
RGB
CMYK
RGB Variations
Color information
#1490DC (or 0x1490DC) is known color: Pacific Blue. HEX triplet: 14, 90 and DC. RGB value is (20,144,220). Sum of RGB (Red+Green+Blue) = 20+144+220=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #1490DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490DC is #EB6F23. Grayscale: #737373. Windows color (decimal): -15429412 or 14454804. OLE color: 14454804.
HSL color Cylindrical-coordinate representation of color #1490DC: hue angle of 202.8º 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 #1490DC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 144 | 220 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.14 |
| HSL | 202.8º | 0.83% | 0.47% | - |
| HSV(B) | 202.8º | 0.91% | 0.86% | - |
| XYZ | 23.18 | 25.26 | 71.36 | - |
| YUV | 115.59 | 186.92 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 220 | 0.91 | 0.35 | 0 | 0.14 | 202.8 | 0.83 | 0.47 |
| Hex | 14 | 90 | DC | 5B | 23 | 0 | E | CB | 53 | 2F |
| Octal | 24 | 220 | 334 | 133 | 43 | 0 | 16 | 313 | 123 | 57 |
| Binary | 10100 | 10010000 | 11011100 | 1011011 | 100011 | 0 | 1110 | 11001011 | 1010011 | 101111 |
Color Harmonies of #1490DC
Complementary color
Monochromatic Colors of #1490DC
Black with #1490DC
Text Example
Text Example
White with #1490DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490DC; }
p { color: rgb(20,144,220); }
H1.HeaderClassName
{
color: #1490DC;
}
.AnyTagClassName
{
color: #1490DC;
}
</style>
background-color css
<style>
a { background-color: #1490DC; }
a { background-color: rgb(20,144,220); }
div.DivClassName
{
background-color: #1490DC;
}
.BgClassName
{
background-color: #1490DC;
}
</style>
border-color css
<style>
span { border-color: #1490DC; }
span { border-color: rgb(20,144,220); }
td.TdClassName
{
border-color: #1490DC;
}
.TagClassName
{
border-color: #1490DC;
}
</style>