Shades of Pacific Blue #1497CC
Tints of Pacific Blue #1497CC
RGB
CMYK
RGB Variations
Color information
#1497CC (or 0x1497CC) is known color: Pacific Blue. HEX triplet: 14, 97 and CC. RGB value is (20,151,204). Sum of RGB (Red+Green+Blue) = 20+151+204=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #1497CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497CC is #EB6833. Grayscale: #757575. Windows color (decimal): -15427636 or 13408020. OLE color: 13408020.
HSL color Cylindrical-coordinate representation of color #1497CC: hue angle of 197.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1497CC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 151 | 204 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.2 |
| HSL | 197.28º | 0.82% | 0.44% | - |
| HSV(B) | 197.28º | 0.9% | 0.8% | - |
| XYZ | 22.25 | 26.64 | 61.1 | - |
| YUV | 117.87 | 176.6 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 204 | 0.90 | 0.26 | 0 | 0.2 | 197.28 | 0.82 | 0.44 |
| Hex | 14 | 97 | CC | 5A | 1A | 0 | 14 | C5 | 52 | 2C |
| Octal | 24 | 227 | 314 | 132 | 32 | 0 | 24 | 305 | 122 | 54 |
| Binary | 10100 | 10010111 | 11001100 | 1011010 | 11010 | 0 | 10100 | 11000101 | 1010010 | 101100 |
Color Harmonies of #1497CC
Complementary color
Monochromatic Colors of #1497CC
Black with #1497CC
Text Example
Text Example
White with #1497CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497CC; }
p { color: rgb(20,151,204); }
H1.HeaderClassName
{
color: #1497CC;
}
.AnyTagClassName
{
color: #1497CC;
}
</style>
background-color css
<style>
a { background-color: #1497CC; }
a { background-color: rgb(20,151,204); }
div.DivClassName
{
background-color: #1497CC;
}
.BgClassName
{
background-color: #1497CC;
}
</style>
border-color css
<style>
span { border-color: #1497CC; }
span { border-color: rgb(20,151,204); }
td.TdClassName
{
border-color: #1497CC;
}
.TagClassName
{
border-color: #1497CC;
}
</style>