Shades of Pacific Blue #1494DA
Tints of Pacific Blue #1494DA
RGB
CMYK
RGB Variations
Color information
#1494DA (or 0x1494DA) is known color: Pacific Blue. HEX triplet: 14, 94 and DA. RGB value is (20,148,218). Sum of RGB (Red+Green+Blue) = 20+148+218=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #1494DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494DA is #EB6B25. Grayscale: #757575. Windows color (decimal): -15428390 or 14324756. OLE color: 14324756.
HSL color Cylindrical-coordinate representation of color #1494DA: hue angle of 201.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1494DA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 148 | 218 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.15 |
| HSL | 201.21º | 0.83% | 0.47% | - |
| HSV(B) | 201.21º | 0.91% | 0.85% | - |
| XYZ | 23.53 | 26.39 | 70.18 | - |
| YUV | 117.71 | 184.59 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 218 | 0.91 | 0.32 | 0 | 0.15 | 201.21 | 0.83 | 0.47 |
| Hex | 14 | 94 | DA | 5B | 20 | 0 | F | C9 | 53 | 2F |
| Octal | 24 | 224 | 332 | 133 | 40 | 0 | 17 | 311 | 123 | 57 |
| Binary | 10100 | 10010100 | 11011010 | 1011011 | 100000 | 0 | 1111 | 11001001 | 1010011 | 101111 |
Color Harmonies of #1494DA
Complementary color
Monochromatic Colors of #1494DA
Black with #1494DA
Text Example
Text Example
White with #1494DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1494DA; }
p { color: rgb(20,148,218); }
H1.HeaderClassName
{
color: #1494DA;
}
.AnyTagClassName
{
color: #1494DA;
}
</style>
background-color css
<style>
a { background-color: #1494DA; }
a { background-color: rgb(20,148,218); }
div.DivClassName
{
background-color: #1494DA;
}
.BgClassName
{
background-color: #1494DA;
}
</style>
border-color css
<style>
span { border-color: #1494DA; }
span { border-color: rgb(20,148,218); }
td.TdClassName
{
border-color: #1494DA;
}
.TagClassName
{
border-color: #1494DA;
}
</style>