Shades of Pacific Blue #1495DA
Tints of Pacific Blue #1495DA
RGB
CMYK
RGB Variations
Color information
#1495DA (or 0x1495DA) is known color: Pacific Blue. HEX triplet: 14, 95 and DA. RGB value is (20,149,218). Sum of RGB (Red+Green+Blue) = 20+149+218=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #1495DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495DA is #EB6A25. Grayscale: #757575. Windows color (decimal): -15428134 or 14325012. OLE color: 14325012.
HSL color Cylindrical-coordinate representation of color #1495DA: hue angle of 200.91º 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 #1495DA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 149 | 218 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.15 |
| HSL | 200.91º | 0.83% | 0.47% | - |
| HSV(B) | 200.91º | 0.91% | 0.85% | - |
| XYZ | 23.69 | 26.71 | 70.24 | - |
| YUV | 118.3 | 184.26 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 218 | 0.91 | 0.32 | 0 | 0.15 | 200.91 | 0.83 | 0.47 |
| Hex | 14 | 95 | DA | 5B | 20 | 0 | F | C9 | 53 | 2F |
| Octal | 24 | 225 | 332 | 133 | 40 | 0 | 17 | 311 | 123 | 57 |
| Binary | 10100 | 10010101 | 11011010 | 1011011 | 100000 | 0 | 1111 | 11001001 | 1010011 | 101111 |
Color Harmonies of #1495DA
Complementary color
Monochromatic Colors of #1495DA
Black with #1495DA
Text Example
Text Example
White with #1495DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495DA; }
p { color: rgb(20,149,218); }
H1.HeaderClassName
{
color: #1495DA;
}
.AnyTagClassName
{
color: #1495DA;
}
</style>
background-color css
<style>
a { background-color: #1495DA; }
a { background-color: rgb(20,149,218); }
div.DivClassName
{
background-color: #1495DA;
}
.BgClassName
{
background-color: #1495DA;
}
</style>
border-color css
<style>
span { border-color: #1495DA; }
span { border-color: rgb(20,149,218); }
td.TdClassName
{
border-color: #1495DA;
}
.TagClassName
{
border-color: #1495DA;
}
</style>