Shades of Pacific Blue #1588CD
Tints of Pacific Blue #1588CD
RGB
CMYK
RGB Variations
Color information
#1588CD (or 0x1588CD) is known color: Pacific Blue. HEX triplet: 15, 88 and CD. RGB value is (21,136,205). Sum of RGB (Red+Green+Blue) = 21+136+205=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #1588CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588CD is #EA7732. Grayscale: #6D6D6D. Windows color (decimal): -15365939 or 13469717. OLE color: 13469717.
HSL color Cylindrical-coordinate representation of color #1588CD: hue angle of 202.5º degrees, saturation: 0.81, 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 #1588CD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 136 | 205 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.20 |
| HSL | 202.5º | 0.81% | 0.44% | - |
| HSV(B) | 202.5º | 0.9% | 0.8% | - |
| XYZ | 20.13 | 22.18 | 60.98 | - |
| YUV | 109.48 | 181.9 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 205 | 0.90 | 0.34 | 0 | 0.20 | 202.5 | 0.81 | 0.44 |
| Hex | 15 | 88 | CD | 5A | 22 | 0 | 14 | CA | 51 | 2C |
| Octal | 25 | 210 | 315 | 132 | 42 | 0 | 24 | 312 | 121 | 54 |
| Binary | 10101 | 10001000 | 11001101 | 1011010 | 100010 | 0 | 10100 | 11001010 | 1010001 | 101100 |
Color Harmonies of #1588CD
Complementary color
Monochromatic Colors of #1588CD
Black with #1588CD
Text Example
Text Example
White with #1588CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588CD; }
p { color: rgb(21,136,205); }
H1.HeaderClassName
{
color: #1588CD;
}
.AnyTagClassName
{
color: #1588CD;
}
</style>
background-color css
<style>
a { background-color: #1588CD; }
a { background-color: rgb(21,136,205); }
div.DivClassName
{
background-color: #1588CD;
}
.BgClassName
{
background-color: #1588CD;
}
</style>
border-color css
<style>
span { border-color: #1588CD; }
span { border-color: rgb(21,136,205); }
td.TdClassName
{
border-color: #1588CD;
}
.TagClassName
{
border-color: #1588CD;
}
</style>