Shades of Pacific Blue #1485CA
Tints of Pacific Blue #1485CA
RGB
CMYK
RGB Variations
Color information
#1485CA (or 0x1485CA) is known color: Pacific Blue. HEX triplet: 14, 85 and CA. RGB value is (20,133,202). Sum of RGB (Red+Green+Blue) = 20+133+202=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #1485CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485CA is #EB7A35. Grayscale: #6A6A6A. Windows color (decimal): -15432246 or 13272340. OLE color: 13272340.
HSL color Cylindrical-coordinate representation of color #1485CA: hue angle of 202.75º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1485CA is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 133 | 202 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.21 |
| HSL | 202.75º | 0.82% | 0.44% | - |
| HSV(B) | 202.75º | 0.9% | 0.79% | - |
| XYZ | 19.34 | 21.19 | 58.95 | - |
| YUV | 107.08 | 181.56 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 202 | 0.90 | 0.34 | 0 | 0.21 | 202.75 | 0.82 | 0.44 |
| Hex | 14 | 85 | CA | 5A | 22 | 0 | 15 | CB | 52 | 2C |
| Octal | 24 | 205 | 312 | 132 | 42 | 0 | 25 | 313 | 122 | 54 |
| Binary | 10100 | 10000101 | 11001010 | 1011010 | 100010 | 0 | 10101 | 11001011 | 1010010 | 101100 |
Color Harmonies of #1485CA
Complementary color
Monochromatic Colors of #1485CA
Black with #1485CA
Text Example
Text Example
White with #1485CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485CA; }
p { color: rgb(20,133,202); }
H1.HeaderClassName
{
color: #1485CA;
}
.AnyTagClassName
{
color: #1485CA;
}
</style>
background-color css
<style>
a { background-color: #1485CA; }
a { background-color: rgb(20,133,202); }
div.DivClassName
{
background-color: #1485CA;
}
.BgClassName
{
background-color: #1485CA;
}
</style>
border-color css
<style>
span { border-color: #1485CA; }
span { border-color: rgb(20,133,202); }
td.TdClassName
{
border-color: #1485CA;
}
.TagClassName
{
border-color: #1485CA;
}
</style>