Shades of Pacific Blue #1495CD
Tints of Pacific Blue #1495CD
RGB
CMYK
RGB Variations
Color information
#1495CD (or 0x1495CD) is known color: Pacific Blue. HEX triplet: 14, 95 and CD. RGB value is (20,149,205). Sum of RGB (Red+Green+Blue) = 20+149+205=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #1495CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495CD is #EB6A32. Grayscale: #747474. Windows color (decimal): -15428147 or 13473044. OLE color: 13473044.
HSL color Cylindrical-coordinate representation of color #1495CD: hue angle of 198.16º 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 #1495CD is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 149 | 205 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.20 |
| HSL | 198.16º | 0.82% | 0.44% | - |
| HSV(B) | 198.16º | 0.9% | 0.8% | - |
| XYZ | 22.06 | 26.05 | 61.62 | - |
| YUV | 116.81 | 177.76 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 205 | 0.90 | 0.27 | 0 | 0.20 | 198.16 | 0.82 | 0.44 |
| Hex | 14 | 95 | CD | 5A | 1B | 0 | 14 | C6 | 52 | 2C |
| Octal | 24 | 225 | 315 | 132 | 33 | 0 | 24 | 306 | 122 | 54 |
| Binary | 10100 | 10010101 | 11001101 | 1011010 | 11011 | 0 | 10100 | 11000110 | 1010010 | 101100 |
Color Harmonies of #1495CD
Complementary color
Monochromatic Colors of #1495CD
Black with #1495CD
Text Example
Text Example
White with #1495CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495CD; }
p { color: rgb(20,149,205); }
H1.HeaderClassName
{
color: #1495CD;
}
.AnyTagClassName
{
color: #1495CD;
}
</style>
background-color css
<style>
a { background-color: #1495CD; }
a { background-color: rgb(20,149,205); }
div.DivClassName
{
background-color: #1495CD;
}
.BgClassName
{
background-color: #1495CD;
}
</style>
border-color css
<style>
span { border-color: #1495CD; }
span { border-color: rgb(20,149,205); }
td.TdClassName
{
border-color: #1495CD;
}
.TagClassName
{
border-color: #1495CD;
}
</style>