Shades of Pacific Blue #1497D7
Tints of Pacific Blue #1497D7
RGB
CMYK
RGB Variations
Color information
#1497D7 (or 0x1497D7) is known color: Pacific Blue. HEX triplet: 14, 97 and D7. RGB value is (20,151,215). Sum of RGB (Red+Green+Blue) = 20+151+215=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #1497D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497D7 is #EB6828. Grayscale: #767676. Windows color (decimal): -15427625 or 14128916. OLE color: 14128916.
HSL color Cylindrical-coordinate representation of color #1497D7: hue angle of 199.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1497D7 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 151 | 215 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.16 |
| HSL | 199.69º | 0.83% | 0.46% | - |
| HSV(B) | 199.69º | 0.91% | 0.84% | - |
| XYZ | 23.62 | 27.19 | 68.29 | - |
| YUV | 119.13 | 182.1 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 215 | 0.91 | 0.30 | 0 | 0.16 | 199.69 | 0.83 | 0.46 |
| Hex | 14 | 97 | D7 | 5B | 1E | 0 | 10 | C8 | 53 | 2E |
| Octal | 24 | 227 | 327 | 133 | 36 | 0 | 20 | 310 | 123 | 56 |
| Binary | 10100 | 10010111 | 11010111 | 1011011 | 11110 | 0 | 10000 | 11001000 | 1010011 | 101110 |
Color Harmonies of #1497D7
Complementary color
Monochromatic Colors of #1497D7
Black with #1497D7
Text Example
Text Example
White with #1497D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497D7; }
p { color: rgb(20,151,215); }
H1.HeaderClassName
{
color: #1497D7;
}
.AnyTagClassName
{
color: #1497D7;
}
</style>
background-color css
<style>
a { background-color: #1497D7; }
a { background-color: rgb(20,151,215); }
div.DivClassName
{
background-color: #1497D7;
}
.BgClassName
{
background-color: #1497D7;
}
</style>
border-color css
<style>
span { border-color: #1497D7; }
span { border-color: rgb(20,151,215); }
td.TdClassName
{
border-color: #1497D7;
}
.TagClassName
{
border-color: #1497D7;
}
</style>