Shades of Pacific Blue #1498CD
Tints of Pacific Blue #1498CD
RGB
CMYK
RGB Variations
Color information
#1498CD (or 0x1498CD) is known color: Pacific Blue. HEX triplet: 14, 98 and CD. RGB value is (20,152,205). Sum of RGB (Red+Green+Blue) = 20+152+205=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #1498CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498CD is #EB6732. Grayscale: #767676. Windows color (decimal): -15427379 or 13473812. OLE color: 13473812.
HSL color Cylindrical-coordinate representation of color #1498CD: hue angle of 197.19º 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 #1498CD is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 152 | 205 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.20 |
| HSL | 197.19º | 0.82% | 0.44% | - |
| HSV(B) | 197.19º | 0.9% | 0.8% | - |
| XYZ | 22.54 | 27.01 | 61.78 | - |
| YUV | 118.57 | 176.77 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 205 | 0.90 | 0.26 | 0 | 0.20 | 197.19 | 0.82 | 0.44 |
| Hex | 14 | 98 | CD | 5A | 1A | 0 | 14 | C5 | 52 | 2C |
| Octal | 24 | 230 | 315 | 132 | 32 | 0 | 24 | 305 | 122 | 54 |
| Binary | 10100 | 10011000 | 11001101 | 1011010 | 11010 | 0 | 10100 | 11000101 | 1010010 | 101100 |
Color Harmonies of #1498CD
Complementary color
Monochromatic Colors of #1498CD
Black with #1498CD
Text Example
Text Example
White with #1498CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498CD; }
p { color: rgb(20,152,205); }
H1.HeaderClassName
{
color: #1498CD;
}
.AnyTagClassName
{
color: #1498CD;
}
</style>
background-color css
<style>
a { background-color: #1498CD; }
a { background-color: rgb(20,152,205); }
div.DivClassName
{
background-color: #1498CD;
}
.BgClassName
{
background-color: #1498CD;
}
</style>
border-color css
<style>
span { border-color: #1498CD; }
span { border-color: rgb(20,152,205); }
td.TdClassName
{
border-color: #1498CD;
}
.TagClassName
{
border-color: #1498CD;
}
</style>