Shades of Pacific Blue #1790DA
Tints of Pacific Blue #1790DA
RGB
CMYK
RGB Variations
Color information
#1790DA (or 0x1790DA) is known color: Pacific Blue. HEX triplet: 17, 90 and DA. RGB value is (23,144,218). Sum of RGB (Red+Green+Blue) = 23+144+218=385 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.97% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #1790DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1790DA is #E86F25. Grayscale: #737373. Windows color (decimal): -15232806 or 14323735. OLE color: 14323735.
HSL color Cylindrical-coordinate representation of color #1790DA: hue angle of 202.77º 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 #1790DA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 144 | 218 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.15 |
| HSL | 202.77º | 0.81% | 0.47% | - |
| HSV(B) | 202.77º | 0.89% | 0.85% | - |
| XYZ | 22.98 | 25.19 | 69.98 | - |
| YUV | 116.26 | 185.41 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 218 | 0.89 | 0.34 | 0 | 0.15 | 202.77 | 0.81 | 0.47 |
| Hex | 17 | 90 | DA | 59 | 22 | 0 | F | CB | 51 | 2F |
| Octal | 27 | 220 | 332 | 131 | 42 | 0 | 17 | 313 | 121 | 57 |
| Binary | 10111 | 10010000 | 11011010 | 1011001 | 100010 | 0 | 1111 | 11001011 | 1010001 | 101111 |
Color Harmonies of #1790DA
Complementary color
Monochromatic Colors of #1790DA
Black with #1790DA
Text Example
Text Example
White with #1790DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790DA; }
p { color: rgb(23,144,218); }
H1.HeaderClassName
{
color: #1790DA;
}
.AnyTagClassName
{
color: #1790DA;
}
</style>
background-color css
<style>
a { background-color: #1790DA; }
a { background-color: rgb(23,144,218); }
div.DivClassName
{
background-color: #1790DA;
}
.BgClassName
{
background-color: #1790DA;
}
</style>
border-color css
<style>
span { border-color: #1790DA; }
span { border-color: rgb(23,144,218); }
td.TdClassName
{
border-color: #1790DA;
}
.TagClassName
{
border-color: #1790DA;
}
</style>