Shades of Pacific Blue #1795DA
Tints of Pacific Blue #1795DA
RGB
CMYK
RGB Variations
Color information
#1795DA (or 0x1795DA) is known color: Pacific Blue. HEX triplet: 17, 95 and DA. RGB value is (23,149,218). Sum of RGB (Red+Green+Blue) = 23+149+218=390 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.90% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #1795DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795DA is #E86A25. Grayscale: #767676. Windows color (decimal): -15231526 or 14325015. OLE color: 14325015.
HSL color Cylindrical-coordinate representation of color #1795DA: hue angle of 201.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1795DA is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 149 | 218 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.15 |
| HSL | 201.23º | 0.81% | 0.47% | - |
| HSV(B) | 201.23º | 0.89% | 0.85% | - |
| XYZ | 23.76 | 26.74 | 70.24 | - |
| YUV | 119.19 | 183.76 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 218 | 0.89 | 0.32 | 0 | 0.15 | 201.23 | 0.81 | 0.47 |
| Hex | 17 | 95 | DA | 59 | 20 | 0 | F | C9 | 51 | 2F |
| Octal | 27 | 225 | 332 | 131 | 40 | 0 | 17 | 311 | 121 | 57 |
| Binary | 10111 | 10010101 | 11011010 | 1011001 | 100000 | 0 | 1111 | 11001001 | 1010001 | 101111 |
Color Harmonies of #1795DA
Complementary color
Monochromatic Colors of #1795DA
Black with #1795DA
Text Example
Text Example
White with #1795DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795DA; }
p { color: rgb(23,149,218); }
H1.HeaderClassName
{
color: #1795DA;
}
.AnyTagClassName
{
color: #1795DA;
}
</style>
background-color css
<style>
a { background-color: #1795DA; }
a { background-color: rgb(23,149,218); }
div.DivClassName
{
background-color: #1795DA;
}
.BgClassName
{
background-color: #1795DA;
}
</style>
border-color css
<style>
span { border-color: #1795DA; }
span { border-color: rgb(23,149,218); }
td.TdClassName
{
border-color: #1795DA;
}
.TagClassName
{
border-color: #1795DA;
}
</style>