Shades of Pacific Blue #1485CD
Tints of Pacific Blue #1485CD
RGB
CMYK
RGB Variations
Color information
#1485CD (or 0x1485CD) is known color: Pacific Blue. HEX triplet: 14, 85 and CD. RGB value is (20,133,205). Sum of RGB (Red+Green+Blue) = 20+133+205=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #1485CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485CD is #EB7A32. Grayscale: #6B6B6B. Windows color (decimal): -15432243 or 13468948. OLE color: 13468948.
HSL color Cylindrical-coordinate representation of color #1485CD: hue angle of 203.35º 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 #1485CD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 133 | 205 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.20 |
| HSL | 203.35º | 0.82% | 0.44% | - |
| HSV(B) | 203.35º | 0.9% | 0.8% | - |
| XYZ | 19.7 | 21.33 | 60.84 | - |
| YUV | 107.42 | 183.06 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 205 | 0.90 | 0.35 | 0 | 0.20 | 203.35 | 0.82 | 0.44 |
| Hex | 14 | 85 | CD | 5A | 23 | 0 | 14 | CB | 52 | 2C |
| Octal | 24 | 205 | 315 | 132 | 43 | 0 | 24 | 313 | 122 | 54 |
| Binary | 10100 | 10000101 | 11001101 | 1011010 | 100011 | 0 | 10100 | 11001011 | 1010010 | 101100 |
Color Harmonies of #1485CD
Complementary color
Monochromatic Colors of #1485CD
Black with #1485CD
Text Example
Text Example
White with #1485CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485CD; }
p { color: rgb(20,133,205); }
H1.HeaderClassName
{
color: #1485CD;
}
.AnyTagClassName
{
color: #1485CD;
}
</style>
background-color css
<style>
a { background-color: #1485CD; }
a { background-color: rgb(20,133,205); }
div.DivClassName
{
background-color: #1485CD;
}
.BgClassName
{
background-color: #1485CD;
}
</style>
border-color css
<style>
span { border-color: #1485CD; }
span { border-color: rgb(20,133,205); }
td.TdClassName
{
border-color: #1485CD;
}
.TagClassName
{
border-color: #1485CD;
}
</style>