Shades of Pacific Blue #1498CE
Tints of Pacific Blue #1498CE
RGB
CMYK
RGB Variations
Color information
#1498CE (or 0x1498CE) is known color: Pacific Blue. HEX triplet: 14, 98 and CE. RGB value is (20,152,206). Sum of RGB (Red+Green+Blue) = 20+152+206=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #1498CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498CE is #EB6731. Grayscale: #767676. Windows color (decimal): -15427378 or 13539348. OLE color: 13539348.
HSL color Cylindrical-coordinate representation of color #1498CE: hue angle of 197.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1498CE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 152 | 206 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.19 |
| HSL | 197.42º | 0.82% | 0.44% | - |
| HSV(B) | 197.42º | 0.9% | 0.81% | - |
| XYZ | 22.66 | 27.06 | 62.42 | - |
| YUV | 118.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 206 | 0.90 | 0.26 | 0 | 0.19 | 197.42 | 0.82 | 0.44 |
| Hex | 14 | 98 | CE | 5A | 1A | 0 | 13 | C5 | 52 | 2C |
| Octal | 24 | 230 | 316 | 132 | 32 | 0 | 23 | 305 | 122 | 54 |
| Binary | 10100 | 10011000 | 11001110 | 1011010 | 11010 | 0 | 10011 | 11000101 | 1010010 | 101100 |
Color Harmonies of #1498CE
Complementary color
Monochromatic Colors of #1498CE
Black with #1498CE
Text Example
Text Example
White with #1498CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498CE; }
p { color: rgb(20,152,206); }
H1.HeaderClassName
{
color: #1498CE;
}
.AnyTagClassName
{
color: #1498CE;
}
</style>
background-color css
<style>
a { background-color: #1498CE; }
a { background-color: rgb(20,152,206); }
div.DivClassName
{
background-color: #1498CE;
}
.BgClassName
{
background-color: #1498CE;
}
</style>
border-color css
<style>
span { border-color: #1498CE; }
span { border-color: rgb(20,152,206); }
td.TdClassName
{
border-color: #1498CE;
}
.TagClassName
{
border-color: #1498CE;
}
</style>