Shades of Pacific Blue #1494CC
Tints of Pacific Blue #1494CC
RGB
CMYK
RGB Variations
Color information
#1494CC (or 0x1494CC) is known color: Pacific Blue. HEX triplet: 14, 94 and CC. RGB value is (20,148,204). Sum of RGB (Red+Green+Blue) = 20+148+204=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #1494CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494CC is #EB6B33. Grayscale: #737373. Windows color (decimal): -15428404 or 13407252. OLE color: 13407252.
HSL color Cylindrical-coordinate representation of color #1494CC: hue angle of 198.26º 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 #1494CC is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 148 | 204 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.2 |
| HSL | 198.26º | 0.82% | 0.44% | - |
| HSV(B) | 198.26º | 0.9% | 0.8% | - |
| XYZ | 21.78 | 25.69 | 60.94 | - |
| YUV | 116.11 | 177.59 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 204 | 0.90 | 0.27 | 0 | 0.2 | 198.26 | 0.82 | 0.44 |
| Hex | 14 | 94 | CC | 5A | 1B | 0 | 14 | C6 | 52 | 2C |
| Octal | 24 | 224 | 314 | 132 | 33 | 0 | 24 | 306 | 122 | 54 |
| Binary | 10100 | 10010100 | 11001100 | 1011010 | 11011 | 0 | 10100 | 11000110 | 1010010 | 101100 |
Color Harmonies of #1494CC
Complementary color
Monochromatic Colors of #1494CC
Black with #1494CC
Text Example
Text Example
White with #1494CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1494CC; }
p { color: rgb(20,148,204); }
H1.HeaderClassName
{
color: #1494CC;
}
.AnyTagClassName
{
color: #1494CC;
}
</style>
background-color css
<style>
a { background-color: #1494CC; }
a { background-color: rgb(20,148,204); }
div.DivClassName
{
background-color: #1494CC;
}
.BgClassName
{
background-color: #1494CC;
}
</style>
border-color css
<style>
span { border-color: #1494CC; }
span { border-color: rgb(20,148,204); }
td.TdClassName
{
border-color: #1494CC;
}
.TagClassName
{
border-color: #1494CC;
}
</style>