Shades of Pacific Blue #1485CB
Tints of Pacific Blue #1485CB
RGB
CMYK
RGB Variations
Color information
#1485CB (or 0x1485CB) is known color: Pacific Blue. HEX triplet: 14, 85 and CB. RGB value is (20,133,203). Sum of RGB (Red+Green+Blue) = 20+133+203=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1485CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485CB is #EB7A34. Grayscale: #6A6A6A. Windows color (decimal): -15432245 or 13337876. OLE color: 13337876.
HSL color Cylindrical-coordinate representation of color #1485CB: hue angle of 202.95º 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 #1485CB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 133 | 203 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.20 |
| HSL | 202.95º | 0.82% | 0.44% | - |
| HSV(B) | 202.95º | 0.9% | 0.8% | - |
| XYZ | 19.46 | 21.24 | 59.57 | - |
| YUV | 107.19 | 182.06 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 203 | 0.90 | 0.34 | 0 | 0.20 | 202.95 | 0.82 | 0.44 |
| Hex | 14 | 85 | CB | 5A | 22 | 0 | 14 | CB | 52 | 2C |
| Octal | 24 | 205 | 313 | 132 | 42 | 0 | 24 | 313 | 122 | 54 |
| Binary | 10100 | 10000101 | 11001011 | 1011010 | 100010 | 0 | 10100 | 11001011 | 1010010 | 101100 |
Color Harmonies of #1485CB
Complementary color
Monochromatic Colors of #1485CB
Black with #1485CB
Text Example
Text Example
White with #1485CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485CB; }
p { color: rgb(20,133,203); }
H1.HeaderClassName
{
color: #1485CB;
}
.AnyTagClassName
{
color: #1485CB;
}
</style>
background-color css
<style>
a { background-color: #1485CB; }
a { background-color: rgb(20,133,203); }
div.DivClassName
{
background-color: #1485CB;
}
.BgClassName
{
background-color: #1485CB;
}
</style>
border-color css
<style>
span { border-color: #1485CB; }
span { border-color: rgb(20,133,203); }
td.TdClassName
{
border-color: #1485CB;
}
.TagClassName
{
border-color: #1485CB;
}
</style>