Shades of Pacific Blue #1497DA
Tints of Pacific Blue #1497DA
RGB
CMYK
RGB Variations
Color information
#1497DA (or 0x1497DA) is known color: Pacific Blue. HEX triplet: 14, 97 and DA. RGB value is (20,151,218). Sum of RGB (Red+Green+Blue) = 20+151+218=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #1497DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497DA is #EB6825. Grayscale: #777777. Windows color (decimal): -15427622 or 14325524. OLE color: 14325524.
HSL color Cylindrical-coordinate representation of color #1497DA: hue angle of 200.3º 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 #1497DA is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 151 | 218 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.15 |
| HSL | 200.3º | 0.83% | 0.47% | - |
| HSV(B) | 200.3º | 0.91% | 0.85% | - |
| XYZ | 24.01 | 27.34 | 70.34 | - |
| YUV | 119.47 | 183.6 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 218 | 0.91 | 0.31 | 0 | 0.15 | 200.3 | 0.83 | 0.47 |
| Hex | 14 | 97 | DA | 5B | 1F | 0 | F | C8 | 53 | 2F |
| Octal | 24 | 227 | 332 | 133 | 37 | 0 | 17 | 310 | 123 | 57 |
| Binary | 10100 | 10010111 | 11011010 | 1011011 | 11111 | 0 | 1111 | 11001000 | 1010011 | 101111 |
Color Harmonies of #1497DA
Complementary color
Monochromatic Colors of #1497DA
Black with #1497DA
Text Example
Text Example
White with #1497DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497DA; }
p { color: rgb(20,151,218); }
H1.HeaderClassName
{
color: #1497DA;
}
.AnyTagClassName
{
color: #1497DA;
}
</style>
background-color css
<style>
a { background-color: #1497DA; }
a { background-color: rgb(20,151,218); }
div.DivClassName
{
background-color: #1497DA;
}
.BgClassName
{
background-color: #1497DA;
}
</style>
border-color css
<style>
span { border-color: #1497DA; }
span { border-color: rgb(20,151,218); }
td.TdClassName
{
border-color: #1497DA;
}
.TagClassName
{
border-color: #1497DA;
}
</style>