Shades of Pacific Blue #1484CB
Tints of Pacific Blue #1484CB
RGB
CMYK
RGB Variations
Color information
#1484CB (or 0x1484CB) is known color: Pacific Blue. HEX triplet: 14, 84 and CB. RGB value is (20,132,203). Sum of RGB (Red+Green+Blue) = 20+132+203=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #1484CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484CB is #EB7B34. Grayscale: #6A6A6A. Windows color (decimal): -15432501 or 13337620. OLE color: 13337620.
HSL color Cylindrical-coordinate representation of color #1484CB: hue angle of 203.28º 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 #1484CB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 132 | 203 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.20 |
| HSL | 203.28º | 0.82% | 0.44% | - |
| HSV(B) | 203.28º | 0.9% | 0.8% | - |
| XYZ | 19.32 | 20.96 | 59.53 | - |
| YUV | 106.61 | 182.39 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 203 | 0.90 | 0.35 | 0 | 0.20 | 203.28 | 0.82 | 0.44 |
| Hex | 14 | 84 | CB | 5A | 23 | 0 | 14 | CB | 52 | 2C |
| Octal | 24 | 204 | 313 | 132 | 43 | 0 | 24 | 313 | 122 | 54 |
| Binary | 10100 | 10000100 | 11001011 | 1011010 | 100011 | 0 | 10100 | 11001011 | 1010010 | 101100 |
Color Harmonies of #1484CB
Complementary color
Monochromatic Colors of #1484CB
Black with #1484CB
Text Example
Text Example
White with #1484CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1484CB; }
p { color: rgb(20,132,203); }
H1.HeaderClassName
{
color: #1484CB;
}
.AnyTagClassName
{
color: #1484CB;
}
</style>
background-color css
<style>
a { background-color: #1484CB; }
a { background-color: rgb(20,132,203); }
div.DivClassName
{
background-color: #1484CB;
}
.BgClassName
{
background-color: #1484CB;
}
</style>
border-color css
<style>
span { border-color: #1484CB; }
span { border-color: rgb(20,132,203); }
td.TdClassName
{
border-color: #1484CB;
}
.TagClassName
{
border-color: #1484CB;
}
</style>