Shades of Pacific Blue #1498CC
Tints of Pacific Blue #1498CC
RGB
CMYK
RGB Variations
Color information
#1498CC (or 0x1498CC) is known color: Pacific Blue. HEX triplet: 14, 98 and CC. RGB value is (20,152,204). Sum of RGB (Red+Green+Blue) = 20+152+204=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #1498CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498CC is #EB6733. Grayscale: #767676. Windows color (decimal): -15427380 or 13408276. OLE color: 13408276.
HSL color Cylindrical-coordinate representation of color #1498CC: hue angle of 196.96º 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 #1498CC is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 152 | 204 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.2 |
| HSL | 196.96º | 0.82% | 0.44% | - |
| HSV(B) | 196.96º | 0.9% | 0.8% | - |
| XYZ | 22.42 | 26.96 | 61.15 | - |
| YUV | 118.46 | 176.27 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 204 | 0.90 | 0.25 | 0 | 0.2 | 196.96 | 0.82 | 0.44 |
| Hex | 14 | 98 | CC | 5A | 19 | 0 | 14 | C5 | 52 | 2C |
| Octal | 24 | 230 | 314 | 132 | 31 | 0 | 24 | 305 | 122 | 54 |
| Binary | 10100 | 10011000 | 11001100 | 1011010 | 11001 | 0 | 10100 | 11000101 | 1010010 | 101100 |
Color Harmonies of #1498CC
Complementary color
Monochromatic Colors of #1498CC
Black with #1498CC
Text Example
Text Example
White with #1498CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498CC; }
p { color: rgb(20,152,204); }
H1.HeaderClassName
{
color: #1498CC;
}
.AnyTagClassName
{
color: #1498CC;
}
</style>
background-color css
<style>
a { background-color: #1498CC; }
a { background-color: rgb(20,152,204); }
div.DivClassName
{
background-color: #1498CC;
}
.BgClassName
{
background-color: #1498CC;
}
</style>
border-color css
<style>
span { border-color: #1498CC; }
span { border-color: rgb(20,152,204); }
td.TdClassName
{
border-color: #1498CC;
}
.TagClassName
{
border-color: #1498CC;
}
</style>