Shades of Pacific Blue #1488CB
Tints of Pacific Blue #1488CB
RGB
CMYK
RGB Variations
Color information
#1488CB (or 0x1488CB) is known color: Pacific Blue. HEX triplet: 14, 88 and CB. RGB value is (20,136,203). Sum of RGB (Red+Green+Blue) = 20+136+203=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #1488CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488CB is #EB7734. Grayscale: #6C6C6C. Windows color (decimal): -15431477 or 13338644. OLE color: 13338644.
HSL color Cylindrical-coordinate representation of color #1488CB: hue angle of 201.97º 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 #1488CB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 136 | 203 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.20 |
| HSL | 201.97º | 0.82% | 0.44% | - |
| HSV(B) | 201.97º | 0.9% | 0.8% | - |
| XYZ | 19.87 | 22.07 | 59.71 | - |
| YUV | 108.95 | 181.07 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 203 | 0.90 | 0.33 | 0 | 0.20 | 201.97 | 0.82 | 0.44 |
| Hex | 14 | 88 | CB | 5A | 21 | 0 | 14 | CA | 52 | 2C |
| Octal | 24 | 210 | 313 | 132 | 41 | 0 | 24 | 312 | 122 | 54 |
| Binary | 10100 | 10001000 | 11001011 | 1011010 | 100001 | 0 | 10100 | 11001010 | 1010010 | 101100 |
Color Harmonies of #1488CB
Complementary color
Monochromatic Colors of #1488CB
Black with #1488CB
Text Example
Text Example
White with #1488CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1488CB; }
p { color: rgb(20,136,203); }
H1.HeaderClassName
{
color: #1488CB;
}
.AnyTagClassName
{
color: #1488CB;
}
</style>
background-color css
<style>
a { background-color: #1488CB; }
a { background-color: rgb(20,136,203); }
div.DivClassName
{
background-color: #1488CB;
}
.BgClassName
{
background-color: #1488CB;
}
</style>
border-color css
<style>
span { border-color: #1488CB; }
span { border-color: rgb(20,136,203); }
td.TdClassName
{
border-color: #1488CB;
}
.TagClassName
{
border-color: #1488CB;
}
</style>