Shades of Pacific Blue #1790D3
Tints of Pacific Blue #1790D3
RGB
CMYK
RGB Variations
Color information
#1790D3 (or 0x1790D3) is known color: Pacific Blue. HEX triplet: 17, 90 and D3. RGB value is (23,144,211). Sum of RGB (Red+Green+Blue) = 23+144+211=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #1790D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1790D3 is #E86F2C. Grayscale: #737373. Windows color (decimal): -15232813 or 13864983. OLE color: 13864983.
HSL color Cylindrical-coordinate representation of color #1790D3: hue angle of 201.38º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1790D3 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 23 | 144 | 211 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.17 |
| HSL | 201.38º | 0.8% | 0.46% | - |
| HSV(B) | 201.38º | 0.89% | 0.83% | - |
| XYZ | 22.08 | 24.83 | 65.26 | - |
| YUV | 115.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 144 | 211 | 0.89 | 0.32 | 0 | 0.17 | 201.38 | 0.8 | 0.46 |
| Hex | 17 | 90 | D3 | 59 | 20 | 0 | 11 | C9 | 50 | 2E |
| Octal | 27 | 220 | 323 | 131 | 40 | 0 | 21 | 311 | 120 | 56 |
| Binary | 10111 | 10010000 | 11010011 | 1011001 | 100000 | 0 | 10001 | 11001001 | 1010000 | 101110 |
Color Harmonies of #1790D3
Complementary color
Monochromatic Colors of #1790D3
Black with #1790D3
Text Example
Text Example
White with #1790D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1790D3; }
p { color: rgb(23,144,211); }
H1.HeaderClassName
{
color: #1790D3;
}
.AnyTagClassName
{
color: #1790D3;
}
</style>
background-color css
<style>
a { background-color: #1790D3; }
a { background-color: rgb(23,144,211); }
div.DivClassName
{
background-color: #1790D3;
}
.BgClassName
{
background-color: #1790D3;
}
</style>
border-color css
<style>
span { border-color: #1790D3; }
span { border-color: rgb(23,144,211); }
td.TdClassName
{
border-color: #1790D3;
}
.TagClassName
{
border-color: #1790D3;
}
</style>