Shades of Pacific Blue #1497DB
Tints of Pacific Blue #1497DB
RGB
CMYK
RGB Variations
Color information
#1497DB (or 0x1497DB) is known color: Pacific Blue. HEX triplet: 14, 97 and DB. RGB value is (20,151,219). Sum of RGB (Red+Green+Blue) = 20+151+219=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #1497DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497DB is #EB6824. Grayscale: #777777. Windows color (decimal): -15427621 or 14391060. OLE color: 14391060.
HSL color Cylindrical-coordinate representation of color #1497DB: hue angle of 200.5º 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 #1497DB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 151 | 219 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.14 |
| HSL | 200.5º | 0.83% | 0.47% | - |
| HSV(B) | 200.5º | 0.91% | 0.86% | - |
| XYZ | 24.14 | 27.4 | 71.03 | - |
| YUV | 119.58 | 184.1 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 219 | 0.91 | 0.31 | 0 | 0.14 | 200.5 | 0.83 | 0.47 |
| Hex | 14 | 97 | DB | 5B | 1F | 0 | E | C9 | 53 | 2F |
| Octal | 24 | 227 | 333 | 133 | 37 | 0 | 16 | 311 | 123 | 57 |
| Binary | 10100 | 10010111 | 11011011 | 1011011 | 11111 | 0 | 1110 | 11001001 | 1010011 | 101111 |
Color Harmonies of #1497DB
Complementary color
Monochromatic Colors of #1497DB
Black with #1497DB
Text Example
Text Example
White with #1497DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497DB; }
p { color: rgb(20,151,219); }
H1.HeaderClassName
{
color: #1497DB;
}
.AnyTagClassName
{
color: #1497DB;
}
</style>
background-color css
<style>
a { background-color: #1497DB; }
a { background-color: rgb(20,151,219); }
div.DivClassName
{
background-color: #1497DB;
}
.BgClassName
{
background-color: #1497DB;
}
</style>
border-color css
<style>
span { border-color: #1497DB; }
span { border-color: rgb(20,151,219); }
td.TdClassName
{
border-color: #1497DB;
}
.TagClassName
{
border-color: #1497DB;
}
</style>